diff --git a/google_auth-2.34.0.tar.gz b/google_auth-2.34.0.tar.gz deleted file mode 100644 index da6ea5e3507b9da461c8ae96324e5a2a579d17e3..0000000000000000000000000000000000000000 Binary files a/google_auth-2.34.0.tar.gz and /dev/null differ diff --git a/google_auth-2.35.0.tar.gz b/google_auth-2.35.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..22ba44dfd0875e2f6824d97d8ac8c5588f14e9e1 Binary files /dev/null and b/google_auth-2.35.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index 0a9ca5d4833e3a1a2a1cd506993d11c79ed5e771..e74590cb7571320f5d560394fd6972fc7bd79dc2 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-google-auth -Version: 2.34.0 +Version: 2.35.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/0f/ae/634dafb151366d91eb848a25846a780dbce4326906ef005d199723fbbca0/google_auth-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/a1/37/c854a8b1b1020cf042db3d67577c6f84cd1e8ff6515e4f5498ae9e444ea5/google_auth-%{version}.tar.gz + BuildArch: noarch Requires: python3-cachetools @@ -80,6 +81,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 8 2024 guojunding - 2.35.0-1 +- Update package to version 2.35.0 +- Add cred info to ADC creds +- Add support for asynchronous AuthorizedSession api +- Remove token_info call from token refresh path + * 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)