2020-04-28 10:00:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 28 07:49:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-07-22 10:09:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 08:06:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Add patch to build with pytest5:
|
|
|
|
* pytest5.patch
|
|
|
|
|
2019-03-15 12:33:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 15 10:53:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.6.3:
|
|
|
|
* follow rfc 7515 : strip padding from JWS segments #324 (#324)
|
|
|
|
* Add retry to _metadata.ping() (#323)
|
|
|
|
* Announce deprecation of Python 2.7 (#311)
|
|
|
|
* Link all the PRs in CHANGELOG (#307)
|
|
|
|
* Automatically refresh impersonated credentials (#304)
|
|
|
|
* Add google.auth.impersonated_credentials (#299)
|
|
|
|
* Enable static type checking with pytype (#298)
|
|
|
|
* Make classifiers in setup.py an array. (#280)
|
|
|
|
- Drop oauth-no-appengine.patch should not be needed
|
|
|
|
|
2018-12-04 14:30:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:48:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-09-12 22:02:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 12 19:59:10 UTC 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)
|
|
|
|
|
2018-05-29 18:00:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 29 15:54:32 UTC 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
|
|
|
|
|
2018-05-08 12:27:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 8 10:23:49 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Add patch to not check for oauth appengine which we disable in
|
|
|
|
openSUSE:
|
|
|
|
* oauth-no-appengine.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 7 13:56:36 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix fdupes call and run tests
|
|
|
|
|
2018-05-07 15:52:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 7 12:58:39 UTC 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.
|
|
|
|
|
2017-11-19 20:18:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 19 15:22:10 UTC 2017 - mc@suse.com
|
|
|
|
|
|
|
|
- initial version 1.2.1
|