diff --git a/google_auth-2.38.0.tar.gz b/google_auth-2.38.0.tar.gz deleted file mode 100644 index 5695c8212170dd949236cc2e16909549e8fe5483..0000000000000000000000000000000000000000 Binary files a/google_auth-2.38.0.tar.gz and /dev/null differ diff --git a/google_auth-2.39.0.tar.gz b/google_auth-2.39.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..945e813b7afcb6fb7c066202ee7d786f38b040e4 Binary files /dev/null and b/google_auth-2.39.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index 64471aa0f2ec4ad44bb645660bb3b0d1230b0134..e1318116611b8fc4775fb211f48f6aa86cb61e72 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-google-auth -Version: 2.38.0 +Version: 2.39.0 Release: 1 Summary: Google Authentication Library License: Apache-2.0 @@ -81,6 +81,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 19 2025 openeuler_bot - 2.39.0-1 +- Adds GA support for X.509 workload identity federation (version: 2.39.0). +- Add impersonated SA via local ADC support for fetch_id_token (version: 2.39.0). +- Add missing packaging dependency for feature requiring urllib3 (version: 2.39.0). +- Add request timeout for MDS requests (version: 2.39.0). + * Thu Mar 27 2025 openeuler_bot - 2.38.0-1 - Improve user guide for Impersonation and SA (version: 2.36.1) - Allow users to use jwk keys for verifying ID token (version: 2.37.0)