[python-requests] Updated to 0.13.1

Arun SAG sagarun at fedoraproject.org
Sun Jun 10 17:17:56 UTC 2012


commit 74db89b32895cb7f543f37811f736e402c98dfe7
Author: Arun SAG <sagarun at gmail.com>
Date:   Sun Jun 10 22:47:44 2012 +0530

    Updated to 0.13.1

 .gitignore           |    1 +
 python-requests.spec |   19 +++++++++++--------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4527b5..efd9e4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /requests-0.9.3.tar.gz
 /requests-0.10.6.tar.gz
 /requests-0.11.1.tar.gz
+/requests-0.13.1.tar.gz
diff --git a/python-requests.spec b/python-requests.spec
index 0337734..aa9afd4 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name:           python-requests
-Version:        0.11.1
-Release:        2%{?dist}
+Version:        0.13.1
+Release:        1%{?dist}
 Summary:        HTTP library, written in Python, for human beings
 
 License:        ISC and MIT
@@ -16,10 +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
+Requires:       ca-certificates
 
 %description
 Most existing Python modules for sending HTTP requests are extremely verbose and 
@@ -31,11 +28,14 @@ designed to make HTTP requests easy for developers.
 %package -n python3-requests
 Summary: HTTP library, written in Python, for human beings
 BuildRequires: python3-devel
+Requires: python3-chardet
 %description -n python3-requests
 Most existing Python modules for sending HTTP requests are extremely verbose and
 cumbersome. Python’s built-in urllib2 module provides most of the HTTP
 capabilities you should need, but the API is thoroughly broken. This library is
 designed to make HTTP requests easy for developers.
+%else
+Requires: python-chardet
 %endif
 
 
@@ -72,8 +72,11 @@ 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 Jun 10 2012 Arun S A G <sagarun at gmail.com> 0.13.1-1
+- Updated to latest upstream release 0.13.1
+- Use system provided ca-certificates
+- No more async requests use grrequests https://github.com/kennethreitz/grequests
+- Remove gevent as it is no longer required by requests
 
 * Sun Apr 01 2012 Arun S A G <sagarun at gmail.com> 0.11.1-1
 - Updated to upstream release 0.11.1
diff --git a/sources b/sources
index 35b2373..6704a5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c903c32a0e1f04889e693da8e9c71872  requests-0.11.1.tar.gz
+31a08091feeefe60817e45122d933219  requests-0.13.1.tar.gz


More information about the scm-commits mailing list