[MacPorts] #58382: py-urllib3 1.25 breaks py-requests

MacPorts noreply at macports.org
Wed Apr 24 15:08:07 UTC 2019


#58382: py-urllib3 1.25 breaks py-requests
----------------------+-------------------------------------
 Reporter:  jeremyhu  |      Owner:  stromnov
     Type:  defect    |     Status:  assigned
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:
 Keywords:            |       Port:  py-requests, py-urllib3
----------------------+-------------------------------------
 {{{
 $ /opt/local/bin/python3 -c 'import requests'
 /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7
 /site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3
 (1.25) or chardet (3.0.4) doesn't match a supported version!
   RequestsDependencyWarning)
 }}}

 requests-2.21.0 does not work with urllib3-1.25:

 {{{
 cat
 /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7
 /site-packages/requests-2.21.0-py3.7.egg-info/requires.txt
 chardet<3.1.0,>=3.0.2
 idna<2.9,>=2.5
 urllib3<1.25,>=1.21.1
 certifi>=2017.4.17

 [security]
 pyOpenSSL>=0.14
 cryptography>=1.3.4
 idna>=2.0.0

 [socks]
 PySocks!=1.5.7,>=1.5.6

 [socks:sys_platform == "win32" and python_version == "2.7"]
 win_inet_pton
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/58382>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list