14
0

- Update to 0.13.1:

+ Removal of Requests.async in favor of grequests
  + Allow disabling of cookie persistiance.
  + New implimentation of safe_mode
  + cookies.get now supports default argument
  + Session cookies not saved when Session.request is called with return_response=False
  + Env: no_proxy support.
  + RequestsCookieJar improvements.
  + Various bug fixes.
- Rebased patches

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=21
This commit is contained in:
Sascha Peilicke
2012-05-30 09:17:32 +00:00
committed by Git OBS Bridge
parent 46275a5a11
commit a77547e14d
5 changed files with 26 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
Name: python-requests
Version: 0.12.1
Version: 0.13.0
Release: 0
Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable
@@ -34,6 +34,7 @@ BuildRequires: python-distribute
BuildRequires: python-oauthlib
Requires: python
Requires: python-chardet
Requires: python-grequests
Requires: python-oauthlib
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}