[python-requests/f17] Add python-certifi as required package to requests

Arun SAG sagarun at fedoraproject.org
Sun Apr 8 18:36:08 UTC 2012


commit d38a7dff2823f5cfe291f117f8977d0d5e2a6ecc
Author: Arun SAG <sagarun at gmail.com>
Date:   Mon Apr 9 00:05:46 2012 +0530

    Add python-certifi as required package to requests

 python-requests.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index 5e87cf8..0337734 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 08 2012 Arun S A G <sagarun at gmail.com> 0.11.1-2
+- Requires python-certifi for https processing
+
 * 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