notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-urllib3-future Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces
2.12.905 netnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-31 16:03:09
Last Update: 2025-01-02 16:43:17
Commit Hash: 53a013a
Also Listed In: python
License: MIT
WWW:
https://urllib3future.readthedocs.io/en/latest/
https://github.com/jawah/urllib3.future
Description:
urllib3.future is a powerful, user-friendly HTTP client for Python. urllib3.future goes beyond supported features while remaining compatible. urllib3.future brings many critical features that are missing from both the Python standard libraries and urllib3: - Async. - Task safety. - Thread safety. - Happy Eyeballs. - Connection pooling. - Unopinionated about OpenSSL. - Client-side SSL/TLS verification. - Highly customizable DNS resolution. - File uploads with multipart encoding. - DNS over UDP, TLS, QUIC, or HTTPS. DNSSEC protected. - Helpers for retrying requests and dealing with HTTP redirects. - Automatic Keep-Alive for HTTP/1.1, HTTP/2, and HTTP/3. - Support for gzip, deflate, brotli, and zstd encoding. - Support for Python/PyPy 3.7+, no compromise. - Automatic Connection Upgrade / Downgrade. - Early (Informational) Responses / Hints. - HTTP/1.1, HTTP/2 and HTTP/3 support. - WebSocket over HTTP/2+ (RFC8441). - Proxy support for HTTP and SOCKS. - Post-Quantum Security with QUIC. - Detailed connection inspection. - HTTP/2 with prior knowledge. - Server Side Event (SSE). - Multiplexed connection. - Mirrored Sync & Async. - Trailer Headers. - Amazingly Fast. - WebSocket. urllib3.future is powerful and easy to use.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}urllib3-future>0:net/py-urllib3-future@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-urllib3-future/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-urllib3-future
  • pkg install py311-urllib3-future
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 py311-urllib3-future listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-urllib3-future
Package flavors (<flavor>: <package>)
  • py311: py311-urllib3-future
distinfo:
TIMESTAMP = 1735792369 SHA256 (urllib3_future-2.12.905.tar.gz) = 9d08c8f1ba5a86f21d114e16c195423123ff0d691f7941873933b0e817d8a26a SIZE (urllib3_future-2.12.905.tar.gz) = 1058370

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=1.6.0<2 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-h11>=0.11.0<1.0.0 : net/py-h11@py311
  2. py311-jh2>=5.0.3<6.0.0 : www/py-jh2@py311
  3. py311-qh3>=1.0.0<2.0.0 : www/py-qh3@py311
  4. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-niquests

Configuration Options:
No options to configure
Options name:
net_py-urllib3-future
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/u/urllib3_future/
  2. https://github.com/jawah/urllib3.future/releases/download/2.12.905/
  3. https://pypi.org/packages/source/u/urllib3_future/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.12.905
02 Jan 2025 16:43:17
commit hash: 53a013aafd2d273e1080641ffeb8e1be9a6dbec3commit hash: 53a013aafd2d273e1080641ffeb8e1be9a6dbec3commit hash: 53a013aafd2d273e1080641ffeb8e1be9a6dbec3commit hash: 53a013aafd2d273e1080641ffeb8e1be9a6dbec3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-urllib3-future: Update to 2.12.905

- Add GitHub to MASTER_SITES

Changes:	https://github.com/jawah/urllib3.future/releases
		https://urllib3future.readthedocs.io/en/latest/changelog.html
2.12.904
31 Dec 2024 15:38:13
commit hash: d3ee9851a513632852b44e953adb80bd8ed2a0b9commit hash: d3ee9851a513632852b44e953adb80bd8ed2a0b9commit hash: d3ee9851a513632852b44e953adb80bd8ed2a0b9commit hash: d3ee9851a513632852b44e953adb80bd8ed2a0b9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-urllib3-future: Add py-urllib3-future 2.12.904

urllib3.future is a powerful, user-friendly HTTP client for Python.

urllib3.future goes beyond supported features while remaining compatible.

urllib3.future brings many critical features that are missing from both the
Python standard libraries and urllib3:
- Async.
- Task safety.
- Thread safety.
- Happy Eyeballs.
- Connection pooling.
- Unopinionated about OpenSSL.
- Client-side SSL/TLS verification.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2