[python-requests/el6: 7/7] Merge latest rawhide into el6. (rhbz #904243)

Ralph Bean ralph at fedoraproject.org
Mon Jan 28 14:18:48 UTC 2013


commit e89ab766f45f8b06ad1731fdb2aaf892dde625a9
Merge: 29ca738 e9f9b2b
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jan 28 09:11:03 2013 -0500

    Merge latest rawhide into el6. (rhbz #904243)

 .gitignore           |    2 ++
 python-requests.spec |   37 +++++++++++++++++++++++++++++--------
 sources              |    2 +-
 3 files changed, 32 insertions(+), 9 deletions(-)
---
diff --cc .gitignore
index 41e5225,321be65..b0af200
--- a/.gitignore
+++ b/.gitignore
@@@ -6,5 -6,6 +6,7 @@@
  /requests-0.8.2.tar.gz
  /requests-0.9.3.tar.gz
  /requests-0.10.6.tar.gz
 +/requests-0.10.8.tar.gz
  /requests-0.11.1.tar.gz
+ /requests-0.13.1.tar.gz
+ /requests-0.14.1.tar.gz
diff --cc python-requests.spec
index 93cb7ef,bb7e940..0aeaa9f
--- a/python-requests.spec
+++ b/python-requests.spec
@@@ -3,10 -3,11 +3,11 @@@
  %else
  %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
  %endif
- 
+ # Turn off the brp-python-bytecompile script
+ #%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
  Name:           python-requests
- Version:        0.11.1
+ Version:        0.14.1
 -Release:        1%{?dist}
 +Release:        2%{?dist}
  Summary:        HTTP library, written in Python, for human beings
  
  License:        ISC and MIT
@@@ -14,12 -15,9 +15,13 @@@ URL:            http://pypi.python.org/
  Source0:        http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
  
  BuildArch:      noarch
- BuildRequires:  python-devel
+ BuildRequires:  python2-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 
@@@ -72,9 -77,15 +81,21 @@@ PYTHONDONTWRITEBYTECODE=1 %{__python} s
  
  
  %changelog
++* Mon Jan 28 2013 Ralph Bean <rbean at redhat.com> 0.14.1-2
++- Merged latest rawhide into el6.
++
+ * Wed Oct 22 2012 Arun S A G <sagarun at gmail.com>  0.14.1-1
+ - Updated to latest upstream release
+ 
+ * 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 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