Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 11:25:00 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: 9e64667d8b37 - main - dns/py-dnspython: Update version 2.3.0=>2.4.0
Message-ID:  <202307161125.36GBP0p6066299@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=9e64667d8b373406e4e1aee6bfb0521b12a1f59e

commit 9e64667d8b373406e4e1aee6bfb0521b12a1f59e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 10:02:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 11:24:44 +0000

    dns/py-dnspython: Update version 2.3.0=>2.4.0
    
    Changelog: https://github.com/rthalley/dnspython/releases/tag/v2.4.0
---
 dns/py-dnspython/Makefile | 25 +++++++++++--------------
 dns/py-dnspython/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index fcdb308fa18f..584b647c3059 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	dnspython
-PORTVERSION=	2.3.0
-PORTEPOCH=	1
+PORTVERSION=	2.4.0
 CATEGORIES=	dns python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,31 +11,29 @@ WWW=		https://www.dnspython.org/
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent cython distutils
+USE_PYTHON=	autoplist concurrent cython pep517
 
 NO_ARCH=	yes
 
 PORTEXAMPLES=	ddns.py e164.py mx.py name.py reverse.py reverse_name.py xfr.py \
 		zonediff.py
 
-OPTIONS_DEFINE=		CURIO DNSSEC DOH EXAMPLES IDNA TRIO
-CURIO_DESC=		Coroutine-based library Support
+OPTIONS_DEFINE=		DNSSEC DOH DOQ EXAMPLES IDNA TRIO
+OPTIONS_DEFAULT=	DNSSEC DOH DOQ IDNA TRIO
+
 DNSSEC_DESC=		DNSSEC Support
 DOH_DESC=		DNS over HTTPS Support
+DOQ_DESC=		DNS over QUIC Support
 IDNA_DESC=		Internationalizede Domain Names in Application Support
 TRIO_DESC=		TRIO Support
-CURIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curio>=1.2:devel/py-curio@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR}
+
 DNSSEC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR}
-DOH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>0:www/py-h2@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}httpx>=0.21.10:www/py-httpx@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
-	# Requires h2>=4.1.0
+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}
 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}
 
diff --git a/dns/py-dnspython/distinfo b/dns/py-dnspython/distinfo
index ee7704a08c48..3e49fec3cbed 100644
--- a/dns/py-dnspython/distinfo
+++ b/dns/py-dnspython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680176439
-SHA256 (dnspython-2.3.0.tar.gz) = 224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
-SIZE (dnspython-2.3.0.tar.gz) = 312313
+TIMESTAMP = 1689499513
+SHA256 (dnspython-2.4.0.tar.gz) = 758e691dbb454d5ccf4e1b154a19e52847f79e21a42fef17b969144af29a4e6c
+SIZE (dnspython-2.4.0.tar.gz) = 327279



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