From 2196786dce2233ef61160c5de62e87ce6fff4c8e22be9b55c1e9d4f7d7abdf68 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Jan 2022 13:16:45 +0000 Subject: [PATCH] Accepting request 949379 from home:buschmann23:branches:devel:languages:python - Update to 2.5.0 * ADC can load an impersonated service account credentials. (#965) - from version 2.4.1 * fix urrlib3 import (gh#googleapis/google-auth-library-python#953) - from version 2.4.0 * add 'py.typed' declaration (#919) * add api key support (#826) * deps: allow cachetools 5.0 for python 3.7+ (gh#googleapis/google-auth-library-python#937) * fix the message format for metadata server exception (gh#googleapis/google-auth-library-python#916) - from version 2.3.3 * add fetch_id_token_credentials (gh#googleapis/google-auth-library-python#866) * fix error in sign_bytes (gh#googleapis/google-auth-library-python#905) * use 'int.to_bytes' and 'int.from_bytes' for py3 (gh#googleapis/google-auth-library-python#904) - from version 2.3.2 * add clock_skew_in_seconds to verify_token functions (gh#googleapis/google-auth-library-python#894) - from version 2.3.1 * add back python 2.7 for gcloud usage only (gh#googleapis/google-auth-library-python#892) - from version 2.3.0 * add support for Python 3.10 (#882) * ADC with impersonated workforce pools (gh#googleapis/google-auth-library-python#877) - from version 2.2.1 * disable self signed jwt for domain wide delegation (gh#googleapis/google-auth-library-python#873) - from version 2.2.0 * add support for workforce pool credentials (#868) - from version 2.1.0 * Improve handling of clock skew (#858) * add SAML challenge to reauth (gh#googleapis/google-auth-library-python#819) * disable warning if quota project id provided to auth.default() (gh#googleapis/google-auth-library-python#856) * rename CLOCK_SKEW and separate client/server user case (gh#googleapis/google-auth-library-python#863) - from version 2.0.2 * use 'int.to_bytes' rather than deprecated crypto wrapper (gh#googleapis/google-auth-library-python#848) * use int.from_bytes (gh#googleapis/google-auth-library-python#846) OBS-URL: https://build.opensuse.org/request/show/949379 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=31 --- google-auth-2.0.1.tar.gz | 3 --- google-auth-2.5.0.tar.gz | 3 +++ python-google-auth.changes | 47 ++++++++++++++++++++++++++++++++++++++ python-google-auth.spec | 15 ++++++++---- 4 files changed, 60 insertions(+), 8 deletions(-) delete mode 100644 google-auth-2.0.1.tar.gz create mode 100644 google-auth-2.5.0.tar.gz diff --git a/google-auth-2.0.1.tar.gz b/google-auth-2.0.1.tar.gz deleted file mode 100644 index be31c29..0000000 --- a/google-auth-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1af050b3e06eb73e4470f704d23007307bc0e87c13e015f6b90460f1407bd3 -size 180467 diff --git a/google-auth-2.5.0.tar.gz b/google-auth-2.5.0.tar.gz new file mode 100644 index 0000000..afd2159 --- /dev/null +++ b/google-auth-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6577bbf990ef342a24e12e0c8e9d364af6642acdf206c9045bdb8e039fb4fec9 +size 189396 diff --git a/python-google-auth.changes b/python-google-auth.changes index 6353a7c..baa7b63 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Jan 27 06:49:59 UTC 2022 - Matthias Fehring + +- Update to 2.5.0 + * ADC can load an impersonated service account credentials. (#965) +- from version 2.4.1 + * fix urrlib3 import (gh#googleapis/google-auth-library-python#953) +- from version 2.4.0 + * add 'py.typed' declaration (#919) + * add api key support (#826) + * deps: allow cachetools 5.0 for python 3.7+ + (gh#googleapis/google-auth-library-python#937) + * fix the message format for metadata server exception + (gh#googleapis/google-auth-library-python#916) +- from version 2.3.3 + * add fetch_id_token_credentials (gh#googleapis/google-auth-library-python#866) + * fix error in sign_bytes (gh#googleapis/google-auth-library-python#905) + * use 'int.to_bytes' and 'int.from_bytes' for py3 + (gh#googleapis/google-auth-library-python#904) +- from version 2.3.2 + * add clock_skew_in_seconds to verify_token functions + (gh#googleapis/google-auth-library-python#894) +- from version 2.3.1 + * add back python 2.7 for gcloud usage only + (gh#googleapis/google-auth-library-python#892) +- from version 2.3.0 + * add support for Python 3.10 (#882) + * ADC with impersonated workforce pools + (gh#googleapis/google-auth-library-python#877) +- from version 2.2.1 + * disable self signed jwt for domain wide delegation + (gh#googleapis/google-auth-library-python#873) +- from version 2.2.0 + * add support for workforce pool credentials (#868) +- from version 2.1.0 + * Improve handling of clock skew (#858) + * add SAML challenge to reauth + (gh#googleapis/google-auth-library-python#819) + * disable warning if quota project id provided to auth.default() + (gh#googleapis/google-auth-library-python#856) + * rename CLOCK_SKEW and separate client/server user case + (gh#googleapis/google-auth-library-python#863) +- from version 2.0.2 + * use 'int.to_bytes' rather than deprecated crypto wrapper + (gh#googleapis/google-auth-library-python#848) + * use int.from_bytes (gh#googleapis/google-auth-library-python#846) + ------------------------------------------------------------------- Fri Aug 20 09:17:38 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index 7104ccf..5147a0e 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth -Version: 2.0.1 +Version: 2.5.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0 @@ -33,16 +33,17 @@ BuildRequires: %{python_module rsa >= 3.1.4} BuildRequires: %{python_module setuptools >= 40.3.0} BuildRequires: %{python_module six >= 1.9.0} # START TESTING SECTION +BuildRequires: %{python_module aiohttp >= 3.6.2} BuildRequires: %{python_module Flask} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module mock} BuildRequires: %{python_module oauth2client-gce} BuildRequires: %{python_module oauth2client} -BuildRequires: %{python_module pyOpenSSL} +BuildRequires: %{python_module pyOpenSSL >= 20.0.0} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pyu2f} -BuildRequires: %{python_module requests} +BuildRequires: %{python_module pyu2f >= 0.1.5} +BuildRequires: %{python_module requests >= 2.20.0} BuildRequires: %{python_module responses} BuildRequires: %{python_module urllib3} # END TESTING SECTION @@ -53,6 +54,10 @@ Requires: python-pyasn1-modules >= 0.2.1 Requires: python-rsa >= 3.1.4 Requires: python-setuptools >= 40.3.0 Requires: python-six >= 1.9.0 +Recommends: python-aiohttp >= 3.6.2 +Recommends: python-pyOpenSSL >= 20.0.0 +Recommends: python-pyu2f >= 0.1.5 +Recommends: python-requests >= 2.20.0 BuildArch: noarch %python_subpackages