diff --git a/google-auth-2.31.0.tar.gz b/google-auth-2.31.0.tar.gz deleted file mode 100644 index d7f2457..0000000 --- a/google-auth-2.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87805c36970047247c8afe614d4e3af8eceafc1ebba0c679fe75ddd1d575e871 -size 252986 diff --git a/google_auth-2.32.0.tar.gz b/google_auth-2.32.0.tar.gz new file mode 100644 index 0000000..e2f8ff0 --- /dev/null +++ b/google_auth-2.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49315be72c55a6a37d62819e3573f6b416aca00721f7e3e31a008d928bf64022 +size 254614 diff --git a/python-google-auth.changes b/python-google-auth.changes index f3a7275..4fb6cb2 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 10 08:17:34 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 2.32.0 + * Adds support for X509 workload credential type (#1541) +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Fri Jul 5 10:08:50 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index a44f592..326da8d 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-google-auth -Version: 2.31.0 +Version: 2.32.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0 URL: https://github.com/googleapis/google-auth-library-python -Source: https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/google-auth/google_auth-%{version}.tar.gz # https://github.com/googleapis/google-auth-library-python/issues/1055 Patch1: python-google-auth-no-mock.patch BuildRequires: %{python_module Flask} @@ -59,7 +59,7 @@ BuildArch: noarch This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs. %prep -%autosetup -p1 -n google-auth-%{version} +%autosetup -p1 -n google_auth-%{version} %build %python_build