forked from pool/python-requests
- 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:
committed by
Git OBS Bridge
parent
46275a5a11
commit
a77547e14d
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 09:11:50 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 12:09:35 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user