Update to 2.11.0. Fixes #1365332

This commit is contained in:
Kevin Fenzi 2016-08-10 15:46:58 -06:00
parent c5ce60bf5a
commit 63fd5b1c61
4 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/requests-2.9.0.tar.gz /requests-2.9.0.tar.gz
/requests-2.9.1.tar.gz /requests-2.9.1.tar.gz
/requests-2.10.0.tar.gz /requests-2.10.0.tar.gz
/requests-2.11.0.tar.gz

View File

@ -1,7 +1,7 @@
From 3ef00c66939e0b6d2d95756f73c1d2fe716ddf40 Mon Sep 17 00:00:00 2001 From 3ef00c66939e0b6d2d95756f73c1d2fe716ddf40 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean@redhat.com> From: Ralph Bean <rbean@redhat.com>
Date: Tue, 3 May 2016 10:56:53 -0400 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 +++- setup.py | 4 +++-
@ -17,7 +17,7 @@ index 3a39052..662e0ef 100755
-requires = [] -requires = []
+requires = [ +requires = [
+ 'urllib3==1.15.1', + 'urllib3==1.16',
+] +]
test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov'] test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov']

View File

@ -7,11 +7,11 @@
%{!?python3_pkgversion: %global python3_pkgversion 34} %{!?python3_pkgversion: %global python3_pkgversion 34}
%endif %endif
%global urllib3_unbundled_version 1.15.1 %global urllib3_unbundled_version 1.16
Name: python-requests Name: python-requests
Version: 2.10.0 Version: 2.11.0
Release: 4%{?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
@ -169,6 +169,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 2.11.0-1
- Update to 2.11.0. Fixes #1365332
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-4 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
a36f7a64600f1bfec4d55ae021d232ae requests-2.10.0.tar.gz 147afc07d8967cf46359701551a6cb69 requests-2.11.0.tar.gz