git: ce11ea3064ce - main - net/py-urllib3-future: Update to 2.12.910
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 21:20:21 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce11ea3064ce648104d59d1a72ac3761635305bd
commit ce11ea3064ce648104d59d1a72ac3761635305bd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-07 20:15:57 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-07 21:16:07 +0000
net/py-urllib3-future: Update to 2.12.910
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 | 10 ++++++++++
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile
index 117e8c308f6c..9be079c115c8 100644
--- a/net/py-urllib3-future/Makefile
+++ b/net/py-urllib3-future/Makefile
@@ -1,5 +1,5 @@
PORTNAME= urllib3-future
-PORTVERSION= 2.12.909
+PORTVERSION= 2.12.910
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 e6ac1d80dc1d..8d1cabe16c7e 100644
--- a/net/py-urllib3-future/distinfo
+++ b/net/py-urllib3-future/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738089130
-SHA256 (urllib3_future-2.12.909.tar.gz) = de1997d1a46f978c6add6891a4a4469785b28c6fbe1b6721d476aa696883fc34
-SIZE (urllib3_future-2.12.909.tar.gz) = 1063053
+TIMESTAMP = 1738606487
+SHA256 (urllib3_future-2.12.910.tar.gz) = 4485388852b033c814aa18e11baab58dc866624047375db95d02cad5e7210625
+SIZE (urllib3_future-2.12.910.tar.gz) = 1063143
diff --git a/net/py-urllib3-future/files/patch-pyproject.toml b/net/py-urllib3-future/files/patch-pyproject.toml
new file mode 100644
index 000000000000..37d2f30e25db
--- /dev/null
+++ b/net/py-urllib3-future/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig 2025-01-28 16:53:05 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'))",
+ "h11>=0.11.0,<1.0.0",
+ "jh2>=5.0.3,<6.0.0",
+ ]