Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7a3e7e1037
!33 update to 0.22.0
From: @lyn1001 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
2023-10-13 01:02:15 +00:00
lyn1001
2575f43e49 update to 0.22.0 2023-10-12 15:48:13 +08:00
openeuler-ci-bot
bc6edb9f24
!26 升级master工程的python-httplib2到0.20.2版本
From: @xigaoxinyan 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-05-24 02:54:51 +00:00
xigaoxinyan
381f4621b1 update to 0.20.2 2022-05-17 16:51:43 +08:00
openeuler-ci-bot
c11c51aa78
!25 [sync] PR-20: Support newst pyparsing syntax
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-04-02 14:45:00 +00:00
bzg1107
0e866e572d support newst pyparsing syntax
(cherry picked from commit da70853a7a53a611d9382601912fad43089d58f6)
2022-04-02 14:49:21 +08:00
openeuler-ci-bot
6d2c820891
!24 [sync] PR-19: Cancel require python-parsing version limited
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-03-31 06:13:34 +00:00
bzg1107
40ade5f0e9 fix require parsing version limit
(cherry picked from commit 6ed8c379d79dd0e7bb066968461ade378f05fea3)
2022-03-31 10:36:19 +08:00
openeuler-ci-bot
80e851ae6e !14 python3-httplib2 provides python-httplib2
From: @jpzhang187
Reviewed-by: @lyn1001,@small_leek
Signed-off-by: @small_leek
2021-03-31 15:00:51 +08:00
jpzhang187
da8d9134eb python3-httplib2 provides python-httplib2 2021-03-31 10:03:51 +08:00
3 changed files with 19 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: python-httplib2
Version: 0.19.0
Version: 0.22.0
Release: 1
Summary: Small, fast HTTP client library for Python.
License: MIT
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}
BuildRequires: python3-setuptools python3-devel
%endif
@ -19,11 +18,13 @@ features left out of other HTTP libraries.
%if 0%{?with_python3}
%package -n python3-httplib2
Summary: Small, fast HTTP client library for Python.
%{?python_provide:%python_provide python3-httplib2}
%description -n python3-httplib2
Small, fast HTTP client library for Python.
%endif
%prep
%autosetup -n httplib2-%{version} -p1
@ -54,6 +55,21 @@ popd
%endif
%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
- update to 0.19.0 to fix CVE-2021-21240

BIN
v0.22.0.tar.gz Normal file

Binary file not shown.