Update to 1.26.7. Fixes rhbz#2006973
This commit is contained in:
parent
1fde83908d
commit
2f8e5b2c20
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/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
|
/urllib3-1.26.6.tar.gz
|
||||||
|
/urllib3-1.26.7.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.26.6
|
Version: 1.26.7
|
||||||
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
|
||||||
@ -117,6 +117,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 26 2021 Kevin Fenzi <kevin@scrye.com> - 1.26.7-1
|
||||||
|
- Update to 1.26.7. Fixes rhbz#2006973
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.6-2
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (urllib3-1.26.6.tar.gz) = 9d2f41fb0b5eb907e7daa559cdb48d130604b975c25bec47f55320a41e7df4aa495152cbaf842daf3414ed6c17131114463551c1e9771a848e392e74453ba0d3
|
SHA512 (urllib3-1.26.7.tar.gz) = 5a0f55cba31c987c416d113ddfd4ade64704f70e4ff20092ff6d7370f260dada71e149b14ea62c8967a4c0f5ad79b441325d623446e0016c133c7e9277d3c8be
|
||||||
|
Loading…
Reference in New Issue
Block a user