diff --git a/python-requests.changes b/python-requests.changes index 21d7596..7c602ef 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -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 diff --git a/python-requests.spec b/python-requests.spec index 14e23b8..b3ed90e 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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 diff --git a/python3-requests.changes b/python3-requests.changes index 46cffad..89ae696 100644 --- a/python3-requests.changes +++ b/python3-requests.changes @@ -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 diff --git a/python3-requests.spec b/python3-requests.spec index bca4729..4937992 100644 --- a/python3-requests.spec +++ b/python3-requests.spec @@ -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 diff --git a/requests-1.1.0.tar.gz b/requests-1.1.0.tar.gz deleted file mode 100644 index f58cf28..0000000 --- a/requests-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21a81ddf1a3c2f956524538966ae19c38cae251f5629821588cdc8246a1335f7 -size 337229 diff --git a/requests-1.2.0.tar.gz b/requests-1.2.0.tar.gz new file mode 100644 index 0000000..e82bc81 --- /dev/null +++ b/requests-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa615644ae38efe8423ce9edb23470a4615a9147fa3cea5026afb47c9bb3913 +size 341511