Compare commits
10 Commits
6ccff33d9f
...
7a3e7e1037
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a3e7e1037 | ||
|
|
2575f43e49 | ||
|
|
bc6edb9f24 | ||
|
|
381f4621b1 | ||
|
|
c11c51aa78 | ||
|
|
0e866e572d | ||
|
|
6d2c820891 | ||
|
|
40ade5f0e9 | ||
|
|
80e851ae6e | ||
|
|
da8d9134eb |
Binary file not shown.
@ -1,11 +1,10 @@
|
|||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
Version: 0.19.0
|
Version: 0.22.0
|
||||||
Release: 1
|
Release: 1
|
||||||
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
|
||||||
Source0: https://files.pythonhosted.org/packages/ed/ef/f0e05d5886a9c25dea4b18be06cd7bcaddbae0168cc576f3568f9bd6a35a/httplib2-0.19.0.tar.gz
|
Source0: https://github.com/httplib2/httplib2/archive/refs/tags/v%{version}.tar.gz
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-setuptools python3-devel
|
BuildRequires: python3-setuptools python3-devel
|
||||||
%endif
|
%endif
|
||||||
@ -19,11 +18,13 @@ 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.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n httplib2-%{version} -p1
|
%autosetup -n httplib2-%{version} -p1
|
||||||
|
|
||||||
@ -54,6 +55,21 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 12 2023 liyanan <thistleslyn@163.com> - 0.22.0-1
|
||||||
|
- Update to 0.22.0
|
||||||
|
|
||||||
|
* Tue May 17 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.20.2-1
|
||||||
|
- Update to 0.20.2
|
||||||
|
|
||||||
|
* Mon Jan 9 2022 baizhonggui <baizhonggui@huawei.com> - 0.19.0-4
|
||||||
|
- support newst pyparsing syntax
|
||||||
|
|
||||||
|
* Sat Jan 8 2022 baizhonggui <baizhonggui@huawei.com> - 0.19.0-3
|
||||||
|
- fix require pyparsing version limit
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
|||||||
BIN
v0.22.0.tar.gz
Normal file
BIN
v0.22.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user