git: b1847fc80734 - main - dns/py-idna: Update to 3.11

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:03:48 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b1847fc807341c49afc7f5aa0644f360c1d3cd1f

commit b1847fc807341c49afc7f5aa0644f360c1d3cd1f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:53:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:53:08 +0000

    dns/py-idna: Update to 3.11
    
    Changes:        https://github.com/kjd/idna/releases
---
 dns/py-idna/Makefile                   |  4 ++--
 dns/py-idna/distinfo                   |  6 +++---
 dns/py-idna/files/patch-pyproject.toml | 12 ++++++++++++
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile
index 8321d4eb6b60..9ec3365a6900 100644
--- a/dns/py-idna/Makefile
+++ b/dns/py-idna/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	idna
-PORTVERSION=	3.10
+PORTVERSION=	3.11
 CATEGORIES=	dns python
 MASTER_SITES=	PYPI \
 		https://github.com/kjd/idna/releases/download/v${PORTVERSION}/
@@ -12,7 +12,7 @@ WWW=		https://github.com/kjd/idna
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.11<4:devel/py-flit-core@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517 unittest
diff --git a/dns/py-idna/distinfo b/dns/py-idna/distinfo
index ae7f83b1bb8b..270fdc047db6 100644
--- a/dns/py-idna/distinfo
+++ b/dns/py-idna/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726740963
-SHA256 (idna-3.10.tar.gz) = 12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9
-SIZE (idna-3.10.tar.gz) = 190490
+TIMESTAMP = 1759774677
+SHA256 (idna-3.11.tar.gz) = 795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902
+SIZE (idna-3.11.tar.gz) = 194582
diff --git a/dns/py-idna/files/patch-pyproject.toml b/dns/py-idna/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d6b053517f61
--- /dev/null
+++ b/dns/py-idna/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig	2025-10-12 14:54:44 UTC
++++ pyproject.toml
+@@ -6,8 +6,7 @@ readme = "README.rst"
+ name = "idna"
+ description = "Internationalized Domain Names in Applications (IDNA)"
+ readme = "README.rst"
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE.md"]
++license = {text = "BSD-3-Clause"}
+ authors = [
+   {name = "Kim Davies", email = "kim+pypi@gumleaf.org"}
+ ]