From 5d70b6bf373756b84ad1e4500cedce09531d73e4166fb1b3358818e255a2f5c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 10:13:52 +0000 Subject: [PATCH] - 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 --- google-auth-2.26.2.tar.gz | 3 --- google-auth-2.27.0.tar.gz | 3 +++ python-google-auth.changes | 10 ++++++++++ python-google-auth.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 google-auth-2.26.2.tar.gz create mode 100644 google-auth-2.27.0.tar.gz diff --git a/google-auth-2.26.2.tar.gz b/google-auth-2.26.2.tar.gz deleted file mode 100644 index ebfbfa1..0000000 --- a/google-auth-2.26.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81 -size 238968 diff --git a/google-auth-2.27.0.tar.gz b/google-auth-2.27.0.tar.gz new file mode 100644 index 0000000..fb754bb --- /dev/null +++ b/google-auth-2.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821 +size 239688 diff --git a/python-google-auth.changes b/python-google-auth.changes index 6d2be7d..a542a6e 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 4 10:13:37 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-google-auth.spec b/python-google-auth.spec index eb624ae..06fda9e 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -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