forked from pool/python-google-auth
Accepting request 1001906 from home:glaubitz:branches:devel:languages:python
- Update to 2.11.0 * add integration tests for configurable token lifespan (#1103) * Async certificate retrieving (#1101) - from version 2.10.0 * add integration tests for pluggable auth (#1073) * support for configurable token lifetime (0dc6a9a) * support for configurable token lifetime (#1079) * async certificate decoding (#1085) * Async system tests were not unwrapping async_generators (#1086) * Fix IDTokenCredentials update bug [#1072) * make expiration_time optional in response schema (#1091) * refactor credential subclass parameters (#1095) - from version 2.9.1 * there was a raise missing for throwing exceptions (#1077) - from version 2.9.0 * pluggable auth support (#1045) - from version 2.8.0 * add experimental GDCH support (#1044) - Refresh patches for new version * python-google-auth-no-mock.patch * add experimental enterprise cert support * add experimental GDCH support * Pluggable auth support * validate urls for external accounts * revert experimental GDCH support * fix changelog header to consistent size * silence TypeError during tear down stage * add additional missing import in _default.py * fix missing import in _default.py OBS-URL: https://build.opensuse.org/request/show/1001906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=41
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-google-auth
|
||||
Version: 2.7.0
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: Google Authentication Library
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user