Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2024 04:26:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f77fc0073b61 - main - dns/py-idna: Update to 3.10
Message-ID:  <202409250426.48P4Q0GZ034794@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit f77fc0073b615aa8aa65139515af1f387bb7447a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:13:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:22:33 +0000

    dns/py-idna: Update to 3.10
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/kjd/idna/releases
---
 dns/py-idna/Makefile | 5 +++--
 dns/py-idna/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile
index f7502c073744..8321d4eb6b60 100644
--- a/dns/py-idna/Makefile
+++ b/dns/py-idna/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	idna
-PORTVERSION=	3.8
+PORTVERSION=	3.10
 CATEGORIES=	dns python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/kjd/idna/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/dns/py-idna/distinfo b/dns/py-idna/distinfo
index 112abbdced4e..ae7f83b1bb8b 100644
--- a/dns/py-idna/distinfo
+++ b/dns/py-idna/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725559843
-SHA256 (idna-3.8.tar.gz) = d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603
-SIZE (idna-3.8.tar.gz) = 189467
+TIMESTAMP = 1726740963
+SHA256 (idna-3.10.tar.gz) = 12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9
+SIZE (idna-3.10.tar.gz) = 190490


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409250426.48P4Q0GZ034794>