forked from pool/python-google-auth
- update to 2.27.0:
* Add optional account association for Authorized User credentials. * Allow custom universe domain for gce creds * Conditionally import requests only if no request was passed by the caller. - update to 2.26.2: * Read universe_domain for external account authorized user - update to 2.26.1: * Ensure that refresh worker is pickle-able. - update to 2.26.0: * Add optional non blocking refresh for sync auth code * Add optional non blocking refresh for sync auth code * External account user cred universe domain support * Guard delete statements. Add default fallback for _use_non_blocking_refresh. - update to 2.25.2: * Fix user cred universe domain issue - update to 2.25.1: * Fix vm universe_domain bug - update to 2.25.0: * Add custom tls signer for ECP Provider. * Add custom tls signer for ECP Provider. * Add with_universe_domain * Fixes issue where Python37DeprecationWarning cannot be filtered - update to 2.24.0: * Add support for Python 3.12 * Add universe domain support for VM cred * Modify the token refresh window OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=84
This commit is contained in:
parent
0f26e1a684
commit
5d70b6bf37
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81
|
||||
size 238968
|
3
google-auth-2.27.0.tar.gz
Normal file
3
google-auth-2.27.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821
|
||||
size 239688
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 4 10:13:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.27.0:
|
||||
* Add optional account association for Authorized User
|
||||
credentials.
|
||||
* Allow custom universe domain for gce creds
|
||||
* Conditionally import requests only if no request was passed
|
||||
by the caller.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 14:38:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-auth
|
||||
Version: 2.26.2
|
||||
Version: 2.27.0
|
||||
Release: 0
|
||||
Summary: Google Authentication Library
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user