Date: Sat, 8 Feb 2025 04:28:12 GMT From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2311b6559651 - main - dns/py-aiodns: Update to 3.2.0 Message-ID: <202502080428.5184SCIA051249@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nork: URL: https://cgit.FreeBSD.org/ports/commit/?id=2311b65596514d8e2ca1e48c019473c751a4f728 commit 2311b65596514d8e2ca1e48c019473c751a4f728 Author: Norikatsu Shigemura <nork@FreeBSD.org> AuthorDate: 2025-02-08 04:27:51 +0000 Commit: Norikatsu Shigemura <nork@FreeBSD.org> CommitDate: 2025-02-08 04:27:51 +0000 dns/py-aiodns: Update to 3.2.0 ChangeLog: https://github.com/aio-libs/aiodns/compare/aiodns-3.0.0...v3.2.0 Approved by: hrs (mentor, blanket) --- dns/py-aiodns/Makefile | 5 ++++- dns/py-aiodns/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dns/py-aiodns/Makefile b/dns/py-aiodns/Makefile index 1532ab44e865..3907b5652845 100644 --- a/dns/py-aiodns/Makefile +++ b/dns/py-aiodns/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiodns -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.0 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycares>4.0.0:dns/py-pycares@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>0:devel/py-uvloop@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils +TEST_TARGET= tests.py +DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} NO_ARCH= yes PORTDOCS= README.rst diff --git a/dns/py-aiodns/distinfo b/dns/py-aiodns/distinfo index 030dcc3a2ee6..242d8d945c64 100644 --- a/dns/py-aiodns/distinfo +++ b/dns/py-aiodns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646491709 -SHA256 (aiodns-3.0.0.tar.gz) = 946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6 -SIZE (aiodns-3.0.0.tar.gz) = 6743 +TIMESTAMP = 1738983962 +SHA256 (aiodns-3.2.0.tar.gz) = 62869b23409349c21b072883ec8998316b234c9a9e36675756e8e317e8768f72 +SIZE (aiodns-3.2.0.tar.gz) = 7823
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502080428.5184SCIA051249>