14
0

Accepting request 477406 from home:weberho:branches:devel:languages:python

- fixed dependencies in spec

- update to version 2.13.0
  * Only load the idna library when we’ve determined we need it. 
    This will save some memory for users.
  * Updated bundled urllib3 to 1.20.
  * Updated bundled idna to 2.2.

- update to version 2.12.5
  * Fixed an issue with JSON encoding detection, specifically detecting 
    big-endian UTF-32 with BOM.

OBS-URL: https://build.opensuse.org/request/show/477406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=95
This commit is contained in:
Thomas Bechtold
2017-03-20 15:48:37 +00:00
committed by Git OBS Bridge
parent 154c4f7af4
commit ef72fbb351
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 6 15:09:56 UTC 2017 - jweberhofer@weberhofer.at
- fixed dependencies in spec
- update to version 2.13.0
* Only load the idna library when weve determined we need it.
This will save some memory for users.
* Updated bundled urllib3 to 1.20.
* Updated bundled idna to 2.2.
- update to version 2.12.5
* Fixed an issue with JSON encoding detection, specifically detecting
big-endian UTF-32 with BOM.
-------------------------------------------------------------------
Wed Dec 28 08:46:15 UTC 2016 - tbechtold@suse.com