diff --git a/google-auth-1.22.1.tar.gz b/google-auth-1.22.1.tar.gz deleted file mode 100644 index afc9f5d2c2c2000a6edcfeac1b9ac6af3c96c517..0000000000000000000000000000000000000000 Binary files a/google-auth-1.22.1.tar.gz and /dev/null differ diff --git a/google-auth-2.8.0.tar.gz b/google-auth-2.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..95b2bd79684cce119b9f5c31079dc0aa1ae9c5b1 Binary files /dev/null and b/google-auth-2.8.0.tar.gz differ diff --git a/python-google-auth.spec b/python-google-auth.spec index e53017b88d27618997525fa21ac05af8f586cb68..d82a3a3149c5849735bf4734fa467bed949b269b 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: 1.22.1 -Release: 2 +Version: 2.8.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/dc/fa/a22e99cf47b2d8fd5e7e17a2a6500a6b1feb3187c1e41bf411e4c54097ef/google-auth-1.22.1.tar.gz +Source0: https://files.pythonhosted.org/packages/0a/c8/2df97570bb3185bd2add5309e26dca2d57e5a26b9ffe4c6804e4ecc707ae/google-auth-2.8.0.tar.gz BuildArch: noarch Requires: python3-cachetools @@ -13,8 +13,12 @@ Requires: python3-pyasn1-modules Requires: python3-setuptools Requires: python3-six Requires: python3-rsa -Requires: python3-rsa Requires: python3-aiohttp +Requires: python3-enum34 +Requires: python3-requests +Requires: python3-cryptography +Requires: python3-pyopenssl +Requires: python3-pyu2f %description This library simplifies using Google's various server-to-server authentication @@ -77,8 +81,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 24 2022 jiangxinyu - 2.8.0-1 +- Upgrade to 2.8.0 + * Fri May 20 2022 liukuo - 1.22.1-2 - License compliance rectification -* Fri Oct 09 2020 Python_Bot +* Fri Oct 09 2020 Python_Bot - 1.22.1-1 - Package Spec generated