From e5143bd91247bae352fa05b73f281f082c230ebe63a843a16d9c8a93103e6771 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Fri, 27 Apr 2012 23:00:17 +0000 Subject: [PATCH] - Update to 0.11.2 * Attempt to use the OS's certificate bundle if certifi isn't available. * Infinite digest auth redirect fix * Multi-part file upload improvements * Fix decoding of invalid %encodings in URLs * If there is no content in a response don't throw an error the second time that content is attempted to be read. * Upload data on redirects. - Update to 0.11.1: * POST redirects now break RFC to do what browsers do: Follow up with a GET. * New strict_mode configuration to disable new redirect behavior. - 0.11.0 (2012-03-14) * Private SSL Certificate support * Remove select.poll from Gevent monkeypatching * Remove redundant generator for chunked transfer encoding * Fix: Response.ok raises Timeout Exception in safe_mode OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=15 --- python-requests.changes | 24 ++++++++++++++++++++++++ python-requests.spec | 6 +++--- requests-0.10.8.tar.gz | 3 --- requests-0.11.2.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 requests-0.10.8.tar.gz create mode 100644 requests-0.11.2.tar.gz diff --git a/python-requests.changes b/python-requests.changes index 068b04e..c28b936 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Apr 27 22:57:43 UTC 2012 - jfunk@funktronics.ca + +- Update to 0.11.2 + * Attempt to use the OS's certificate bundle if certifi isn't available. + * Infinite digest auth redirect fix + * Multi-part file upload improvements + * Fix decoding of invalid %encodings in URLs + * If there is no content in a response don't throw an error the second time + that content is attempted to be read. + * Upload data on redirects. + +------------------------------------------------------------------- +Fri Apr 6 19:08:40 UTC 2012 - jfunk@funktronics.ca + +- Update to 0.11.1: + * POST redirects now break RFC to do what browsers do: Follow up with a GET. + * New strict_mode configuration to disable new redirect behavior. +- 0.11.0 (2012-03-14) + * Private SSL Certificate support + * Remove select.poll from Gevent monkeypatching + * Remove redundant generator for chunked transfer encoding + * Fix: Response.ok raises Timeout Exception in safe_mode + ------------------------------------------------------------------- Sat Mar 10 14:11:23 UTC 2012 - saschpe@gmx.de diff --git a/python-requests.spec b/python-requests.spec index 47c2fa0..0a5ffc7 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,14 +11,14 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-requests -Version: 0.10.8 +Version: 0.11.2 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable diff --git a/requests-0.10.8.tar.gz b/requests-0.10.8.tar.gz deleted file mode 100644 index a9df4a6..0000000 --- a/requests-0.10.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bec280d924a8be87b3377ee78a976334a6e7c944a8fe09bbd9447e669b984dae -size 62201 diff --git a/requests-0.11.2.tar.gz b/requests-0.11.2.tar.gz new file mode 100644 index 0000000..419def4 --- /dev/null +++ b/requests-0.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547bf78a774a6018271d6e5c40613ec554642ba4d6cdf45813e7894145293c57 +size 71080