diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-google-auth.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /google-auth-2.17.2.tar.gz +/google-auth-2.17.3.tar.gz diff --git a/python-google-auth.spec b/python-google-auth.spec index bdd07ed..b1a343c 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.17.2 +Version: 2.17.3 Release: 1 Summary: Google Authentication Library License: Apache 2.0 URL: https://github.com/googleapis/google-auth-library-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/bb/d809c7f2ed33c27bd2902dfce8ee1d3c7cac85ec80c11d365c755584aa55/google-auth-2.17.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/56/7d367cbce23368b5d75d62dca0d3994b3c59e9e4038ae3303ab17984dcce/google-auth-2.17.3.tar.gz BuildArch: noarch Requires: python3-cachetools @@ -48,7 +48,7 @@ This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. %prep -%autosetup -n google-auth-2.17.2 +%autosetup -n google-auth-2.17.3 %build %py3_build @@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.3-1 - Package Spec generated @@ -1 +1 @@ -dca9e22f113d7cf5299ace07659170d0 google-auth-2.17.2.tar.gz +2c46d58cbf8051f1f89c98cd490d6072 google-auth-2.17.3.tar.gz |
