diff --git a/google-auth-oauthlib-0.4.1.tar.gz b/google-auth-oauthlib-0.4.1.tar.gz deleted file mode 100644 index 4ce32a5..0000000 Binary files a/google-auth-oauthlib-0.4.1.tar.gz and /dev/null differ diff --git a/google-auth-oauthlib-0.5.2.tar.gz b/google-auth-oauthlib-0.5.2.tar.gz new file mode 100644 index 0000000..a424608 Binary files /dev/null and b/google-auth-oauthlib-0.5.2.tar.gz differ diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index 13147a5..0b17dc8 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-google-auth-oauthlib -Version: 0.4.1 -Release: 2 +Version: 0.5.2 +Release: 1 Summary: Google Authentication Library License: Apache-2.0 URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib -Source0: https://files.pythonhosted.org/packages/cd/5a/2b5a4c1294a4e8903bdba122083bd505dc51688a95d4670cde89dc45e6ed/google-auth-oauthlib-0.4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/1e/92/cd8f07a70ea224de1b4f9b2f2a5f6bf960fe874f0b0f6186fb9c5fcb77e1/google-auth-oauthlib-0.5.2.tar.gz BuildArch: noarch Requires: python3-google-auth @@ -30,7 +30,7 @@ Provides: python3-google-auth-oauthlib-doc This library provides `oauthlib`_ integration with `google-auth`_. %prep -%autosetup -n google-auth-oauthlib-0.4.1 +%autosetup -n google-auth-oauthlib-0.5.2 %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 10 2022 liqiuyu - 0.5.2-1 +- Update to 0.5.2 + * Tue May 17 2022 liukuo - 0.4.1-2 - License compliance rectification