14
0

Accepting request 529024 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/529024
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=105
This commit is contained in:
Jan Matejek
2017-09-29 10:42:46 +00:00
committed by Git OBS Bridge
parent 62f6478c43
commit 9b44abc81b
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Sep 24 21:48:31 UTC 2017 - arun@gmx.de
- update to version 2.18.4:
* Improvements
+ Error messages for invalid headers now include the header name
for easier debugging
* Dependencies
+ We now support idna v2.6.
- changes from version 2.18.3:
* Improvements
+ Running $ python -m requests.help now includes the installed
version of idna.
* Bugfixes
+ Fixed issue where Requests would raise ConnectionError instead
of SSLError when encountering SSL problems when using urllib3
v1.22.
-------------------------------------------------------------------
Tue Aug 8 06:51:52 UTC 2017 - tbechtold@suse.com