Upgrade to 1.26.8

This commit is contained in:
huangtianhua 2022-07-18 14:51:50 +08:00
parent 06a46c2647
commit 76d4fc651e
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
1.26.8.tar.gz Normal file

Binary file not shown.

View File

@ -2,8 +2,8 @@
%bcond_without tests
Name: python-%{srcname}
Version: 1.26.7
Release: 2
Version: 1.26.8
Release: 1
Summary: Sanity-friendly HTTP client for Python
License: MIT
URL: https://urllib3.readthedocs.io
@ -74,6 +74,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt
%{python3_sitelib}/urllib3-*.egg-info
%changelog
* Mon Jul 18 2022 OpenStack_SIG <openstack@openeuler.org> - 1.26.8-1
- Upgrade package to version 1.26.8
* Wed Jul 06 2022 chenhaixing <chenhaixing@huawei.com> - 1.26.7-2
- add patch Bump RECENT_DATE and solve test case test_recent_date failed