pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-dnsdiag



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 12 10:33:24 UTC 2026

Modified Files:
        pkgsrc/net/py-dnsdiag: Makefile PLIST distinfo

Log Message:
py-dnsdiag: updated to 2.9.1

2.9.1

Added

Add --nsid support to dnstraceroute
Add tests for cookie feature in dnsping (66b4faa by @farrokhi).
Add support for Python 3.14 (8099260 by @farrokhi).
Add marker to disable IPv6 tests on Github Action (a756d10 by @farrokhi).
Add Windows to test suite (1e1cbdb by @farrokhi).
Add GitHub Actions workflow for running pytest integration tests (4f4021c by @farrokhi).
Add type checking to tests (93324be by @farrokhi).
Add a more realistic and up to date dnseval output (777c6f5 by @farrokhi).
Add json to dnseval tests (162d7b1 by @farrokhi).
Add EDNS flags display and improve output formatting in dnseval (2316f77 by @farrokhi).
Add missing cli parameters in syntax help (da46a1b by @farrokhi).
Add DoQ and DoH3 protocol support to dnseval
Add type hints to shared DNS module and fix type syntax errors
Add tests (1c9d163 by @farrokhi).

Fixed

fix: default to AF_UNSPEC for automatic IPv4/IPv6 selection (46f6235 by @farrokhi).
fix: correct DoH3 feature detection to check HTTPVersion.H3 (7cfe3e9 by @farrokhi).
Fix broken test when run from parent directory (75903c6 by @farrokhi).
Fixed cookie display in dnsping (455344d by @farrokhi).
Fix: Only build packages when a new tag is pushed (a2927e4 by @farrokhi).
Fix JSON Output Type Consistency (af88b1b by @farrokhi).
Fix for IPv6 hostname resolution (3f60d84 by @farrokhi).
Fix doh http version
Fix formatting (5801d7e by @farrokhi).

Removed

remove unnecessary files (9e10740 by @farrokhi).
Remove stale email address (99fd2fb by @farrokhi).
Remove unnecessary tests


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-dnsdiag/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-dnsdiag/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-dnsdiag/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-dnsdiag/Makefile
diff -u pkgsrc/net/py-dnsdiag/Makefile:1.13 pkgsrc/net/py-dnsdiag/Makefile:1.14
--- pkgsrc/net/py-dnsdiag/Makefile:1.13 Tue Apr 15 05:38:03 2025
+++ pkgsrc/net/py-dnsdiag/Makefile      Mon Jan 12 10:33:24 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/04/15 05:38:03 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/01/12 10:33:24 adam Exp $
 
-DISTNAME=      dnsdiag-2.6.0
+DISTNAME=      dnsdiag-2.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dnsdiag/}
 
@@ -15,7 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-aioquic>=1.2.0:../../www/py-aioquic
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=42.0.5:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-cymruwhois>=1.6:../../net/py-cymruwhois
-DEPENDS+=      ${PYPKGPREFIX}-dns>=2.7.0:../../net/py-dns
+DEPENDS+=      ${PYPKGPREFIX}-dns>=2.8.0:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-h2>=4.1.0:../../www/py-h2
 DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.27.0:../../www/py-httpx
 
@@ -24,7 +23,7 @@ USE_LANGUAGES=        # none
 post-install:
 .for bin in dnseval dnsping dnstraceroute
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} ${bin}.py ${bin}-${PYVERSSUFFIX} && ${RM} -f ${bin} || ${TRUE}
+       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
 .endfor
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/net/py-dnsdiag/PLIST
diff -u pkgsrc/net/py-dnsdiag/PLIST:1.7 pkgsrc/net/py-dnsdiag/PLIST:1.8
--- pkgsrc/net/py-dnsdiag/PLIST:1.7     Tue Apr 15 05:38:03 2025
+++ pkgsrc/net/py-dnsdiag/PLIST Mon Jan 12 10:33:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/15 05:38:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/01/12 10:33:24 adam Exp $
 bin/dnseval-${PYVERSSUFFIX}
 bin/dnsping-${PYVERSSUFFIX}
 bin/dnstraceroute-${PYVERSSUFFIX}
@@ -8,15 +8,24 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/util/__init__.py
-${PYSITELIB}/util/__init__.pyc
-${PYSITELIB}/util/__init__.pyo
-${PYSITELIB}/util/dns.py
-${PYSITELIB}/util/dns.pyc
-${PYSITELIB}/util/dns.pyo
-${PYSITELIB}/util/shared.py
-${PYSITELIB}/util/shared.pyc
-${PYSITELIB}/util/shared.pyo
-${PYSITELIB}/util/whois.py
-${PYSITELIB}/util/whois.pyc
-${PYSITELIB}/util/whois.pyo
+${PYSITELIB}/dnsdiag/__init__.py
+${PYSITELIB}/dnsdiag/__init__.pyc
+${PYSITELIB}/dnsdiag/__init__.pyo
+${PYSITELIB}/dnsdiag/dns.py
+${PYSITELIB}/dnsdiag/dns.pyc
+${PYSITELIB}/dnsdiag/dns.pyo
+${PYSITELIB}/dnsdiag/shared.py
+${PYSITELIB}/dnsdiag/shared.pyc
+${PYSITELIB}/dnsdiag/shared.pyo
+${PYSITELIB}/dnsdiag/whois.py
+${PYSITELIB}/dnsdiag/whois.pyc
+${PYSITELIB}/dnsdiag/whois.pyo
+${PYSITELIB}/dnseval.py
+${PYSITELIB}/dnseval.pyc
+${PYSITELIB}/dnseval.pyo
+${PYSITELIB}/dnsping.py
+${PYSITELIB}/dnsping.pyc
+${PYSITELIB}/dnsping.pyo
+${PYSITELIB}/dnstraceroute.py
+${PYSITELIB}/dnstraceroute.pyc
+${PYSITELIB}/dnstraceroute.pyo

Index: pkgsrc/net/py-dnsdiag/distinfo
diff -u pkgsrc/net/py-dnsdiag/distinfo:1.10 pkgsrc/net/py-dnsdiag/distinfo:1.11
--- pkgsrc/net/py-dnsdiag/distinfo:1.10 Wed Feb 12 16:43:34 2025
+++ pkgsrc/net/py-dnsdiag/distinfo      Mon Jan 12 10:33:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/02/12 16:43:34 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/01/12 10:33:24 adam Exp $
 
-BLAKE2s (dnsdiag-2.6.0.tar.gz) = 1e915276af47d2412460cd77cb2fc5c9d67bef5a238b0390c10ae9b64b33670e
-SHA512 (dnsdiag-2.6.0.tar.gz) = f5444f16363368c38c5c75642da734afbcb28526a10c6a48834ca226986cc85c115c7f0f13b7b96cb07b2d37876778d1e5e83b44224db344f2cb970ea98b5b4f
-Size (dnsdiag-2.6.0.tar.gz) = 19424 bytes
+BLAKE2s (dnsdiag-2.9.1.tar.gz) = c84269ad38737518e730faf0adca883cfd796cf07742946c40b2efa641443be3
+SHA512 (dnsdiag-2.9.1.tar.gz) = 3d66c1447f24587e5f3e06f1713bcae26eff68351f18bf346b9528167257ee4920c522e558dc9a17105558f54f7f42033a0c92ac6a096aefb2e73b9c203f4fd1
+Size (dnsdiag-2.9.1.tar.gz) = 44305 bytes



Home | Main Index | Thread Index | Old Index