pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-aiodns
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 24 18:25:03 UTC 2026
Modified Files:
pkgsrc/net/py-aiodns: Makefile distinfo
Log Message:
py-aiodns: update to 4.0.4.
4.0.4
=====
- Raise ``DNSError(ARES_ENODATA)`` from ``query()`` when the answer section has no records of the requested qtype, restoring the pycares 4.x NODATA contract and avoiding ``AttributeError`` for
CNAME/SOA/PTR callers (#254).
- Add the missing ``build-backend`` entry to ``pyproject.toml`` so PEP 517 builds from the sdist work without falling back to the deprecated legacy setuptools backend (#252).
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-aiodns/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-aiodns/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-aiodns/Makefile
diff -u pkgsrc/net/py-aiodns/Makefile:1.12 pkgsrc/net/py-aiodns/Makefile:1.13
--- pkgsrc/net/py-aiodns/Makefile:1.12 Sun May 17 15:50:31 2026
+++ pkgsrc/net/py-aiodns/Makefile Sun May 24 18:25:03 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/05/17 15:50:31 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/05/24 18:25:03 wiz Exp $
-DISTNAME= aiodns-4.0.3
+DISTNAME= aiodns-4.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiodns/}
@@ -15,8 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-cares>=5.0.0:..
USE_LANGUAGES= # none
-# as of 4.0.3
-# 29 failed, 110 passed, 55 skipped, 63 warnings
+# as of 4.0.4
+# 30 failed, 122 passed, 55 skipped, 64 warnings
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-aiodns/distinfo
diff -u pkgsrc/net/py-aiodns/distinfo:1.8 pkgsrc/net/py-aiodns/distinfo:1.9
--- pkgsrc/net/py-aiodns/distinfo:1.8 Sun May 17 15:50:31 2026
+++ pkgsrc/net/py-aiodns/distinfo Sun May 24 18:25:03 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/05/17 15:50:31 wiz Exp $
+$NetBSD: distinfo,v 1.9 2026/05/24 18:25:03 wiz Exp $
-BLAKE2s (aiodns-4.0.3.tar.gz) = d1d98029650e19f40cc53954bf4d8be22c3393024bd27e781ffa1421a56be178
-SHA512 (aiodns-4.0.3.tar.gz) = 7218bb7a03abcf65f7692d04e1d2bda881eceeb01a7d43fc5252b6c43092726252e3ca9ae6d76fc1acd2d9b856cbc0b9c505e68784dcafb1a2c83c507d4998e9
-Size (aiodns-4.0.3.tar.gz) = 29036 bytes
+BLAKE2s (aiodns-4.0.4.tar.gz) = a03bc7f0c2fff59c5ce92dc0099a76107705a6a9a2e463499e678cac861dd555
+SHA512 (aiodns-4.0.4.tar.gz) = d0f562f4dd3cbc02f6a961bfd619f666b059f4b9ab330747ee82a85cd3929280aac05f577965e9c843c3f0b5972f07fc659cf0480e4c2673217f8ade2d671f9e
+Size (aiodns-4.0.4.tar.gz) = 29918 bytes
Home |
Main Index |
Thread Index |
Old Index