diff --git a/google_auth-2.33.0.tar.gz b/google_auth-2.33.0.tar.gz deleted file mode 100644 index 5a48415f3a2ded069a5f739a7a42828c48a490bc..0000000000000000000000000000000000000000 Binary files a/google_auth-2.33.0.tar.gz and /dev/null differ diff --git a/google_auth-2.34.0.tar.gz b/google_auth-2.34.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..da6ea5e3507b9da461c8ae96324e5a2a579d17e3 Binary files /dev/null and b/google_auth-2.34.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index 6d451d3151f5e05df28be3d995026fb9df6658ae..0a9ca5d4833e3a1a2a1cd506993d11c79ed5e771 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.33.0 +Version: 2.34.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/source/g/google-auth/google_auth-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/0f/ae/634dafb151366d91eb848a25846a780dbce4326906ef005d199723fbbca0/google_auth-%{version}.tar.gz BuildArch: noarch Requires: python3-cachetools @@ -80,6 +80,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 4 2024 guojunding - 2.34.0-1 +- Update package to version 2.34.0 +- Update get_client_ssl_credentials to support X.509 workload certs (#1558) (18c2ec1) +- Bug Fixes Retry token request on retryable status code (#1563) (f858a15) + * 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