Package: python-wsgi-intercept / 0.8.1-2

Metadata

Package Version Patches format
python-wsgi-intercept 0.8.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 system urllib3.patch | (download)

wsgi_intercept/requests_intercept.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use system urllib3, like requests do in debian
05 old urllib3.patch | (download)

test/test_requests.py | 15 12 + 3 - 0 !
1 file changed, 12 insertions(+), 3 deletions(-)

 skip requests lib tests, if urllib3 is too old
15 del strict from kargs.patch | (download)

wsgi_intercept/__init__.py | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 delete strict from kwargs
 This patch removes strict from kwargs, as it's not supported in Python 3.4.
 Full discussion about the bug may be seen here:
  https://github.com/cdent/python3-wsgi-intercept/issues/24
25 do not run internet needing tests.patch | (download)

test/test_http_client.py | 19 0 + 19 - 0 !
test/test_requests.py | 12 0 + 12 - 0 !
2 files changed, 31 deletions(-)

 remove network-accessing tests
 The package is, during its unit tests, trying to connect to google using both
 http and https. This patch simply removes these tests.