diff --git a/python-httplib2.spec b/python-httplib2.spec index 0ed9fed..90c163d 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,10 +1,10 @@ Name: python-httplib2 -Version: 0.20.2 +Version: 0.22.0 Release: 1 Summary: Small, fast HTTP client library for Python. License: MIT URL: https://github.com/httplib2/httplib2 -Source0: https://github.com/httplib2/httplib2/archive/refs/tags/v0.20.2.tar.gz +Source0: https://github.com/httplib2/httplib2/archive/refs/tags/v%{version}.tar.gz %if 0%{?with_python3} BuildRequires: python3-setuptools python3-devel %endif @@ -55,6 +55,9 @@ popd %endif %changelog +* Thu Oct 12 2023 liyanan - 0.22.0-1 +- Update to 0.22.0 + * Tue May 17 2022 xigaoxinyan - 0.20.2-1 - Update to 0.20.2 diff --git a/v0.20.2.tar.gz b/v0.20.2.tar.gz deleted file mode 100644 index 92efbee..0000000 Binary files a/v0.20.2.tar.gz and /dev/null differ diff --git a/v0.22.0.tar.gz b/v0.22.0.tar.gz new file mode 100644 index 0000000..ec17b7d Binary files /dev/null and b/v0.22.0.tar.gz differ