From 11b8d50cb558d4365ce6853dc23d9afa64df64c1e026d5fb4f97ff8cb29f1aa8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 13 May 2013 09:26:55 +0000 Subject: [PATCH] Accepting request 175233 from home:dirkmueller:branches: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 OBS-URL: https://build.opensuse.org/request/show/175233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=32 --- python-requests.changes | 26 ++++++++++++++++++++++++++ python-requests.spec | 2 +- python3-requests.changes | 26 ++++++++++++++++++++++++++ python3-requests.spec | 2 +- requests-1.1.0.tar.gz | 3 --- requests-1.2.0.tar.gz | 3 +++ 6 files changed, 57 insertions(+), 5 deletions(-) delete mode 100644 requests-1.1.0.tar.gz create mode 100644 requests-1.2.0.tar.gz 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