forked from pool/python-requests
Accepting request 175242 from devel:languages:python
- update to 1.2.0: * Fixed cookies on sessions and on requests * Significantly change how hooks are dispatched - hooks now receive all the arguments specified by the user when making a request so hooks can make a secondary request with the same parameters. This is especially necessary for authentication handler authors * certifi support was removed * Fixed bug where using OAuth 1 with body ``signature_type`` sent no data * Major proxy work thanks to @Lukasa including parsing of proxy authentication from the proxy url * Fix DigestAuth handling too many 401s * Update vendored urllib3 to include SSL bug fixes * Allow keyword arguments to be passed to ``json.loads()`` via the ``Response.json()`` method * Don't send ``Content-Length`` header by default on ``GET`` or ``HEAD`` requests * Add ``elapsed`` attribute to ``Response`` objects to time how long a request took. * Fix ``RequestsCookieJar`` * Sessions and Adapters are now picklable, i.e., can be used with the mutiprocessing library Update charade to version 1.0.3 - update to 1.2.0: * Fixed cookies on sessions and on requests * Significantly change how hooks are dispatched - hooks now receive all the arguments specified by the user when making a request so hooks can make a secondary request with the same parameters. This is especially necessary for authentication handler authors * certifi support was removed (forwarded request 175233 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/175242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
68a1315d8f
commit
7e28e4929b
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 08:57:09 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.2.0:
|
||||
* Fixed cookies on sessions and on requests
|
||||
* Significantly change how hooks are dispatched - hooks now receive all the
|
||||
arguments specified by the user when making a request so hooks can make a
|
||||
secondary request with the same parameters. This is especially necessary for
|
||||
authentication handler authors
|
||||
* certifi support was removed
|
||||
* Fixed bug where using OAuth 1 with body ``signature_type`` sent no data
|
||||
* Major proxy work thanks to @Lukasa including parsing of proxy authentication
|
||||
from the proxy url
|
||||
* Fix DigestAuth handling too many 401s
|
||||
* Update vendored urllib3 to include SSL bug fixes
|
||||
* Allow keyword arguments to be passed to ``json.loads()`` via the
|
||||
``Response.json()`` method
|
||||
* Don't send ``Content-Length`` header by default on ``GET`` or ``HEAD``
|
||||
requests
|
||||
* Add ``elapsed`` attribute to ``Response`` objects to time how long a request
|
||||
took.
|
||||
* Fix ``RequestsCookieJar``
|
||||
* Sessions and Adapters are now picklable, i.e., can be used with the
|
||||
mutiprocessing library
|
||||
Update charade to version 1.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 08:33:19 UTC 2013 - saschpe@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user