diff --git a/python-google-auth-2.38.0.tar.gz b/python-google-auth-2.38.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2adc33b9e80f9741868ba5a11a20dc642582dd65 Binary files /dev/null and b/python-google-auth-2.38.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index 1171fb745d06b2b794ae7f4a2ccc6bc38c590c68..d6a8c1f55e9738801bfd20d25639c7fa3b5cb69a 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %{?python_enable_dependency_generator} @@ -6,15 +6,15 @@ %global py3 python3 Name: python-%{library} -Version: 2.16.3 +Version: 2.38.0 Release: %{anolis_release}%{dist} Epoch: 1 Summary: Google Auth Python Library License: ASL 2.0 URL: https://github.com/googleapis/google-auth-library-python +Source0: https://github.com/googleapis/google-auth-library-python/archive/v2.38.0.tar.gz -Source0: https://github.com/googleapis/google-auth-library-python/archive/v%{version}.tar.gz BuildArch: noarch @@ -69,6 +69,10 @@ The %{name}-doc package contains documentation files for %{name}. %doc README.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTORS.md %changelog +* Tue Oct 28 2025 wenyuzifang - 2.38.0-1 +- Updated to version 2.38.0 to fix xxxxxx + + * Wed Mar 13 2024 mgb01105731 - 2.16.3-2 - Rebuild with python3.11