diff --git a/python-requests.changes b/python-requests.changes index 0fade71..e1aee91 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jan 12 22:05:35 UTC 2012 - jfunk@funktronics.ca + +- Update to 0.9.1: + * danger_mode for automatic Response.raise_for_status() + * Response.iter_lines refator +- 0.9.0 (2011-12-28) + * verify ssl is default. +- 0.8.9 (2011-12-28) + * Packaging fix. +- 0.8.8 (2011-12-28) + * SSL CERT VERIFICATION! + * Release of Cerifi: Mozilla's cert list. + * New 'verify' argument for SSL requests. + * Urllib3 update. +- 0.8.7 (2011-12-24) + * iter_lines last-line truncation fix + * Force safe_mode for async requests + * Handle safe_mode exceptions more consistently + * Fix iteration on null responses in safe_mode +- 0.8.6 (2011-12-18) + * Socket timeout fixes. + * Proxy Authorization support. +- 0.8.5 (2011-12-14) + * Response.iter_lines! + ------------------------------------------------------------------- Sun Dec 11 20:45:14 UTC 2011 - jfunk@funktronics.ca diff --git a/python-requests.spec b/python-requests.spec index 0735c27..fb63809 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -18,7 +18,7 @@ Name: python-requests -Version: 0.8.4 +Version: 0.9.1 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable @@ -72,7 +72,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc README.rst HISTORY.rst LICENSE +%doc README.rst HISTORY.rst LICENSE NOTICE %{python_sitelib}/* %changelog diff --git a/requests-0.8.4.tar.gz b/requests-0.8.4.tar.gz deleted file mode 100644 index 6fcc09c..0000000 --- a/requests-0.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef7efbe083bcb6f7b1144c7665b5b1f6bd4fc7043dc50ccd564edf62b814c2b -size 52100 diff --git a/requests-0.9.1.tar.gz b/requests-0.9.1.tar.gz new file mode 100644 index 0000000..9052c75 --- /dev/null +++ b/requests-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6fc89ce4f8976dd8ddb1a9e896315a47fb3f1dba95417fd3fa8e626ca9a1e7 +size 55547