diff --git a/google_auth-2.36.0.tar.gz b/google_auth-2.36.0.tar.gz deleted file mode 100644 index d0f9147..0000000 --- a/google_auth-2.36.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1 -size 268336 diff --git a/google_auth-2.37.0.tar.gz b/google_auth-2.37.0.tar.gz new file mode 100644 index 0000000..5e7c95d --- /dev/null +++ b/google_auth-2.37.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00 +size 268878 diff --git a/python-google-auth.changes b/python-google-auth.changes index dc335e1..8bf14ed 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 9 11:34:17 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 2.37.0 + * Allow users to use jwk keys for verifying ID token (#1641) +- from version 2.36.1 + * Improve user guide for Impersonation and SA (#1627) +- Update BuildRequires and Recommends from setup.py + ------------------------------------------------------------------- Thu Dec 5 11:00:48 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index aa23547..f712561 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-google-auth -Version: 2.36.0 +Version: 2.37.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0 @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/g/google-auth/goo # https://github.com/googleapis/google-auth-library-python/issues/1055 Patch1: python-google-auth-no-mock.patch BuildRequires: %{python_module Flask} +BuildRequires: %{python_module PyJWT >= 2.0} BuildRequires: %{python_module aiohttp >= 3.6.2} BuildRequires: %{python_module aioresponses} BuildRequires: %{python_module cachetools >= 2.0.0} @@ -49,6 +50,7 @@ Requires: python-cachetools >= 2.0.0 Requires: python-pyasn1-modules >= 0.2.1 Requires: python-rsa >= 3.1.4 Requires: python-urllib3 +Recommends: python-PyJWT >= 2.0 Recommends: python-aiohttp >= 3.6.2 Recommends: python-cryptography >= 38.0.3 Recommends: python-pyOpenSSL >= 22.0.0