Update to 2.12.3. Fixes #1400601
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
f2e692fa09
commit
cfa22b2bdf
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,3 +29,4 @@
|
|||
/requests-2.11.1.tar.gz
|
||||
/requests-2.12.1.tar.gz
|
||||
/requests-2.12.2.tar.gz
|
||||
/requests-2.12.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%global urllib3_unbundled_version 1.19.1
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.12.2
|
||||
Version: 2.12.3
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
|
|
@ -175,6 +175,9 @@ popd
|
|||
%endif
|
||||
|
||||
%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
|
||||
- Update to 2.12.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1ec26adca0265ead9afd42919867c370 requests-2.12.2.tar.gz
|
||||
0cafdecd95a46b081dd5fcfa4978db7a requests-2.12.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue