Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 12:51:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ed9b5e4c1f68 - main - dns/py-dnspython: Update version 2.4.2=>2.5.0
Message-ID:  <202401211251.40LCpYDg007160@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit ed9b5e4c1f68ec91b194bb24cb8c24f4b53b345f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 11:44:28 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 12:51:16 +0000

    dns/py-dnspython: Update version 2.4.2=>2.5.0
    
    Changelog: https://dnspython.readthedocs.io/en/stable/whatsnew.html
---
 dns/py-dnspython/Makefile | 13 +++++++------
 dns/py-dnspython/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index a404fcf07e5f..8756820661b2 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dnspython
-PORTVERSION=	2.4.2
+PORTVERSION=	2.5.0
 PORTEPOCH=	1
 CATEGORIES=	dns python
 MASTER_SITES=	PYPI
@@ -12,7 +12,7 @@ WWW=		https://www.dnspython.org/
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent cython pep517
@@ -33,11 +33,12 @@ IDNA_DESC=		Internationalized Domain Names in Application Support
 TRIO_DESC=		Concurrent async IO library support with TRIO backend
 
 DNSSEC_USE=		PYTHON=cryptography
-DOH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=4.0.0:www/py-h2@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}httpx>=0.24.1:www/py-httpx@${PY_FLAVOR}
-DOQ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aioquic>0:www/py-aioquic@${PY_FLAVOR}
+DOH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=4.1.0:www/py-h2@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}httpcore>=0.17.3:www/py-httpcore@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}httpx>=0.25.1:www/py-httpx@${PY_FLAVOR}
+DOQ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aioquic>=0.9.20:www/py-aioquic@${PY_FLAVOR}
 IDNA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR}
-TRIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}trio>=0.14.0:net/py-trio@${PY_FLAVOR}
+TRIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}trio>=0.14:net/py-trio@${PY_FLAVOR}
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/dns/py-dnspython/distinfo b/dns/py-dnspython/distinfo
index dfb9e92b6487..ae8facde13a5 100644
--- a/dns/py-dnspython/distinfo
+++ b/dns/py-dnspython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691677638
-SHA256 (dnspython-2.4.2.tar.gz) = 8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984
-SIZE (dnspython-2.4.2.tar.gz) = 328126
+TIMESTAMP = 1705837090
+SHA256 (dnspython-2.5.0.tar.gz) = a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15
+SIZE (dnspython-2.5.0.tar.gz) = 328083



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