Hello community, here is the log from the commit of package python-requests for openSUSE:Factory checked in at 2013-05-16 11:27:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-requests (Old) and /work/SRC/openSUSE:Factory/.python-requests.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests" Changes: -------- --- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes 2013-01-20 14:43:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 2013-05-16 11:27:14.000000000 +0200 @@ -1,0 +2,26 @@ +Mon May 13 08:57:09 UTC 2013 - [email protected] + +- 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 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python-requests/python3-requests.changes 2013-01-20 14:43:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-requests.new/python3-requests.changes 2013-05-16 11:27:14.000000000 +0200 @@ -1,0 +2,26 @@ +Mon May 13 08:57:09 UTC 2013 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- requests-1.1.0.tar.gz New: ---- requests-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requests.spec ++++++ --- /var/tmp/diff_new_pack.ex9BAm/_old 2013-05-16 11:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.ex9BAm/_new 2013-05-16 11:27:15.000000000 +0200 @@ -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 ++++++ python3-requests.spec ++++++ --- /var/tmp/diff_new_pack.ex9BAm/_old 2013-05-16 11:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.ex9BAm/_new 2013-05-16 11:27:15.000000000 +0200 @@ -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 ++++++ requests-1.1.0.tar.gz -> requests-1.2.0.tar.gz ++++++ ++++ 2132 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
