git: f0d620e797b9 - main - net/py-urllib3-future: Update to 2.12.912
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 03:59:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0d620e797b901910de1649374887dc2f5423699
commit f0d620e797b901910de1649374887dc2f5423699
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-19 03:40:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-19 03:40:00 +0000
net/py-urllib3-future: Update to 2.12.912
Changes: https://github.com/jawah/urllib3.future/releases
https://urllib3future.readthedocs.io/en/latest/changelog.html
---
net/py-urllib3-future/Makefile | 2 +-
net/py-urllib3-future/distinfo | 6 +++---
net/py-urllib3-future/files/patch-pyproject.toml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile
index 50e926d454e8..3ce52e3bb3fa 100644
--- a/net/py-urllib3-future/Makefile
+++ b/net/py-urllib3-future/Makefile
@@ -1,5 +1,5 @@
PORTNAME= urllib3-future
-PORTVERSION= 2.12.911
+PORTVERSION= 2.12.912
CATEGORIES= net python
MASTER_SITES= PYPI \
https://github.com/jawah/urllib3.future/releases/download/${PORTVERSION}/
diff --git a/net/py-urllib3-future/distinfo b/net/py-urllib3-future/distinfo
index 532aa943674f..bc9585c54703 100644
--- a/net/py-urllib3-future/distinfo
+++ b/net/py-urllib3-future/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739116722
-SHA256 (urllib3_future-2.12.911.tar.gz) = 228e0b82c77b6adede5eb1130efdce19d8217e25cc4874d29add9fc9eb9287c3
-SIZE (urllib3_future-2.12.911.tar.gz) = 1063736
+TIMESTAMP = 1742070454
+SHA256 (urllib3_future-2.12.912.tar.gz) = db640b363f90966ae135f9e4f5495b626468aa095dd18ef0bad0e32a1a0415a8
+SIZE (urllib3_future-2.12.912.tar.gz) = 1064012
diff --git a/net/py-urllib3-future/files/patch-pyproject.toml b/net/py-urllib3-future/files/patch-pyproject.toml
index 37d2f30e25db..82acd3d4de4c 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-01-28 16:53:05 UTC
+--- pyproject.toml.orig 2025-03-07 07:42:01 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 == '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.11'))",
+- "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'))",
"h11>=0.11.0,<1.0.0",
"jh2>=5.0.3,<6.0.0",
]