14
0

Accepting request 176685 from home:dirkmueller:branches:devel:languages:python

- update to 1.2.3:
 * Python 3.3.2 compatibility
 * Always percent-encode location headers
 * Fix connection adapter matching to be most-specific first
 * new argument to the default connection adapter for passing a block argument
 * prevent a KeyError when there's no link headers

OBS-URL: https://build.opensuse.org/request/show/176685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=34
This commit is contained in:
Sascha Peilicke
2013-05-28 07:13:40 +00:00
committed by Git OBS Bridge
parent 11b8d50cb5
commit e933f3e573
5 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 27 10:36:36 UTC 2013 - dmueller@suse.com
- update to 1.2.3:
* Python 3.3.2 compatibility
* Always percent-encode location headers
* Fix connection adapter matching to be most-specific first
* new argument to the default connection adapter for passing a block argument
* prevent a KeyError when there's no link headers
-------------------------------------------------------------------
Mon May 13 08:57:09 UTC 2013 - dmueller@suse.com