]> git.pld-linux.org Git - packages/python-urllib3.git/blobdiff - python-urllib3-httplib.patch
- updated to 1.26.2 (for requests >= 2.24)
[packages/python-urllib3.git] / python-urllib3-httplib.patch
index 8347bfb3958b085ea87355a1f87f1ef58d17fdae..c454bcfd84c842069fba6cf8f7eb340ea22034aa 100644 (file)
@@ -1,5 +1,5 @@
---- urllib3-1.25.9/test/appengine/test_urlfetch.py.orig        2020-04-16 14:42:30.000000000 +0200
-+++ urllib3-1.25.9/test/appengine/test_urlfetch.py     2020-06-08 06:18:42.266288014 +0200
+--- urllib3-1.26.2/test/appengine/test_urlfetch.py.orig        2021-01-17 21:19:07.753047443 +0100
++++ urllib3-1.26.2/test/appengine/test_urlfetch.py     2021-01-17 21:20:34.032580026 +0100
 @@ -2,7 +2,10 @@
  App Engine sandbox enabled that urllib3 appropriately uses the App
  Engine-patched version of httplib to make requests."""
@@ -9,6 +9,6 @@
 +    import httplib
 +except ImportError:
 +    import http.client as httplib
+ import pytest
  import StringIO
  from mock import patch
This page took 0.040198 seconds and 4 git commands to generate.