Update to version 2.12.2

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2016-11-30 16:46:49 -05:00
commit f2e692fa09
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB
4 changed files with 7 additions and 43 deletions

View file

@ -10,8 +10,8 @@
%global urllib3_unbundled_version 1.19.1
Name: python-requests
Version: 2.12.1
Release: 2%{?dist}
Version: 2.12.2
Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings
License: ASL 2.0
@ -32,10 +32,6 @@ Patch1: python-requests-remove-nested-bundling-dep.patch
# - https://github.com/kennethreitz/requests/issues/2816
Patch2: python-requests-urllib3-at-%{urllib3_unbundled_version}.patch
# Backport of https://github.com/kennethreitz/requests/pull/3713
# This patch should be removed after the 2.12.2 or 2.13 release.
Patch3: 0001-Restrict-URL-preparation-to-HTTP-HTTPS.patch
BuildArch: noarch
%description
@ -94,7 +90,6 @@ designed to make HTTP requests easy for developers.
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
# Unbundle the certificate bundle from mozilla.
rm -rf requests/cacert.pem
@ -180,6 +175,9 @@ popd
%endif
%changelog
* Wed Nov 30 2016 Jeremy Cline <jeremy@jcline.org> - 2.12.2-1
- Update to 2.12.2
* Wed Nov 23 2016 Jeremy Cline <jeremy@jcline.org> - 2.12.1-2
- Backport #3713. Fixes #1397149