From 63fd5b1c61d7f7753178056d65a143c6babb1b57 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 10 2016 21:46:58 +0000 Subject: Update to 2.11.0. Fixes #1365332 --- diff --git a/.gitignore b/.gitignore index 530d24b..13e1b45 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /requests-2.9.0.tar.gz /requests-2.9.1.tar.gz /requests-2.10.0.tar.gz +/requests-2.11.0.tar.gz diff --git a/python-requests-urllib3-at-1.15.1.patch b/python-requests-urllib3-at-1.15.1.patch deleted file mode 100644 index 91a6731..0000000 --- a/python-requests-urllib3-at-1.15.1.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 3ef00c66939e0b6d2d95756f73c1d2fe716ddf40 Mon Sep 17 00:00:00 2001 -From: Ralph Bean -Date: Tue, 3 May 2016 10:56:53 -0400 -Subject: [PATCH] Pin urllib3 to 1.15.1 - ---- - setup.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 3a39052..662e0ef 100755 ---- a/setup.py -+++ b/setup.py -@@ -44,7 +44,9 @@ packages = [ - 'requests.packages.urllib3.packages.ssl_match_hostname', - ] - --requires = [] -+requires = [ -+ 'urllib3==1.15.1', -+] - test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov'] - - with open('requests/__init__.py', 'r') as fd: --- -2.5.5 - diff --git a/python-requests-urllib3-at-1.16.patch b/python-requests-urllib3-at-1.16.patch new file mode 100644 index 0000000..61308c5 --- /dev/null +++ b/python-requests-urllib3-at-1.16.patch @@ -0,0 +1,27 @@ +From 3ef00c66939e0b6d2d95756f73c1d2fe716ddf40 Mon Sep 17 00:00:00 2001 +From: Ralph Bean +Date: Tue, 3 May 2016 10:56:53 -0400 +Subject: [PATCH] Pin urllib3 to 1.16 + +--- + setup.py | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 3a39052..662e0ef 100755 +--- a/setup.py ++++ b/setup.py +@@ -44,7 +44,9 @@ packages = [ + 'requests.packages.urllib3.packages.ssl_match_hostname', + ] + +-requires = [] ++requires = [ ++ 'urllib3==1.16', ++] + test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov'] + + with open('requests/__init__.py', 'r') as fd: +-- +2.5.5 + diff --git a/python-requests.spec b/python-requests.spec index bc9aa00..ad3b59c 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -7,11 +7,11 @@ %{!?python3_pkgversion: %global python3_pkgversion 34} %endif -%global urllib3_unbundled_version 1.15.1 +%global urllib3_unbundled_version 1.16 Name: python-requests -Version: 2.10.0 -Release: 4%{?dist} +Version: 2.11.0 +Release: 1%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -169,6 +169,9 @@ popd %endif %changelog +* Wed Aug 10 2016 Kevin Fenzi - 2.11.0-1 +- Update to 2.11.0. Fixes #1365332 + * Tue Jul 19 2016 Fedora Release Engineering - 2.10.0-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 55530ea..72e0d48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a36f7a64600f1bfec4d55ae021d232ae requests-2.10.0.tar.gz +147afc07d8967cf46359701551a6cb69 requests-2.11.0.tar.gz