python3-httplib2 provides python-httplib2

This commit is contained in:
jpzhang187 2021-03-31 10:03:51 +08:00
parent 6ccff33d9f
commit da8d9134eb

View File

@ -1,6 +1,6 @@
Name: python-httplib2 Name: python-httplib2
Version: 0.19.0 Version: 0.19.0
Release: 1 Release: 2
Summary: Small, fast HTTP client library for Python. Summary: Small, fast HTTP client library for Python.
License: MIT License: MIT
URL: https://github.com/httplib2/httplib2 URL: https://github.com/httplib2/httplib2
@ -19,6 +19,7 @@ features left out of other HTTP libraries.
%if 0%{?with_python3} %if 0%{?with_python3}
%package -n python3-httplib2 %package -n python3-httplib2
Summary: Small, fast HTTP client library for Python. Summary: Small, fast HTTP client library for Python.
%{?python_provide:%python_provide python3-httplib2}
%description -n python3-httplib2 %description -n python3-httplib2
Small, fast HTTP client library for Python. Small, fast HTTP client library for Python.
@ -54,6 +55,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Mar 31 2021 zhangjiapeng <zhangjiapeng9@huawei.com> - 0.19.0-2
- python3-httplib2 provides python-httplib2
* Tue Mar 2 2021 zhanghua <zhanghua40@huawei.com> - 0.19.0-1 * Tue Mar 2 2021 zhanghua <zhanghua40@huawei.com> - 0.19.0-1
- update to 0.19.0 to fix CVE-2021-21240 - update to 0.19.0 to fix CVE-2021-21240