forked from pool/python-requests
Accepting request 248630 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/248630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
68d9543aaf
commit
35bb6d4770
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 12:34:42 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 2.4.1 (2014-09-09)
|
||||
- Now has a "security" package extras set,
|
||||
``$ pip install requests[security]``
|
||||
- Requests will now use Certifi if it is available.
|
||||
- Capture and re-raise urllib3 ProtocolError
|
||||
- Bugfix for responses that attempt to redirect to themselves
|
||||
forever (wtf?).
|
||||
- Update to 2.4.0 (2014-08-29)
|
||||
* Behavioral Changes
|
||||
- ``Connection: keep-alive`` header is now sent automatically.
|
||||
* Improvements
|
||||
- Support for connect timeouts! Timeout now accepts a tuple
|
||||
(connect, read) which is used to set individual connect and
|
||||
read timeouts.
|
||||
- Allow copying of PreparedRequests without headers/cookies.
|
||||
- Updated bundled urllib3 version.
|
||||
- Refactored settings loading from environment
|
||||
new `Session.merge_environment_settings`.
|
||||
- Handle socket errors in iter_content.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 14 10:56:52 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user