git: 4827d94dae6f - main - net/py-urllib3-future: Update to 2.12.909
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 15:58:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4827d94dae6f920861612c5c8289dbf57de524d2 commit 4827d94dae6f920861612c5c8289dbf57de524d2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:20:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:51:30 +0000 net/py-urllib3-future: Update to 2.12.909 Changes: https://github.com/jawah/urllib3.future/releases https://urllib3future.readthedocs.io/en/latest/changelog.html --- net/py-urllib3-future/Makefile | 5 ++--- net/py-urllib3-future/distinfo | 6 +++--- net/py-urllib3-future/files/patch-pyproject.toml | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile index fdcb2158bd34..117e8c308f6c 100644 --- a/net/py-urllib3-future/Makefile +++ b/net/py-urllib3-future/Makefile @@ -1,5 +1,5 @@ PORTNAME= urllib3-future -PORTVERSION= 2.12.906 +PORTVERSION= 2.12.909 CATEGORIES= net python MASTER_SITES= PYPI \ https://github.com/jawah/urllib3.future/releases/download/${PORTVERSION}/ @@ -16,8 +16,7 @@ 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} \ - ${PYTHON_PKGNAMEPREFIX}qh3>=1.0.0<2.0.0:www/py-qh3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}jh2>=5.0.3<6.0.0:www/py-jh2@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/net/py-urllib3-future/distinfo b/net/py-urllib3-future/distinfo index 1cc2b37bc37a..e6ac1d80dc1d 100644 --- a/net/py-urllib3-future/distinfo +++ b/net/py-urllib3-future/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736671215 -SHA256 (urllib3_future-2.12.906.tar.gz) = bca20083ab6fea6cf5d1f7849d639421507cc43d2d65a056706167e4397d8970 -SIZE (urllib3_future-2.12.906.tar.gz) = 1058411 +TIMESTAMP = 1738089130 +SHA256 (urllib3_future-2.12.909.tar.gz) = de1997d1a46f978c6add6891a4a4469785b28c6fbe1b6721d476aa696883fc34 +SIZE (urllib3_future-2.12.909.tar.gz) = 1063053 diff --git a/net/py-urllib3-future/files/patch-pyproject.toml b/net/py-urllib3-future/files/patch-pyproject.toml deleted file mode 100644 index 13507ca4d4b5..000000000000 --- a/net/py-urllib3-future/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2024-12-22 10:26:46 UTC -+++ pyproject.toml -@@ -40,7 +40,7 @@ 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 == 'arm64' or platform_machine == 'ARM64') and (platform_python_implementation == 'CPython' or (platform_python_implementation == 'PyPy' and python_version < '3.11'))", -+ "qh3>=1.0.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 == 'arm64' or platform_machine == 'ARM64') and (platform_python_implementation == 'CPython' or (platform_python_implementation == 'PyPy' and python_version < '3.11'))", - "h11>=0.11.0,<1.0.0", - "jh2>=5.0.3,<6.0.0", - ]