From 63fd5b1c61d7f7753178056d65a143c6babb1b57 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 10 Aug 2016 15:46:58 -0600 Subject: [PATCH] Update to 2.11.0. Fixes #1365332 --- .gitignore | 1 + ...1.15.1.patch => python-requests-urllib3-at-1.16.patch | 4 ++-- python-requests.spec | 9 ++++++--- sources | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) rename python-requests-urllib3-at-1.15.1.patch => python-requests-urllib3-at-1.16.patch (90%) 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.16.patch similarity index 90% rename from python-requests-urllib3-at-1.15.1.patch rename to python-requests-urllib3-at-1.16.patch index 91a6731..61308c5 100644 --- a/python-requests-urllib3-at-1.15.1.patch +++ b/python-requests-urllib3-at-1.16.patch @@ -1,7 +1,7 @@ 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 +Subject: [PATCH] Pin urllib3 to 1.16 --- setup.py | 4 +++- @@ -17,7 +17,7 @@ index 3a39052..662e0ef 100755 -requires = [] +requires = [ -+ 'urllib3==1.15.1', ++ 'urllib3==1.16', +] test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov'] 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