Port details |
- py-urllib3 HTTP library with thread-safe connection pooling, file post, and more
- 1.26.14,1 net
=21 Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2012-01-14 19:26:39
- Last Update: 2023-01-30 13:02:17
- Commit Hash: f0a70d0
- People watching this port, also watch:: py39-certifi, py39-idna, readline, py39-pycparser, py39-cffi
- Also Listed In: python
- License: MIT
- Description:
- urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the
Python ecosystem already uses urllib3 and you should too. urllib3 brings many
critical features that are missing from the Python standard libraries:
- Thread safety.
- Connection pooling.
- Client-side SSL/TLS verification.
- File uploads with multipart encoding.
- Helpers for retrying requests and dealing with HTTP redirects.
- Support for gzip and deflate encoding.
- Proxy support for HTTP and SOCKS.
- 100% test coverage.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-urllib3/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-urllib3
- pkg install py39-urllib3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-urllib3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-urllib3
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1674590824
SHA256 (urllib3-1.26.14.tar.gz) = 076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72
SIZE (urllib3-1.26.14.tar.gz) = 300665
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-cryptography>=1.3.4,1 : security/py-cryptography@py39
- py39-flaky>=3.6.1 : devel/py-flaky@py39
- py39-mock>=0 : devel/py-mock@py39
- py39-pysocks>=1.5.6 : net/py-pysocks@py39
- py39-pytest-freezegun>=0 : devel/py-pytest-freezegun@py39
- py39-pytest-timeout>=0 : devel/py-pytest-timeout@py39
- py39-dateutil>=2.8.1 : devel/py-dateutil@py39
- py39-tornado>=0 : www/py-tornado@py39
- py39-trustme>=0.6.0 : security/py-trustme@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pysocks>=1.5.6<2.0 : net/py-pysocks@py39
- py39-certifi>=0 : security/py-certifi@py39
- py39-cryptography>=1.3.4,1 : security/py-cryptography@py39
- py39-idna>=2.0.0 : dns/py-idna@py39
- py39-openssl>=0.14 : security/py-openssl@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- databases/py-python-arango
- devel/poetry
- devel/py-pybix
- finance/py-finviz
- science/py-qiskit-finance
- science/py-qiskit-ibm-experiment
- science/py-qiskit-ibm-provider
- for Run
-
- audio/py-spotipy
- databases/py-carbon
- databases/py-python-arango
- devel/poetry
- devel/py-botocore
- devel/py-distributed
- devel/py-dulwich020
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-urllib3-1.26.14,1:
BROTLI=off: Brotli compression support
SOCKS=on: SOCKS proxy support
SSL=on: SSL protocol support
===> Use 'make config' to modify these settings
- Options name:
- net_py-urllib3
- USES:
- cpe python:3.6+
- pkg-message:
- Since version 1.25 HTTPS connections are now verified by default which is done
via "cert_reqs = 'CERT_REQUIRED'". While certificate verification can be
disabled via "cert_reqs = 'CERT_NONE'", it's highly recommended to leave it on.
Various consumers of net/py-urllib3 already have implemented routines that
either explicitly enable or disable HTTPS certificate verification (e.g. via
configuration settings, CLI arguments, etc.).
Yet it may happen that there are still some consumers which don't explicitly
enable/disable certificate verification for HTTPS connections which could then
lead to errors (as is often the case with self-signed certificates).
In case of an error one should try first to temporarily disable certificate
verification of the problematic urllib3 consumer to see if that approach will
remedy the issue.
- WWW: https://pypi.org/project/urllib3/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.26.14,1 30 Jan 2023 13:02:17
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.14
- Update version requirement of RUN_DEPENDS and TEST_DEPENDS
Changes: https://github.com/urllib3/urllib3/releases |
1.26.13,1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.26.13,1 29 Dec 2022 08:43:48
    |
Li-Wen Hsu (lwhsu)  |
net/py-urllib3: Update to 1.26.13 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.26.12,1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.26.12,1 31 Aug 2022 11:41:50
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.12
Changes: https://github.com/urllib3/urllib3/releases |
1.26.11,1 30 Jul 2022 19:26:38
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.11
Changes: https://github.com/urllib3/urllib3/releases |
1.26.10,1 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.26.10,1 11 Jul 2022 21:47:39
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Add GitHub to MASTER_SITES |
1.26.10,1 11 Jul 2022 13:51:23
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.10
Changes: https://github.com/urllib3/urllib3/releases |
1.26.9,1 21 Jun 2022 16:36:32
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Convert to USE_PYTHON=pytest
- Sort TEST_DEPENDS |
1.26.9,1 16 Apr 2022 04:19:44
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.9
Changes: https://github.com/urllib3/urllib3/releases |
1.26.8,1 29 Jan 2022 01:19:31
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.8
Changes: https://github.com/urllib3/urllib3/releases |
1.26.7,1 29 Sep 2021 19:56:05
    |
Bernhard Froehlich (decke)  |
net/py-urllib3: Add CPE information
Approved by: portmgr (blanket) |
1.26.7,1 27 Sep 2021 15:56:26
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.7
Changes: https://github.com/urllib3/urllib3/releases |
1.26.6,1 24 Jul 2021 20:23:26
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-urllib3: Update to 1.26.6
Changes: https://github.com/urllib3/urllib3/releases |
1.25.11,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.25.11,1 10 Jan 2021 16:04:33
  |
rene  |
Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6) |
1.25.11,1 09 Jan 2021 16:34:07
  |
antoine  |
Remove python 2.7 support from a few ports |
1.25.11,1 26 Oct 2020 23:18:46
  |
dbaio  |
net/py-urllib3: Update to 1.25.11
Changelog: https://github.com/urllib3/urllib3/blob/1.25.11/CHANGES.rst
Approved by: python (with hat)
MFH: 2020Q4 (blanket: bugfix release) |
1.25.10,1 17 Aug 2020 23:42:58
  |
dbaio  |
net/py-urllib3: Update to 1.25.10
Changelog: https://github.com/urllib3/urllib3/blob/1.25.10/CHANGES.rst
PR: 248676
Submitted by: daniel.engberg.lists@pyret.net |
1.25.7,1 19 Jan 2020 15:45:17
  |
lwhsu  |
- Update to 1.25.7 |
1.25.6,1 26 Nov 2019 18:37:58
  |
kai  |
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 ) |
1.22,1 14 Aug 2019 08:48:51
  |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.22,1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.22,1 05 Jun 2018 20:55:10
  |
antoine  |
Revert r471788, it breaks lots of ports
With hat: portmgr |
1.23 05 Jun 2018 18:56:30
  |
sunpoet  |
Update to 1.23
Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst |
1.22 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.22 10 Feb 2018 19:59:07
  |
sunpoet  |
Simplify Makefile: use PY_IPADDRESS |
1.22 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.22 20 Aug 2017 12:29:55
  |
sunpoet  |
Add TEST_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent) |
1.22 21 Jul 2017 17:30:21
  |
sunpoet  |
Update to 1.22
Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst |
1.21.1 10 Jun 2017 03:21:13
  |
woodsb02  |
net/py-urllib3: Fix build with Python 3.3
PR: 219833
Reported by: koobs
Approved by: portmgr blanket |
1.21.1 07 Jun 2017 14:47:29
  |
woodsb02  |
[NEW] net/py3-urllib3: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833 |
1.21.1 03 May 2017 21:54:04
  |
sunpoet  |
Update to 1.21.1
Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst |
1.21 26 Apr 2017 18:46:25
  |
sunpoet  |
Update to 1.21
- Update COMMENT
- Sort RUN_DEPENDS
- Sort USE_PYTHON
- Fix indent
- Update pkg-descr
- Change WWW to PyPI
Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst |
1.20 19 Mar 2017 16:11:40
  |
rm  |
Pass maintainership to python@ |
1.20 19 Mar 2017 14:02:24
  |
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
1.20 20 Jan 2017 09:23:57
  |
olivierd  |
Update to 1.20
Changelog:
https://github.com/shazow/urllib3/blob/1.20/CHANGES.rst#120-2017-01-19 |
1.19.1 19 Nov 2016 06:14:03
  |
olivierd  |
Update to 1.19.1 |
1.19 04 Nov 2016 18:15:57
  |
olivierd  |
Update to 1.19 |
1.18.1 28 Oct 2016 04:51:43
  |
olivierd  |
Update to 1.18.1
Changelog: https://github.com/shazow/urllib3/blob/1.18.1/CHANGES.rst
MFH: 2016Q4
Security: c5c6e293-9cc7-11e6-823f-b8aeed92ecc4 |
1.18 28 Sep 2016 04:32:12
  |
olivierd  |
Update to 1.18 |
1.17 06 Sep 2016 17:07:55
  |
olivierd  |
- Update to 1.17
- Add pkg-message, because PySocks (net/py-pysocks) 1.5.7 causes problems
with IPv6 (bug #964) |
1.16 26 Jul 2016 19:39:44
  |
olivierd  |
Make security/py-certifi conditional, because this module is already included
in Python >= 3.4
Reported by: demon@ (private email) |
1.16 26 Jun 2016 20:06:02
  |
olivierd  |
net/py-ndg_httpsclient is fully compatible with Python2 and Python3 (r417571) |
1.16 12 Jun 2016 19:30:21
  |
olivierd  |
Update to 1.16 |
1.15.1 12 Apr 2016 16:04:34
  |
olivierd  |
Update to 1.15.1 |
1.14 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.14 30 Dec 2015 09:20:10
  |
olivierd  |
Update to 1.14
Changelog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#114-2015-12-29 |
1.13.1 19 Dec 2015 14:59:27
  |
olivierd  |
Update to 1.13.1
Changelog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1131-2015-12-18 |
1.13 17 Dec 2015 04:54:44
  |
olivierd  |
Update to 1.13
Changelog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#113-2015-12-14 |
1.12 10 Sep 2015 14:15:45
  |
olivierd  |
- Update to 1.12
- Add NO_ARCH
Changelog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#112-2015-09-03 |
1.11 22 Jul 2015 19:34:06
  |
olivierd  |
Update to 1.11 |
1.10.4 26 May 2015 16:47:03
  |
antoine  |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
1.10.4 03 May 2015 16:53:50
  |
olivierd  |
Update to 1.10.4
Changelog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1104-2015-05-03 |
1.10.3 22 Apr 2015 19:36:55
  |
olivierd  |
Update to 1.10.3
Changelog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1103-2015-04-21 |
1.10.2 03 Mar 2015 18:19:23
  |
olivierd  |
Update to 1.10.2
ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#dev-master |
1.10.1 11 Feb 2015 05:30:55
  |
olivierd  |
Update to 1.10.1
ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#dev-master |
1.10 31 Dec 2014 14:54:57
  |
olivierd  |
Update to 1.10
ChangeLog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#110-2014-12-14 |
1.9.1 10 Nov 2014 14:22:12
  |
olivierd  |
- Update to 1.9.1
ChangeLog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#191-2014-09-13 |
1.9 29 Aug 2014 20:57:09
  |
olivierd  |
- Convert my own Python ports to USES= python |
1.9 12 Jul 2014 12:46:45
  |
olivierd  |
- Update to 1.9
ChangeLog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#19-2014-07-04 |
1.8.3 24 Jun 2014 20:12:17
  |
olivierd  |
- Update to 1.8.3
- Add LICENSE_FILE
ChangeLog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#183-2014-06-23 |
1.8.2 22 Apr 2014 18:42:43
  |
olivierd  |
- Update to 1.8.2
- Use PYDISTUTILS_AUTOPLIST |
1.8 06 Mar 2014 18:37:18
  |
olivierd  |
- Update to 1.8
ChangeLog:
https://github.com/shazow/urllib3/blob/master/CHANGES.rst#18-2014-03-04 |
1.7.1_1 24 Jan 2014 13:34:31
  |
olivierd  |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE |
1.7.1 28 Sep 2013 14:46:25
  |
olivierd  |
- Update to 1.7.1
- Use PYTHON_PY3K_PLIST_HACK
ChangeLog:
https://github.com/shazow/urllib3/blob/1.7.1/CHANGES.rst#171-2013-09-25 |
1.7 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.7 31 Aug 2013 04:05:12
  |
olivierd  |
- Update to 1.7
- Fix pkg-plist with Python 2 and Python 3 |
1.6 27 Apr 2013 20:07:30
  |
olivierd  |
- Update to 1.6
Based on PR: 170987 (update to 1.5)
Submitted by: koobs@ |
1.4 09 Aug 2012 20:00:47
 |
olivierd  |
- Update to 1.4
- Update maintainer address
Submitted by: myself
Approved by: miwi, rene (mentors) |
1.3 10 Apr 2012 07:27:27
 |
miwi  |
- Update to 1.3
PR: 166419
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
1.2.2 04 Mar 2012 12:39:34
 |
miwi  |
- Update to 1.2.2
PR: 164856
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
1.2 07 Feb 2012 04:31:04
 |
miwi  |
- Update to 1.2
PR: 164644
Submitted by: maintainer |
1.1 14 Jan 2012 19:26:18
 |
miwi  |
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> |