14
0

Accepting request 126137 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/126137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2012-06-26 15:57:49 +00:00
committed by Git OBS Bridge
parent 7ddb8c6e31
commit 431215126c
5 changed files with 26 additions and 12 deletions

View File

@@ -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