diff --git a/google_auth-2.35.0.tar.gz b/google_auth-2.35.0.tar.gz deleted file mode 100644 index 22ba44dfd0875e2f6824d97d8ac8c5588f14e9e1..0000000000000000000000000000000000000000 Binary files a/google_auth-2.35.0.tar.gz and /dev/null differ diff --git a/google_auth-2.36.0.tar.gz b/google_auth-2.36.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..edde86c3637c1dae29b1225c43e23a7330379a15 Binary files /dev/null and b/google_auth-2.36.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index e74590cb7571320f5d560394fd6972fc7bd79dc2..cecf50b4477b6c4fc791c7b9e1cdd11966ed536a 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.35.0 +Version: 2.36.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/a1/37/c854a8b1b1020cf042db3d67577c6f84cd1e8ff6515e4f5498ae9e444ea5/google_auth-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/g/google_auth/google_auth-%{version}.tar.gz BuildArch: noarch @@ -81,6 +81,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 07 2024 songliyang - 2.36.0-1 +- upgrade to version 2.36.0 +- fix: adding default parameters to updated interfaces +- fix: remove base class to avoid type conflict +- fix: update secret +- fix: revert templates for iam endpoints + * Tue Oct 8 2024 guojunding - 2.35.0-1 - Update package to version 2.35.0 - Add cred info to ADC creds