14
0

- 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!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=7
This commit is contained in:
2012-01-12 22:10:51 +00:00
committed by Git OBS Bridge
parent f670edaca7
commit 7d8c2904ed
4 changed files with 31 additions and 5 deletions

View File

@@ -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