diff --git a/python-requests.changes b/python-requests.changes index dccaaa2..8ae9a85 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Feb 21 19:52:04 UTC 2012 - jfunk@funktronics.ca + +- Update to 0.10.4 + * Honor netrc. +- 0.10.3 (2012-02-20) + * HEAD requests don't follow redirects anymore. + * raise_for_status() doesn't raise for 3xx anymore. + * Make Session objects picklable. + * ValueError for invalid schema URLs. +- 0.10.2 (2012-01-15) + * Vastly improved URL quoting. + * Additional allowed cookie key values. + * Attempted fix for "Too many open files" Error + * Replace unicode errors on first pass, no need for second pass. + * Append '/' to bare-domain urls before query insertion. + * Exceptions now inherit from RuntimeError. + * Binary uploads + auth fix. + * Bugfixes. + ------------------------------------------------------------------- Mon Feb 6 13:41:55 UTC 2012 - saschpe@suse.de diff --git a/python-requests.spec b/python-requests.spec index c5437ff..4688135 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -18,7 +18,7 @@ Name: python-requests -Version: 0.10.1 +Version: 0.10.4 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 deleted file mode 100644 index c6bc507..0000000 --- a/requests-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da6031575a30c7b65ea99465183468349b3645e6bf5322e49d53f565b27ed2b5 -size 63234 diff --git a/requests-0.10.4.tar.gz b/requests-0.10.4.tar.gz new file mode 100644 index 0000000..f6397e5 --- /dev/null +++ b/requests-0.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad4cc51d7595ca6f97373a0d697999e0cbdbbf1ba665d18f0f3dcec12b8be77 +size 60889