diff --git a/python-requests.changes b/python-requests.changes index 0b0e7e9..068b04e 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Mar 10 14:11:23 UTC 2012 - saschpe@gmx.de + +- Update to version 0.10.8: + * Generate chunked ValueError fix + * Proxy configuration by environment variables + * Simplification of iter_lines. + * New trust_env configuration for disabling system/environment hints. + * Suppress cookie errors. +- Changes from version 0.10.7: + * encode_uri = False + ------------------------------------------------------------------- Tue Feb 28 18:06:45 UTC 2012 - jfunk@funktronics.ca diff --git a/python-requests.spec b/python-requests.spec index 6ba9ef6..47c2fa0 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -18,7 +18,7 @@ Name: python-requests -Version: 0.10.6 +Version: 0.10.8 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable diff --git a/requests-0.10.6.tar.gz b/requests-0.10.6.tar.gz deleted file mode 100644 index 21b5384..0000000 --- a/requests-0.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31134b4f35951730dcce59f2af334478b68caa5728902a1d6bd5e115ec677d8b -size 61673 diff --git a/requests-0.10.8.tar.gz b/requests-0.10.8.tar.gz new file mode 100644 index 0000000..a9df4a6 --- /dev/null +++ b/requests-0.10.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec280d924a8be87b3377ee78a976334a6e7c944a8fe09bbd9447e669b984dae +size 62201