forked from pool/python-google-auth
e1d088457e
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=6
51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 19 15:22:10 UTC 2017 - mc@suse.com
|
|
|
|
- initial version 1.2.1
|