From 1886891bd0499e9d5195ec3f7048d0c0f6102e252429bb3ad6472fee1fa68825 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 24 Jan 2012 21:33:51 +0000 Subject: [PATCH] - Update to 0.10.1: * PYTHON 3 SUPPORT! * Dropped 2.5 Support. (Backwards Incompatible) - 0.10.0 (2012-01-21) * Response.content is now bytes-only. (Backwards Incompatible) * New Response.text is unicode-only. * If no Response.encoding is specified and chardet is available, Respoonse.text will guess an encoding. * Default to ISO-8859-1 (Western) encoding for "text" subtypes. * Removal of decode_unicode. (Backwards Incompatible) * New multiple-hooks system. * New Response.register_hook for registering hooks within the pipeline. * Response.url is now Unicode. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=9 --- python-requests.changes | 17 +++++++++++++++++ python-requests.spec | 2 +- requests-0.10.1.tar.gz | 3 +++ requests-0.9.3.tar.gz | 3 --- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 requests-0.10.1.tar.gz delete mode 100644 requests-0.9.3.tar.gz diff --git a/python-requests.changes b/python-requests.changes index 2ba0b75..c312e1f 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 24 21:31:14 UTC 2012 - jfunk@funktronics.ca + +- Update to 0.10.1: + * PYTHON 3 SUPPORT! + * Dropped 2.5 Support. (Backwards Incompatible) +- 0.10.0 (2012-01-21) + * Response.content is now bytes-only. (Backwards Incompatible) + * New Response.text is unicode-only. + * If no Response.encoding is specified and chardet is available, + Respoonse.text will guess an encoding. + * Default to ISO-8859-1 (Western) encoding for "text" subtypes. + * Removal of decode_unicode. (Backwards Incompatible) + * New multiple-hooks system. + * New Response.register_hook for registering hooks within the pipeline. + * Response.url is now Unicode. + ------------------------------------------------------------------- Thu Jan 19 19:33:21 UTC 2012 - jfunk@funktronics.ca diff --git a/python-requests.spec b/python-requests.spec index 675a7f9..c92811f 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -18,7 +18,7 @@ Name: python-requests -Version: 0.9.3 +Version: 0.10.1 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable diff --git a/requests-0.10.1.tar.gz b/requests-0.10.1.tar.gz new file mode 100644 index 0000000..c6bc507 --- /dev/null +++ b/requests-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6031575a30c7b65ea99465183468349b3645e6bf5322e49d53f565b27ed2b5 +size 63234 diff --git a/requests-0.9.3.tar.gz b/requests-0.9.3.tar.gz deleted file mode 100644 index 502d5ad..0000000 --- a/requests-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c0dd7c014474e0cdd00cad661abd74c88c14183d260d0555dfa51fc5b29abc5 -size 61006