Update to 2.12.3. Fixes #1400601

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2016-12-01 15:29:30 -05:00
parent f2e692fa09
commit cfa22b2bdf
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/requests-2.11.1.tar.gz /requests-2.11.1.tar.gz
/requests-2.12.1.tar.gz /requests-2.12.1.tar.gz
/requests-2.12.2.tar.gz /requests-2.12.2.tar.gz
/requests-2.12.3.tar.gz

View File

@ -10,7 +10,7 @@
%global urllib3_unbundled_version 1.19.1 %global urllib3_unbundled_version 1.19.1
Name: python-requests Name: python-requests
Version: 2.12.2 Version: 2.12.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
@ -175,6 +175,9 @@ popd
%endif %endif
%changelog %changelog
* Thu Dec 01 2016 Jeremy Cline <jeremy@jcline.org> - 2.12.3-1
- Update to 2.12.3. Fixes #1400601
* Wed Nov 30 2016 Jeremy Cline <jeremy@jcline.org> - 2.12.2-1 * Wed Nov 30 2016 Jeremy Cline <jeremy@jcline.org> - 2.12.2-1
- Update to 2.12.2 - Update to 2.12.2

View File

@ -1 +1 @@
1ec26adca0265ead9afd42919867c370 requests-2.12.2.tar.gz 0cafdecd95a46b081dd5fcfa4978db7a requests-2.12.3.tar.gz