Update to 1.26.1. Fixes rhbz#1976190
Fix FTBFS. Fixes rhbz#1966120
This commit is contained in:
parent
a1d6618ef3
commit
67a7304903
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/urllib3-1.25.10.tar.gz
|
/urllib3-1.25.10.tar.gz
|
||||||
/urllib3-1.26.4.tar.gz
|
/urllib3-1.26.4.tar.gz
|
||||||
/urllib3-1.26.5.tar.gz
|
/urllib3-1.26.5.tar.gz
|
||||||
|
/urllib3-1.26.6.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.26.5
|
Version: 1.26.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -111,12 +111,16 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
|
|||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc CHANGES.rst README.rst CONTRIBUTORS.txt
|
%doc CHANGES.rst README.rst
|
||||||
%{python3_sitelib}/urllib3/
|
%{python3_sitelib}/urllib3/
|
||||||
%{python3_sitelib}/urllib3-*.egg-info/
|
%{python3_sitelib}/urllib3-*.egg-info/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 11 2021 Kevin Fenzi <kevin@scrye.com> - 1.26.6-1
|
||||||
|
- Update to 1.26.1. Fixes rhbz#1976190
|
||||||
|
- Fix FTBFS. Fixes rhbz#1966120
|
||||||
|
|
||||||
* Wed Jun 30 2021 Yatin Karel <ykarel@redhat.com> - 1.26.5-2
|
* Wed Jun 30 2021 Yatin Karel <ykarel@redhat.com> - 1.26.5-2
|
||||||
- Update minimal requirement of six to >= 1.16.0
|
- Update minimal requirement of six to >= 1.16.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (urllib3-1.26.5.tar.gz) = d4a97aa05f9138cbd2fceadd6268f55f1389a57abccc44f6dfd7755778d417a6648f081ceefd376b27c17e384ccc81caf49f0ea23b4d9ac8e347a06d85cb4639
|
SHA512 (urllib3-1.26.6.tar.gz) = 9d2f41fb0b5eb907e7daa559cdb48d130604b975c25bec47f55320a41e7df4aa495152cbaf842daf3414ed6c17131114463551c1e9771a848e392e74453ba0d3
|
||||||
|
Loading…
Reference in New Issue
Block a user