diff options
Diffstat (limited to 'dns/py-idna')
| -rw-r--r-- | dns/py-idna/Makefile | 4 | ||||
| -rw-r--r-- | dns/py-idna/distinfo | 6 | ||||
| -rw-r--r-- | 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"} + ] |
