Update to 2.11.1. Fixes #1370814
This commit is contained in:
parent
63fd5b1c61
commit
f81e14ff7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/requests-2.9.1.tar.gz
|
/requests-2.9.1.tar.gz
|
||||||
/requests-2.10.0.tar.gz
|
/requests-2.10.0.tar.gz
|
||||||
/requests-2.11.0.tar.gz
|
/requests-2.11.0.tar.gz
|
||||||
|
/requests-2.11.1.tar.gz
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%global urllib3_unbundled_version 1.16
|
%global urllib3_unbundled_version 1.16
|
||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.11.0
|
Version: 2.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HTTP library, written in Python, for human beings
|
Summary: HTTP library, written in Python, for human beings
|
||||||
|
|
||||||
@ -169,6 +169,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 27 2016 Kevin Fenzi <kevin@scrye.com> - 2.11.1-1
|
||||||
|
- Update to 2.11.1. Fixes #1370814
|
||||||
|
|
||||||
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 2.11.0-1
|
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 2.11.0-1
|
||||||
- Update to 2.11.0. Fixes #1365332
|
- Update to 2.11.0. Fixes #1365332
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user