14
0

Accepting request 176813 from 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 (forwarded request 176685 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/176813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2013-06-05 11:35:59 +00:00
committed by Git OBS Bridge
parent 7e28e4929b
commit 88b8771c5f
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