diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile index 3ce52e3bb3fa..b8af8f5f1293 100644 --- a/net/py-urllib3-future/Makefile +++ b/net/py-urllib3-future/Makefile @@ -1,34 +1,34 @@ PORTNAME= urllib3-future -PORTVERSION= 2.12.912 +PORTVERSION= 2.12.916 CATEGORIES= net python MASTER_SITES= PYPI \ https://github.com/jawah/urllib3.future/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= urllib3_future-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces WWW= https://urllib3future.readthedocs.io/en/latest/ \ https://github.com/jawah/urllib3.future LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.6.0<2:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0.11.0<1.0.0:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jh2>=5.0.3<6.0.0:www/py-jh2@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes OPTIONS_DEFINE= BROTLI SOCKS WS ZSTD WS_DESC= WebSockets support BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-socks>=2.0<2.6.1_99:net/py-python-socks@${PY_FLAVOR} WS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsproto>=1.2<2:net/py-wsproto@${PY_FLAVOR} ZSTD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR} .include diff --git a/net/py-urllib3-future/distinfo b/net/py-urllib3-future/distinfo index bc9585c54703..3a07ee825345 100644 --- a/net/py-urllib3-future/distinfo +++ b/net/py-urllib3-future/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070454 -SHA256 (urllib3_future-2.12.912.tar.gz) = db640b363f90966ae135f9e4f5495b626468aa095dd18ef0bad0e32a1a0415a8 -SIZE (urllib3_future-2.12.912.tar.gz) = 1064012 +TIMESTAMP = 1744289026 +SHA256 (urllib3_future-2.12.916.tar.gz) = 60d1c48846c7fd5dbddfae38196fd1c43ffc83fb987ba477361254b93913ccbc +SIZE (urllib3_future-2.12.916.tar.gz) = 1068875 diff --git a/net/py-urllib3-future/files/patch-pyproject.toml b/net/py-urllib3-future/files/patch-pyproject.toml index 82acd3d4de4c..834db86a77d5 100644 --- a/net/py-urllib3-future/files/patch-pyproject.toml +++ b/net/py-urllib3-future/files/patch-pyproject.toml @@ -1,10 +1,10 @@ ---- pyproject.toml.orig 2025-03-07 07:42:01 UTC +--- pyproject.toml.orig 2025-04-09 07:01:09 UTC +++ pyproject.toml @@ -40,7 +40,6 @@ dependencies = [ requires-python = ">=3.7" dynamic = ["version"] dependencies = [ -- "qh3>=1.2.0,<2.0.0; (platform_python_implementation != 'CPython' or python_full_version > '3.7.10') and (platform_system == 'Darwin' or platform_system == 'Windows' or platform_system == 'Linux') and (platform_machine == 'x86_64' or platform_machine == 's390x' or platform_machine == 'aarch64' or platform_machine == 'armv7l' or platform_machine == 'ppc64le' or platform_machine == 'ppc64' or platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'ARM64' or platform_machine == 'x86' or platform_machine == 'i686') and (platform_python_implementation == 'CPython' or (platform_python_implementation == 'PyPy' and python_version < '3.12'))", +- "qh3>=1.2.0,<2.0.0; (platform_python_implementation != 'CPython' or python_full_version > '3.7.10') and (platform_system == 'Darwin' or platform_system == 'Windows' or platform_system == 'Linux') and (platform_machine == 'x86_64' or platform_machine == 's390x' or platform_machine == 'armv7l' or platform_machine == 'ppc64le' or platform_machine == 'ppc64' or platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'ARM64' or platform_machine == 'x86' or platform_machine == 'i686') and (platform_python_implementation == 'CPython' or (platform_python_implementation == 'PyPy' and python_version < '3.12'))", "h11>=0.11.0,<1.0.0", "jh2>=5.0.3,<6.0.0", ]