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 17 15:50:31 UTC 2026
Modified Files:
pkgsrc/net/py-aiodns: Makefile distinfo
Log Message:
py-aiodns: update to 4.0.3.
4.0.3
=====
- Restore license metadata that was dropped during the ``pyproject.toml`` migration in #244, so packaging tools again detect aiodns as MIT-licensed (#250).
4.0.2
=====
- Re-release of 4.0.1; the 4.0.1 wheel build failed because the release workflow still invoked ``python setup.py`` after #244 removed ``setup.py``, so 4.0.1 never reached PyPI. The release workflow
now uses ``python -m build`` (#248).
4.0.1
=====
- Fix ``Future exception was never retrieved`` when pycares raises ``AresError`` synchronously, e.g. for malformed hostnames (#245, fixes #231)
- Modernized package setup using ``pyproject.toml`` instead of ``setup.py`` (#244)
- Updated dependencies
- Bumped mypy from 1.19.1 to 2.1.0 (#236, #239, #241, #242)
- Bumped pytest from 9.0.2 to 9.0.3 (#237)
- Bumped pytest-cov from 7.0.0 to 7.1.0 (#232)
- Bumped dependabot/fetch-metadata from 2.4.0 to 3.1.0 (#227, #234, #240)
- Bumped actions/download-artifact from 7.0.0 to 8.0.1 (#228, #235)
- Bumped actions/upload-artifact from 6 to 7 (#229)
- Bumped codecov/codecov-action from 5 to 6 (#233)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-aiodns/Makefile
cvs rdiff -u -r1.7 -r1.8 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.11 pkgsrc/net/py-aiodns/Makefile:1.12
--- pkgsrc/net/py-aiodns/Makefile:1.11 Mon Jan 12 21:54:14 2026
+++ pkgsrc/net/py-aiodns/Makefile Sun May 17 15:50:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/01/12 21:54:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/05/17 15:50:31 wiz Exp $
-DISTNAME= aiodns-4.0.0
+DISTNAME= aiodns-4.0.3
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.0
-# 23 failed, 110 passed, 55 skipped, 59 warnings
+# as of 4.0.3
+# 29 failed, 110 passed, 55 skipped, 63 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.7 pkgsrc/net/py-aiodns/distinfo:1.8
--- pkgsrc/net/py-aiodns/distinfo:1.7 Mon Jan 12 21:54:14 2026
+++ pkgsrc/net/py-aiodns/distinfo Sun May 17 15:50:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/01/12 21:54:14 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/05/17 15:50:31 wiz Exp $
-BLAKE2s (aiodns-4.0.0.tar.gz) = 613e4d93664d9578626e58a3376480f500e43d9226e868d35329c66b62876ee5
-SHA512 (aiodns-4.0.0.tar.gz) = 891f24963df0b64e68c9e53a556e562cb261f207df6204f08232e70cbaa1e193d391953c123bf225a3d3e171660b94ec2b7ecc29f10bdc373362018e25e04275
-Size (aiodns-4.0.0.tar.gz) = 26204 bytes
+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
Home |
Main Index |
Thread Index |
Old Index