diff --git a/python-requests.changes b/python-requests.changes index c1af6e9..171d03e 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jun 22 17:18:17 UTC 2011 - jfunk@funktronics.ca + +- Update to 0.5.0 + - PATCH Support + - Support for Proxies + - HTTPBin Test Suite + - Redirect Fixes + - settings.verbose stream writing + - Querystrings for all methods + - URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as + explicity raised r.requests.get('hwe://blah'); r.raise_for_status() +- 0.4.1 (2011-05-22) + - Improved Redirection Handling + - New 'allow_redirects' param for following non-GET/HEAD Redirects + - Settings module refactoring + ------------------------------------------------------------------- Fri May 20 19:11:29 UTC 2011 - jfunk@funktronics.ca diff --git a/python-requests.spec b/python-requests.spec index eb19fec..e5ff9e8 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -19,7 +19,7 @@ %define mod_name requests Name: python-%{mod_name} -Version: 0.4.0 +Version: 0.5.0 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable diff --git a/requests-0.4.0.tar.bz2 b/requests-0.4.0.tar.bz2 deleted file mode 100644 index 48c4cdb..0000000 --- a/requests-0.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da7331c5b4cc1d892feb1529cebce3b84f00079ec77527ca898b892d04a47f8 -size 15687 diff --git a/requests-0.5.0.tar.bz2 b/requests-0.5.0.tar.bz2 new file mode 100644 index 0000000..a2b70fe --- /dev/null +++ b/requests-0.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c641faf7b71949dfa5d89d292616bf5f93eac4d2be6cfb451f1d8ddb1240a6f0 +size 18016