14
0

Accepting request 424391 from home:tbechtold:branches:devel:languages:python

update to version v1.3.1
  * Dedupe the urllib3 monkey patching code
  * Fix for python3 in use of urllib3.Response.data
  * add urllib3 to testing requires
  * update readme
  * Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK
  * Release 1.2.1
  * Force urllib3 to raise errors immediately
  * Release 1.3.0
  * Release 1.3.1
  * Small fix in docstring
  * Add urllib3 to the docs
  * make urllib3 min requirement explicit
  * Add support for intercepting urllib3
  * Don't use six when testing httplib
  * Release 1.2.0
  * Ensure header values are native str
  * fix typo in test/README
  * Release 1.1.3
- Use pypi.io (https) as Source url

OBS-URL: https://build.opensuse.org/request/show/424391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=22
This commit is contained in:
2016-09-02 07:58:37 +00:00
committed by Git OBS Bridge
parent 8f09cac87c
commit 52d7a66599
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Sep 2 07:28:41 UTC 2016 - tbechtold@suse.com
update to version v1.3.1
* Dedupe the urllib3 monkey patching code
* Fix for python3 in use of urllib3.Response.data
* add urllib3 to testing requires
* update readme
* Skip the network tests if WSGI_INTERCEPT_SKIP_NETWORK
* Release 1.2.1
* Force urllib3 to raise errors immediately
* Release 1.3.0
* Release 1.3.1
* Small fix in docstring
* Add urllib3 to the docs
* make urllib3 min requirement explicit
* Add support for intercepting urllib3
* Don't use six when testing httplib
* Release 1.2.0
* Ensure header values are native str
* fix typo in test/README
* Release 1.1.3
- Use pypi.io (https) as Source url
-------------------------------------------------------------------
Mon Feb 1 13:59:28 UTC 2016 - dmueller@suse.com