- 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:
parent
f670edaca7
commit
7d8c2904ed
@ -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
|
Sun Dec 11 20:45:14 UTC 2011 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 0.8.4
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://python-requests.org
|
Url: http://python-requests.org
|
||||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||||
@ -72,7 +72,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.rst HISTORY.rst LICENSE
|
%doc README.rst HISTORY.rst LICENSE NOTICE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ef7efbe083bcb6f7b1144c7665b5b1f6bd4fc7043dc50ccd564edf62b814c2b
|
|
||||||
size 52100
|
|
3
requests-0.9.1.tar.gz
Normal file
3
requests-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c6fc89ce4f8976dd8ddb1a9e896315a47fb3f1dba95417fd3fa8e626ca9a1e7
|
||||||
|
size 55547
|
Loading…
Reference in New Issue
Block a user