pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-cares
Module Name: pkgsrc
Committed By: kim
Date: Sun Jul 13 06:20:09 UTC 2025
Modified Files:
pkgsrc/net/py-cares: Makefile PLIST distinfo
Log Message:
py-cares: Update to 4.9.0
What's Changed (4.9.0)
- Create dependabot configuration by @bdraco in #226
- build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.3 by @dependabot in #227
- Pin Python version to 3.13.3 to avoid Windows build error by @saghul in #235
- Fix shutdown race by @bdraco in #236
- Add support for windows arm64 by @finnagin in #233
What's Changed (4.8.0)
- Cancel previous CI jobs on pull request update by @bdraco in #222
- Update bundled c-ares to v1.34.5 by @bdraco in #221
- Add ARES_FLAG_NO_DFLT_SVR and ARES_FLAG_EDNS to API by @bdraco in #224
What's Changed (4.7.0)
- Update c-ares to 1.29.0 to add reinit support to Channel by @bdraco in #219
- Add event thread support by @bdraco in #220
What's Changed (4.6.1)
- Fix missing attribute type information for errno by @Dreamsorcerer in #215
What's Changed (4.6.0)
- Swap out is_all_ascii for built-in str.isascii by @bdraco in #209
- Fixup tests by @saghul in #214
- Add initial type annotations by @Dreamsorcerer in #212
- Fix module has no attribute type errors by @Dreamsorcerer in #211
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-cares/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-cares/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-cares/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-cares/Makefile
diff -u pkgsrc/net/py-cares/Makefile:1.14 pkgsrc/net/py-cares/Makefile:1.15
--- pkgsrc/net/py-cares/Makefile:1.14 Mon Apr 14 17:05:53 2025
+++ pkgsrc/net/py-cares/Makefile Sun Jul 13 06:20:09 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/04/14 17:05:53 kim Exp $
+# $NetBSD: Makefile,v 1.15 2025/07/13 06:20:09 kim Exp $
-DISTNAME= pycares-4.5.0
+DISTNAME= pycares-4.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycares/}
Index: pkgsrc/net/py-cares/PLIST
diff -u pkgsrc/net/py-cares/PLIST:1.6 pkgsrc/net/py-cares/PLIST:1.7
--- pkgsrc/net/py-cares/PLIST:1.6 Mon Apr 14 17:05:53 2025
+++ pkgsrc/net/py-cares/PLIST Sun Jul 13 06:20:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/14 17:05:53 kim Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/07/13 06:20:09 kim Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -17,6 +17,7 @@ ${PYSITELIB}/pycares/_version.pyo
${PYSITELIB}/pycares/errno.py
${PYSITELIB}/pycares/errno.pyc
${PYSITELIB}/pycares/errno.pyo
+${PYSITELIB}/pycares/py.typed
${PYSITELIB}/pycares/utils.py
${PYSITELIB}/pycares/utils.pyc
${PYSITELIB}/pycares/utils.pyo
Index: pkgsrc/net/py-cares/distinfo
diff -u pkgsrc/net/py-cares/distinfo:1.10 pkgsrc/net/py-cares/distinfo:1.11
--- pkgsrc/net/py-cares/distinfo:1.10 Mon Dec 30 14:31:58 2024
+++ pkgsrc/net/py-cares/distinfo Sun Jul 13 06:20:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/12/30 14:31:58 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/07/13 06:20:09 kim Exp $
-BLAKE2s (pycares-4.5.0.tar.gz) = f179b5039475c4a3a9627ca1e1cbd2984e665d464907b07d6bd9247027dac590
-SHA512 (pycares-4.5.0.tar.gz) = 224c8807396590e07fbe10c3f26eae1a457bf4969788b432b4367898382a5c68f2d7ef33f62e31dea772491319287ff1685f3cb0eb78f9c07cec80d50864e617
-Size (pycares-4.5.0.tar.gz) = 821554 bytes
+BLAKE2s (pycares-4.9.0.tar.gz) = 7985bd98b318ebbcffed418a2d2530355c50ac00989180261ef9fd2883362267
+SHA512 (pycares-4.9.0.tar.gz) = 3be5aa36fbfbc47e54f7b41e14ef951bdb1528a60f51a11ef7d010da2ef9ca2830f89d277063788c44468f27fb4d875ce472729106cf1c0bb32000727d2841b7
+Size (pycares-4.9.0.tar.gz) = 655365 bytes
Home |
Main Index |
Thread Index |
Old Index