Update to 2.11.1. Fixes #1370814

This commit is contained in:
Kevin Fenzi 2016-08-27 15:36:55 -06:00
parent 63fd5b1c61
commit f81e14ff7d
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/requests-2.9.1.tar.gz
/requests-2.10.0.tar.gz
/requests-2.11.0.tar.gz
/requests-2.11.1.tar.gz

View File

@ -10,7 +10,7 @@
%global urllib3_unbundled_version 1.16
Name: python-requests
Version: 2.11.0
Version: 2.11.1
Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings
@ -169,6 +169,9 @@ popd
%endif
%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
- Update to 2.11.0. Fixes #1365332

View File

@ -1 +1 @@
147afc07d8967cf46359701551a6cb69 requests-2.11.0.tar.gz
ad5f9c47b5c5dfdb28363ad7546b0763 requests-2.11.1.tar.gz