[python-requests/f15] Add python-gevent to support requests.async

Arun SAG sagarun at fedoraproject.org
Sun Jan 8 15:17:15 UTC 2012


commit 98518e8273df1e7ad3894b95de8cfe6f4de400d1
Author: Arun SAG <sagarun at gmail.com>
Date:   Sun Jan 8 20:22:03 2012 +0530

    Add python-gevent to support requests.async

 python-requests.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index 4f8eeb3..e92323f 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -1,6 +1,6 @@
 Name:           python-requests
 Version:        0.6.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        HTTP library, written in Python, for human beings
 
 License:        ISC
@@ -9,6 +9,7 @@ Source0:        http://pypi.python.org/packages/source/r/requests/requests-%{ver
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+Requires:       python-gevent
 
 %description
 Most existing Python modules for sending HTTP requests are extremely verbose and 
@@ -43,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 08 2012 Arun SAG <sagarun at gmail.com> - 0.6.6-2
+- Add python-gevent as a dependency
+
 * Thu Oct 20 2011 Arun SAG <sagarun at gmail.com> - 0.6.6-1
 - Updated to version 0.6.6
 


More information about the scm-commits mailing list