[python-requests] Pin python-urllib3 requirement at 1.10.0.

Ralph Bean ralph at fedoraproject.org
Tue Dec 16 20:07:33 UTC 2014


commit bb1e96f504df0f72d087f8a03fb9f32d59afcc99
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Dec 16 14:18:45 2014 -0500

    Pin python-urllib3 requirement at 1.10.0.

 python-requests.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index 3285ee0..4338c00 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -6,7 +6,7 @@
 
 Name:           python-requests
 Version:        2.5.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        HTTP library, written in Python, for human beings
 
 License:        ASL 2.0
@@ -22,11 +22,11 @@ Patch1:         python-requests-remove-nested-bundling-dep.patch
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-chardet
-BuildRequires:  python-urllib3 >= 1.8.2
+BuildRequires:  python-urllib3 >= 1.10.0
 
 Requires:       ca-certificates
 Requires:       python-chardet
-Requires:       python-urllib3 >= 1.8.2
+Requires:       python-urllib3 >= 1.10.0
 
 %if 0%{?rhel} && 0%{?rhel} <= 6
 BuildRequires:  python-ordereddict
@@ -44,9 +44,9 @@ designed to make HTTP requests easy for developers.
 Summary: HTTP library, written in Python, for human beings
 BuildRequires:  python3-devel
 BuildRequires:  python3-chardet
-BuildRequires:  python3-urllib3 >= 1.8.2
+BuildRequires:  python3-urllib3 >= 1.10.0
 Requires:       python3-chardet
-Requires:       python3-urllib3 >= 1.8.2
+Requires:       python3-urllib3 >= 1.10.0
 
 %description -n python3-requests
 Most existing Python modules for sending HTTP requests are extremely verbose and
@@ -141,6 +141,9 @@ popd
 %endif
 
 %changelog
+* Tue Dec 16 2014 Ralph Bean <rbean at redhat.com> - 2.5.0-3
+- Pin python-urllib3 requirement at 1.10.0.
+
 * Thu Dec 11 2014 Ralph Bean <rbean at redhat.com> - 2.5.0-2
 - Do the most basic of tests in the check section.
 


More information about the scm-commits mailing list