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:
commit
ef76cbb1cb
@ -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:31:22 UTC 2013 - saschpe@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-requests
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Url: http://python-requests.org
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python3-requests
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Url: http://python-requests.org
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21a81ddf1a3c2f956524538966ae19c38cae251f5629821588cdc8246a1335f7
|
||||
size 337229
|
3
requests-1.2.0.tar.gz
Normal file
3
requests-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfa615644ae38efe8423ce9edb23470a4615a9147fa3cea5026afb47c9bb3913
|
||||
size 341511
|
Loading…
Reference in New Issue
Block a user