Update to 2.12.4. Fixes #1404680
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
0632cc05e9
commit
613ba9a983
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/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
|
/requests-2.12.3.tar.gz
|
||||||
|
/requests-2.12.4.tar.gz
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
%global urllib3_unbundled_version 1.19.1
|
%global urllib3_unbundled_version 1.19.1
|
||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.12.3
|
Version: 2.12.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HTTP library, written in Python, for human beings
|
Summary: HTTP library, written in Python, for human beings
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -175,6 +175,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2016 Jeremy Cline <jeremy@jcline.org> - 2.12.4-1
|
||||||
|
- Update to 2.12.4. Fixes #1404680
|
||||||
|
|
||||||
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 2.12.3-2
|
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 2.12.3-2
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user