Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-google-auth-1.5.1-lp152.2.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python2-google-auth Distribution: openSUSE Leap 15.2
Version: 1.5.1 Vendor: openSUSE
Release: lp152.2.3 Build date: Sun Mar 1 16:05:29 2020
Group: Development/Languages/Python Build host: lamb69
Size: 393549 Source RPM: python-google-auth-1.5.1-lp152.2.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/GoogleCloudPlatform/google-auth-library-python
Summary: Google Authentication Library
This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Sep 12 2018 Thomas Bechtold <tbechtold@suse.com>
  - update to 1.5.1:
    - Fix check for error text on Python 3.7. (#278)
    - Use new Auth URIs. (#281)
    - Add code-of-conduct document. (#270)
    - Fix some typos in test_urllib3.py (#268)
    - Warn when using user credentials from the Cloud SDK (#266)
    - Add compute engine-based IDTokenCredentials (#236)
    - Corrected some typos (#265)
* Tue May 29 2018 tbechtold@suse.com
  - update to 1.4.2:
    - Raise a helpful exception when trying to refresh credentials without
      a refresh token. (#262)
    - Fix links to README and CONTRIBUTING in docs/index.rst. (#260)
    - Fix a typo in credentials.py. (#256)
    - Use pytest instead of py.test per upstream recommendation,
      [#]dropthedot. (#255)
    - Fix typo on exemple of jwt usage (#245)
  - Drop Flask from Requires. It is only needed for testing
* Tue May 08 2018 tchvatal@suse.com
  - Add patch to not check for oauth appengine which we disable in
    openSUSE:
    * oauth-no-appengine.patch
* Mon May 07 2018 tchvatal@suse.com
  - Fix fdupes call and run tests
* Mon May 07 2018 adrian.glaubitz@suse.com
  - New upstream release (bsc#1088358)
    + Version 1.4.1
    - Added a check for the cryptography version before attempting to use it.
    + From version 1.4.0
    - Added `cryptography`-based RSA signer and verifier.
    - Added `google.oauth2.service_account.IDTokenCredentials`.
    - Improved documentation around ID Tokens
    + From version 1.3.0
    - Added ``google.oauth2.credentials.Credentials.from_authorized_user_file``.
    - Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules``
      specify the right version.
    - ``default()`` now checks for the project ID environment var before
      warning about missing project ID.
    - Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``.
    - Fixed example in docstring for ``ReadOnlyScoped``.
    - Made ``transport.requests`` use timeouts and retries
      to improve reliability.
* Sun Nov 19 2017 mc@suse.com
  - initial version 1.2.1

Files

/usr/lib/python2.7/site-packages/google
/usr/lib/python2.7/site-packages/google/auth
/usr/lib/python2.7/site-packages/google/auth/__init__.py
/usr/lib/python2.7/site-packages/google/auth/__init__.pyc
/usr/lib/python2.7/site-packages/google/auth/__init__.pyo
/usr/lib/python2.7/site-packages/google/auth/_cloud_sdk.py
/usr/lib/python2.7/site-packages/google/auth/_cloud_sdk.pyc
/usr/lib/python2.7/site-packages/google/auth/_cloud_sdk.pyo
/usr/lib/python2.7/site-packages/google/auth/_default.py
/usr/lib/python2.7/site-packages/google/auth/_default.pyc
/usr/lib/python2.7/site-packages/google/auth/_default.pyo
/usr/lib/python2.7/site-packages/google/auth/_helpers.py
/usr/lib/python2.7/site-packages/google/auth/_helpers.pyc
/usr/lib/python2.7/site-packages/google/auth/_helpers.pyo
/usr/lib/python2.7/site-packages/google/auth/_oauth2client.py
/usr/lib/python2.7/site-packages/google/auth/_oauth2client.pyc
/usr/lib/python2.7/site-packages/google/auth/_oauth2client.pyo
/usr/lib/python2.7/site-packages/google/auth/_service_account_info.py
/usr/lib/python2.7/site-packages/google/auth/_service_account_info.pyc
/usr/lib/python2.7/site-packages/google/auth/_service_account_info.pyo
/usr/lib/python2.7/site-packages/google/auth/app_engine.py
/usr/lib/python2.7/site-packages/google/auth/app_engine.pyc
/usr/lib/python2.7/site-packages/google/auth/app_engine.pyo
/usr/lib/python2.7/site-packages/google/auth/compute_engine
/usr/lib/python2.7/site-packages/google/auth/compute_engine/__init__.py
/usr/lib/python2.7/site-packages/google/auth/compute_engine/__init__.pyc
/usr/lib/python2.7/site-packages/google/auth/compute_engine/__init__.pyo
/usr/lib/python2.7/site-packages/google/auth/compute_engine/_metadata.py
/usr/lib/python2.7/site-packages/google/auth/compute_engine/_metadata.pyc
/usr/lib/python2.7/site-packages/google/auth/compute_engine/_metadata.pyo
/usr/lib/python2.7/site-packages/google/auth/compute_engine/credentials.py
/usr/lib/python2.7/site-packages/google/auth/compute_engine/credentials.pyc
/usr/lib/python2.7/site-packages/google/auth/compute_engine/credentials.pyo
/usr/lib/python2.7/site-packages/google/auth/credentials.py
/usr/lib/python2.7/site-packages/google/auth/credentials.pyc
/usr/lib/python2.7/site-packages/google/auth/credentials.pyo
/usr/lib/python2.7/site-packages/google/auth/crypt
/usr/lib/python2.7/site-packages/google/auth/crypt/__init__.py
/usr/lib/python2.7/site-packages/google/auth/crypt/__init__.pyc
/usr/lib/python2.7/site-packages/google/auth/crypt/__init__.pyo
/usr/lib/python2.7/site-packages/google/auth/crypt/_cryptography_rsa.py
/usr/lib/python2.7/site-packages/google/auth/crypt/_cryptography_rsa.pyc
/usr/lib/python2.7/site-packages/google/auth/crypt/_cryptography_rsa.pyo
/usr/lib/python2.7/site-packages/google/auth/crypt/_helpers.py
/usr/lib/python2.7/site-packages/google/auth/crypt/_helpers.pyc
/usr/lib/python2.7/site-packages/google/auth/crypt/_helpers.pyo
/usr/lib/python2.7/site-packages/google/auth/crypt/_python_rsa.py
/usr/lib/python2.7/site-packages/google/auth/crypt/_python_rsa.pyc
/usr/lib/python2.7/site-packages/google/auth/crypt/_python_rsa.pyo
/usr/lib/python2.7/site-packages/google/auth/crypt/base.py
/usr/lib/python2.7/site-packages/google/auth/crypt/base.pyc
/usr/lib/python2.7/site-packages/google/auth/crypt/base.pyo
/usr/lib/python2.7/site-packages/google/auth/crypt/rsa.py
/usr/lib/python2.7/site-packages/google/auth/crypt/rsa.pyc
/usr/lib/python2.7/site-packages/google/auth/crypt/rsa.pyo
/usr/lib/python2.7/site-packages/google/auth/environment_vars.py
/usr/lib/python2.7/site-packages/google/auth/environment_vars.pyc
/usr/lib/python2.7/site-packages/google/auth/environment_vars.pyo
/usr/lib/python2.7/site-packages/google/auth/exceptions.py
/usr/lib/python2.7/site-packages/google/auth/exceptions.pyc
/usr/lib/python2.7/site-packages/google/auth/exceptions.pyo
/usr/lib/python2.7/site-packages/google/auth/iam.py
/usr/lib/python2.7/site-packages/google/auth/iam.pyc
/usr/lib/python2.7/site-packages/google/auth/iam.pyo
/usr/lib/python2.7/site-packages/google/auth/jwt.py
/usr/lib/python2.7/site-packages/google/auth/jwt.pyc
/usr/lib/python2.7/site-packages/google/auth/jwt.pyo
/usr/lib/python2.7/site-packages/google/auth/transport
/usr/lib/python2.7/site-packages/google/auth/transport/__init__.py
/usr/lib/python2.7/site-packages/google/auth/transport/__init__.pyc
/usr/lib/python2.7/site-packages/google/auth/transport/__init__.pyo
/usr/lib/python2.7/site-packages/google/auth/transport/_http_client.py
/usr/lib/python2.7/site-packages/google/auth/transport/_http_client.pyc
/usr/lib/python2.7/site-packages/google/auth/transport/_http_client.pyo
/usr/lib/python2.7/site-packages/google/auth/transport/grpc.py
/usr/lib/python2.7/site-packages/google/auth/transport/grpc.pyc
/usr/lib/python2.7/site-packages/google/auth/transport/grpc.pyo
/usr/lib/python2.7/site-packages/google/auth/transport/requests.py
/usr/lib/python2.7/site-packages/google/auth/transport/requests.pyc
/usr/lib/python2.7/site-packages/google/auth/transport/requests.pyo
/usr/lib/python2.7/site-packages/google/auth/transport/urllib3.py
/usr/lib/python2.7/site-packages/google/auth/transport/urllib3.pyc
/usr/lib/python2.7/site-packages/google/auth/transport/urllib3.pyo
/usr/lib/python2.7/site-packages/google/oauth2
/usr/lib/python2.7/site-packages/google/oauth2/__init__.py
/usr/lib/python2.7/site-packages/google/oauth2/__init__.pyc
/usr/lib/python2.7/site-packages/google/oauth2/__init__.pyo
/usr/lib/python2.7/site-packages/google/oauth2/_client.py
/usr/lib/python2.7/site-packages/google/oauth2/_client.pyc
/usr/lib/python2.7/site-packages/google/oauth2/_client.pyo
/usr/lib/python2.7/site-packages/google/oauth2/credentials.py
/usr/lib/python2.7/site-packages/google/oauth2/credentials.pyc
/usr/lib/python2.7/site-packages/google/oauth2/credentials.pyo
/usr/lib/python2.7/site-packages/google/oauth2/id_token.py
/usr/lib/python2.7/site-packages/google/oauth2/id_token.pyc
/usr/lib/python2.7/site-packages/google/oauth2/id_token.pyo
/usr/lib/python2.7/site-packages/google/oauth2/service_account.py
/usr/lib/python2.7/site-packages/google/oauth2/service_account.pyc
/usr/lib/python2.7/site-packages/google/oauth2/service_account.pyo
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7-nspkg.pth
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info/namespace_packages.txt
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/google_auth-1.5.1-py2.7.egg-info/top_level.txt
/usr/share/doc/packages/python2-google-auth
/usr/share/doc/packages/python2-google-auth/README.rst
/usr/share/licenses/python2-google-auth
/usr/share/licenses/python2-google-auth/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024