diff --git a/google-auth-2.28.1.tar.gz b/google-auth-2.28.1.tar.gz deleted file mode 100644 index 5a8d99d1f89cee7c8f00253923559573777ef1ea..0000000000000000000000000000000000000000 Binary files a/google-auth-2.28.1.tar.gz and /dev/null differ diff --git a/google_auth-2.33.0.tar.gz b/google_auth-2.33.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5a48415f3a2ded069a5f739a7a42828c48a490bc Binary files /dev/null and b/google_auth-2.33.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index f8ea30ced62a26327527c2cbf81865a612a1860b..6d451d3151f5e05df28be3d995026fb9df6658ae 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-google-auth -Version: 2.28.1 +Version: 2.33.0 Release: 1 Summary: Google Authentication Library License: Apache-2.0 URL: https://github.com/googleapis/google-auth-library-python -Source0: https://files.pythonhosted.org/packages/9a/15/ac42556763c08e1b1821a7e55f3a93982c50ca7f25adf8f61a01dd2ed98b/google-auth-2.28.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/g/google-auth/google_auth-%{version}.tar.gz BuildArch: noarch Requires: python3-cachetools @@ -40,7 +40,7 @@ This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. %prep -%autosetup -n google-auth-%{version} +%autosetup -n google_auth-%{version} %build %py3_build @@ -80,6 +80,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 14 2024 xu_ping <707078654@qq.com> - 2.33.0-1 +- Update package to version 2.33.0 + *Adds support for custom suppliers in AWS and Identity Pool credentials + *Adds support for X509 workload credential type + *Adds X509 workload cert logic + * Mon Feb 26 2024 jiangxinyu - 2.28.1-1 - Update package to version 2.28.1 Typo when setting the state for the pickle deserializer