Accepting request 529890 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/529890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=45
This commit is contained in:
commit
a9d453a114
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-requests
|
||||
Version: 2.18.2
|
||||
Version: 2.18.4
|
||||
Release: 0
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b26fcc5e72757a867e4d562333f841eddcef93548908a1bb1a9207260618da9
|
||||
size 125381
|
3
requests-2.18.4.tar.gz
Normal file
3
requests-2.18.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e
|
||||
size 126224
|
Loading…
Reference in New Issue
Block a user