From 06f00e5ea7f99a3f0d399f8ac0b5cf8bb7be72f2be93ffd14d8de90391cd8a98 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:38:25 +0000 Subject: [PATCH] - update to 2.25.1: * Fix vm universe_domain bug (#1433) (8683520) * Add custom tls signer for ECP Provider. (39eb287) * Add custom tls signer for ECP Provider. (#1402) (39eb287) * Add with_universe_domain (#1408) (505910c) * Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767) * Remove broken link in Python37DeprecationWarning (#1430) * Add support for Python 3.12 (#1421) (307916c) * Add universe domain support for VM cred (#1409) (7ab0fce) * Modify the token refresh window (#1419) (c6af1d6) * Add missing before request to async oauth2 credentials. (#1420) (8eaa878) * Auto create self signed jwt cred (#1418) (6c610a5) * Migrate datetime.utcnow for python 3.12 (#1413) (e4d9c27) * Update user cred doc (#1414) (3f426bc) * Less restrictive content-type header check for google authentication * Add get_bq_config_path() to _cloud_sdk.py - unpin urllib3 to resolve conflict with python-kubernetes * migrate signBlob to iamcredentials.googleapis.com * encrypted mtls private key support * signBytes for impersonated credentials * catch exceptions.RefreshError OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=76 --- google-auth-2.23.4.tar.gz | 3 --- google-auth-2.25.1.tar.gz | 3 +++ python-google-auth.changes | 34 +++++++++++++++++++++++++++------- python-google-auth.spec | 2 +- 4 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 google-auth-2.23.4.tar.gz create mode 100644 google-auth-2.25.1.tar.gz diff --git a/google-auth-2.23.4.tar.gz b/google-auth-2.23.4.tar.gz deleted file mode 100644 index e61b774..0000000 --- a/google-auth-2.23.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79905d6b1652187def79d491d6e23d0cbb3a21d3c7ba0dbaa9c8a01906b13ff3 -size 233560 diff --git a/google-auth-2.25.1.tar.gz b/google-auth-2.25.1.tar.gz new file mode 100644 index 0000000..f16db66 --- /dev/null +++ b/google-auth-2.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d66b8f4f6e3273740d7bb73ddefa6c2d1ff691704bd407d51c6b5800e7c97b +size 235616 diff --git a/python-google-auth.changes b/python-google-auth.changes index 73ee74e..239e64a 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 7 22:38:03 UTC 2023 - Dirk Müller + +- update to 2.25.1: + * Fix vm universe_domain bug (#1433) (8683520) + * Add custom tls signer for ECP Provider. (39eb287) + * Add custom tls signer for ECP Provider. (#1402) (39eb287) + * Add with_universe_domain (#1408) (505910c) + * Fixes issue where Python37DeprecationWarning cannot be + filtered (#1428) (f22f767) + * Remove broken link in Python37DeprecationWarning (#1430) + * Add support for Python 3.12 (#1421) (307916c) + * Add universe domain support for VM cred (#1409) (7ab0fce) + * Modify the token refresh window (#1419) (c6af1d6) + * Add missing before request to async oauth2 credentials. + (#1420) (8eaa878) + * Auto create self signed jwt cred (#1418) (6c610a5) + * Migrate datetime.utcnow for python 3.12 (#1413) (e4d9c27) + * Update user cred doc (#1414) (3f426bc) + ------------------------------------------------------------------- Fri Nov 24 13:58:43 UTC 2023 - John Paul Adrian Glaubitz @@ -11,7 +31,7 @@ Fri Nov 24 13:58:43 UTC 2023 - John Paul Adrian Glaubitz - update to 2.23.2 - * Less restrictive content-type header check for google authentication + * Less restrictive content-type header check for google authentication * Trust boundary meta header renaming * Support urllib3 2.0 @@ -24,12 +44,12 @@ Thu Sep 21 12:09:25 UTC 2023 - Ondřej Súkup * Make external_account resistant to string type 'expires_in' responses from non-compliant services * Missing ssj for impersonate cred () * Skip checking projectid on cred if env var is set - * Add get_bq_config_path() to _cloud_sdk.py + * Add get_bq_config_path() to _cloud_sdk.py ------------------------------------------------------------------- Mon Aug 14 09:05:07 UTC 2023 - Dirk Müller -- unpin urllib3 to resolve conflict with python-kubernetes +- unpin urllib3 to resolve conflict with python-kubernetes ------------------------------------------------------------------- Tue Jul 25 13:44:24 UTC 2023 - ecsos @@ -436,7 +456,7 @@ Wed Jan 6 13:16:24 UTC 2021 - Matthias Fehring Wed Sep 23 13:05:40 UTC 2020 - Dirk Mueller - update to 1.21.2: - * migrate signBlob to iamcredentials.googleapis.com + * migrate signBlob to iamcredentials.googleapis.com ------------------------------------------------------------------- Thu Sep 10 12:12:06 UTC 2020 - John Paul Adrian Glaubitz @@ -494,9 +514,9 @@ Thu Jun 18 10:30:04 UTC 2020 - John Paul Adrian Glaubitz - Update to 1.15.0: - * encrypted mtls private key support - * signBytes for impersonated credentials - * catch exceptions.RefreshError + * encrypted mtls private key support + * signBytes for impersonated credentials + * catch exceptions.RefreshError * support string type response.data ------------------------------------------------------------------- diff --git a/python-google-auth.spec b/python-google-auth.spec index 7b54d5e..1947e4f 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.23.4 +Version: 2.25.1 Release: 0 Summary: Google Authentication Library License: Apache-2.0