[python-requests/el6] Fix: rhbz:808912 - Requests doesn't work with https

Arun SAG sagarun at fedoraproject.org
Sun Apr 8 17:37:08 UTC 2012


commit 29ca7382d80584da0d55d4b8fb4ec4264c6da467
Author: Arun SAG <sagarun at gmail.com>
Date:   Sun Apr 8 23:06:53 2012 +0530

    Fix: rhbz:808912 - Requests doesn't work with https

 python-requests.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index 5e87cf8..93cb7ef 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -6,7 +6,7 @@
 
 Name:           python-requests
 Version:        0.11.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        HTTP library, written in Python, for human beings
 
 License:        ISC and MIT
@@ -16,6 +16,7 @@ Source0:        http://pypi.python.org/packages/source/r/requests/requests-%{ver
 BuildArch:      noarch
 BuildRequires:  python-devel
 
+Requires:       python-certifi
 %if 0%{?fedora}
 Requires:       python-gevent
 %endif
@@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr 09 2012 Arun S A G <sagarun at gmail.com> 0.11.1-2
+- Fix rhbz#808912
+
 * Sun Apr 01 2012 Arun S A G <sagarun at gmail.com> 0.11.1-1
 - Updated to upstream release 0.11.1
 


More information about the scm-commits mailing list