1
0

14 Commits

Author SHA256 Message Date
bb180f0b2b Accepting request 833479 from home:glaubitz:branches:devel:languages:python
- Update to 1.21.1
  * dummy commit to trigger a auto release ()
- from version 1.21.0
  * add GOOGLE_API_USE_CLIENT_CERTIFICATE support ()
- from version 1.20.1
  * reduce refresh clock skew to 10 seconds ()
  * set Content-Type header in the request to signBlob API
    to avoid Invalid JSON payload error ()
- from version 1.20.0
  * Add debug logging that can help with diagnosing auth lib. path ()
  * Show the transport exception that happened for GCE Metadata ()
  * **packaging:** add support for Python 3.8 (), closes ()
- from version 1.19.2
  * Revert "fix: migrate signBlob to iamcredentials.googleapis.com"  ()
- from version 1.19.1
  * don't add empty quota project  ()
- from version 1.19.0
  * add quota project to base credentials class ()
  * check 'iss' in `verify_oauth2_token` ()
  * migrate signBlob to iamcredentials.googleapis.com ()
  * remove 3.4 from supported versions list ()
- from version 1.18.0
  * make ``load_credentials_from_file`` a public method ()
  * no warning if quota_project_id is given ()

OBS-URL: https://build.opensuse.org/request/show/833479
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=24
2020-09-10 13:51:44 +00:00
Tomáš Chvátal
d1231f0e25 Accepting request 817752 from home:seanmarlow:branches:devel:languages:python
- Add missing pyOpenSSL test dependency which is listed upstream.

OBS-URL: https://build.opensuse.org/request/show/817752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=22
2020-06-29 19:17:56 +00:00
Tomáš Chvátal
f540f387b2 Accepting request 815721 from home:glaubitz:branches:devel:languages:python
- Update to 1.17.2
  + Bug Fixes
    * narrow acceptable RSA versions to maintain Python 2 compatability ()
- from version 1.17.1
  + Features
    * add quota_project_id to service accounts; add with_quota_project methods ()
- from version 1.16.1
  + Bug Fixes
    * fix impersonated cred exception doc ()
    * replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST ()
- from version 1.16.0
  + Features
    * add helper func to for default encrypted cert ()
  + Bug Fixes
    * fix impersonated cred for gcloud ()

OBS-URL: https://build.opensuse.org/request/show/815721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=20
2020-06-18 11:14:06 +00:00
Tomáš Chvátal
0f6868e7a5 Accepting request 808736 from home:polslinux:branches:devel:languages:python
- Update to 1.15.0:
  * encrypted mtls private key support 
  * signBytes for impersonated credentials 
  * catch exceptions.RefreshError 
  * support string type response.data

OBS-URL: https://build.opensuse.org/request/show/808736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=18
2020-05-25 13:36:01 +00:00
Tomáš Chvátal
2fe3942ed9 - Update to 1.14.1:
* Many bugixes all around
- Remove no longer needed patch:
  * pytest5.patch
- Update the dependencies to match up setup.py and what upstream
  really requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=16
2020-04-28 08:00:21 +00:00
Tomáš Chvátal
2c8f8c46cf - Add patch to build with pytest5:
* pytest5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=14
2019-07-22 08:09:21 +00:00
Tomáš Chvátal
3596303ac4 - Update to 1.6.3:
* follow rfc 7515 : strip padding from JWS segments  ()
  * Add retry to _metadata.ping() ()
  * Announce deprecation of Python 2.7 ()
  * Link all the PRs in CHANGELOG ()
  * Automatically refresh impersonated credentials ()
  * Add google.auth.impersonated_credentials ()
  * Enable static type checking with pytype ()
  * Make classifiers in setup.py an array. ()
- Drop oauth-no-appengine.patch should not be needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=12
2019-03-15 11:33:48 +00:00
66f7961cc0 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=10
2018-12-04 13:30:20 +00:00
Thomas Bechtold
0fce0e0c9c - update to 1.5.1:
- Fix check for error text on Python 3.7. ()
  - Use new Auth URIs. ()
  - Add code-of-conduct document. ()
  - Fix some typos in test_urllib3.py ()
  - Warn when using user credentials from the Cloud SDK ()
  - Add compute engine-based IDTokenCredentials ()
  - Corrected some typos ()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=8
2018-09-12 20:02:07 +00:00
Thomas Bechtold
e1d088457e - update to 1.4.2:
- Raise a helpful exception when trying to refresh credentials without
    a refresh token. ()
  - Fix links to README and CONTRIBUTING in docs/index.rst. ()
  - Fix a typo in credentials.py. ()
  - Use pytest instead of py.test per upstream recommendation,
    #dropthedot. ()
  - Fix typo on exemple of jwt usage ()
- Drop Flask from Requires. It is only needed for testing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=6
2018-05-29 16:00:25 +00:00
Tomáš Chvátal
66afd5b943 - Add patch to not check for oauth appengine which we disable in
openSUSE:
  * oauth-no-appengine.patch

- Fix fdupes call and run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=4
2018-05-08 10:27:28 +00:00
Tomáš Chvátal
15a9bfa6a7 Accepting request 605113 from home:glaubitz:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/605113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=3
2018-05-07 13:52:18 +00:00
f20b422944 Accepting request 584491 from devel:languages:python
Needed for python-kubernetes

OBS-URL: https://build.opensuse.org/request/show/584491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=1
2018-03-09 09:46:46 +00:00
91c8408225 Accepting request 542949 from home:mcalmer:branches:devel:languages:python
new package

OBS-URL: https://build.opensuse.org/request/show/542949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=1
2017-11-19 19:18:26 +00:00