git: 16ca70e856e9 - main - dns/py-idna: Update to 3.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 18:09:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=16ca70e856e999b6719e0214f8c0751d361b11f8 commit 16ca70e856e999b6719e0214f8c0751d361b11f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 18:03:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 18:07:55 +0000 dns/py-idna: Update to 3.6 Changes: https://github.com/kjd/idna/blob/master/HISTORY.rst --- dns/py-idna/Makefile | 3 +-- dns/py-idna/distinfo | 6 +++--- dns/py-idna/files/patch-setup.py | 6 ------ 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile index b130731e3889..fc59f48c4e6b 100644 --- a/dns/py-idna/Makefile +++ b/dns/py-idna/Makefile @@ -1,6 +1,5 @@ PORTNAME= idna -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.6 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-idna/distinfo b/dns/py-idna/distinfo index 2973fe96d5da..551235082b97 100644 --- a/dns/py-idna/distinfo +++ b/dns/py-idna/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663672872 -SHA256 (idna-3.4.tar.gz) = 814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 -SIZE (idna-3.4.tar.gz) = 183077 +TIMESTAMP = 1701083394 +SHA256 (idna-3.6.tar.gz) = 9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca +SIZE (idna-3.6.tar.gz) = 175426 diff --git a/dns/py-idna/files/patch-setup.py b/dns/py-idna/files/patch-setup.py deleted file mode 100644 index ef23da1c27a3..000000000000 --- a/dns/py-idna/files/patch-setup.py +++ /dev/null @@ -1,6 +0,0 @@ ---- setup.py.orig 2022-09-14 00:01:44 UTC -+++ setup.py -@@ -1,2 +1,2 @@ - from setuptools import setup --setup() -+setup(use_scm_version=True)