diff --git a/google-auth-httplib2.spec b/google-auth-httplib2.spec index d0e46754c2e1db08b926ed4271fb2df4945af3e6..ee461e6c3b995e63e45f2de0ab666f0198f871ae 100644 --- a/google-auth-httplib2.spec +++ b/google-auth-httplib2.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-google-auth-httplib2 -Version: 0.2.0 +Version: 0.2.1 Release: 1 Summary: Google Authentication Library: httplib2 transport License: Apache-2.0 @@ -70,6 +70,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 12 2025 gaoyukun - 0.2.1-1 +- Update version to 0.2.1 +- deps: Require google-auth >= 1.32.0,<3.0.0 +- deps: Require httplib2 >= 0.19.0,<1.0.0 +- Drop python 3.6; require python 3.7+ +- Remove setup.cfg configuration for creating universal wheels + * Fri Jul 26 2024 liudy - 0.2.0-1 - Update version to 0.2.0 - Add support for Python 3.12 diff --git a/google-auth-library-python-httplib2-0.2.0.tar.gz b/google-auth-library-python-httplib2-0.2.0.tar.gz deleted file mode 100644 index 97c72297495f2ccabbfeb30a7f5452ee86076145..0000000000000000000000000000000000000000 Binary files a/google-auth-library-python-httplib2-0.2.0.tar.gz and /dev/null differ diff --git a/google-auth-library-python-httplib2-0.2.1.tar.gz b/google-auth-library-python-httplib2-0.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4262e628dadf4197d091ecfb08276806b09fc724 Binary files /dev/null and b/google-auth-library-python-httplib2-0.2.1.tar.gz differ