14
0

Accepting request 486162 from devel:languages:python:singlespec

- update for multipython build
- synchronize with python 3 version
- debundle urllib3 and chardet
- enable test suite

- update urllib3 requirement to 1.19.1
- add idna requirement, refresh unbundling patch

OBS-URL: https://build.opensuse.org/request/show/486162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=96
This commit is contained in:
Jan Matejek
2017-04-06 14:56:39 +00:00
committed by Git OBS Bridge
parent ef72fbb351
commit 8c0d90828d
9 changed files with 155 additions and 57 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 14 14:37:56 UTC 2017 - jmatejek@suse.com
- update for multipython build
- synchronize with python 3 version
- debundle urllib3 and chardet
- enable test suite
-------------------------------------------------------------------
Mon Mar 6 15:09:56 UTC 2017 - jweberhofer@weberhofer.at
@@ -137,6 +145,8 @@ update to version v2.12.4
* Just lstrip instead of strip because trailing whitespace already works.
* adding rewind for re-POST bodies
* Add persistent examples
- update urllib3 requirement to 1.19.1
- add idna requirement, refresh unbundling patch
-------------------------------------------------------------------
Thu Sep 1 07:53:20 UTC 2016 - tbechtold@suse.com