14
0

Accepting request 248629 from home:TheBlackCat:branches:devel:languages:python

Update to 2.4.1

OBS-URL: https://build.opensuse.org/request/show/248629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=49
This commit is contained in:
Todd R
2014-09-11 15:26:41 +00:00
committed by Git OBS Bridge
parent e69e59a4c2
commit 8f2e0821d4
6 changed files with 42 additions and 16 deletions

View File

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