net/py-urllib3: Update to 1.25.6
* Convert the RUN_DEPENDS into separate OPTIONS as they are listed as extra
dependencies in setup.py. Also set those as default that contain the
previous RUN_DEPENDS to allow a clean transition.
* Remove the Python-specific version limitation for security/py-certifi
because it's required for all Python versions.
* Also remove the info about the broken IPv6 support of net/py-socks (was
broken in 1.5.7) and the relevant patch as both are obsolete.
* Update the TEST_DEPENDS and add a "do-test" target to make future QA easier.
Please note that a MFH won't be done as it didn't get an approval because
(Only the first 15 lines of the commit message are shown above )
Urllib3 is an HTTP library with thread-safe connection pooling, and file
post.
WWW: http://urllib3.readthedocs.org/
PR: ports/163972
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>