pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-zmq
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 21 12:52:21 UTC 2026
Modified Files:
pkgsrc/net/py-zmq: Makefile PLIST distinfo
Log Message:
py-zmq: updated to 27.2.0
27.2 is a small release, mostly updating the build process and typing.
Lots of new type coverage.
- Add `python3 -m zmq.curve_keygen` entrypoint for creating curve key pairs
- Require Python 3.9 (drops Python 3.8)
- Stop building wheels for free-threaded CPython 3.13 (cp313t)
- Add wheels for free-threaded CPython 3.15 (cp315t)
- Fix builds on Windows with Visual Studio 2026
- Fix builds with upcoming Cython release
- Add more type coverage, fix some typing, typing compatibility with mypy 2.1
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/py-zmq/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/py-zmq/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/py-zmq/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-zmq/Makefile
diff -u pkgsrc/net/py-zmq/Makefile:1.56 pkgsrc/net/py-zmq/Makefile:1.57
--- pkgsrc/net/py-zmq/Makefile:1.56 Sun Jun 28 15:41:35 2026
+++ pkgsrc/net/py-zmq/Makefile Fri Aug 21 12:52:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/06/28 15:41:35 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2026/08/21 12:52:21 adam Exp $
-DISTNAME= pyzmq-27.1.0
+DISTNAME= pyzmq-27.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyzmq/}
Index: pkgsrc/net/py-zmq/PLIST
diff -u pkgsrc/net/py-zmq/PLIST:1.24 pkgsrc/net/py-zmq/PLIST:1.25
--- pkgsrc/net/py-zmq/PLIST:1.24 Sat Apr 12 11:28:19 2025
+++ pkgsrc/net/py-zmq/PLIST Fri Aug 21 12:52:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/04/12 11:28:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2026/08/21 12:52:21 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -86,6 +86,9 @@ ${PYSITELIB}/zmq/backend/select.pyo
${PYSITELIB}/zmq/constants.py
${PYSITELIB}/zmq/constants.pyc
${PYSITELIB}/zmq/constants.pyo
+${PYSITELIB}/zmq/curve_keygen.py
+${PYSITELIB}/zmq/curve_keygen.pyc
+${PYSITELIB}/zmq/curve_keygen.pyo
${PYSITELIB}/zmq/decorators.py
${PYSITELIB}/zmq/decorators.pyc
${PYSITELIB}/zmq/decorators.pyo
Index: pkgsrc/net/py-zmq/distinfo
diff -u pkgsrc/net/py-zmq/distinfo:1.45 pkgsrc/net/py-zmq/distinfo:1.46
--- pkgsrc/net/py-zmq/distinfo:1.45 Thu Sep 11 06:29:58 2025
+++ pkgsrc/net/py-zmq/distinfo Fri Aug 21 12:52:21 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2025/09/11 06:29:58 adam Exp $
+$NetBSD: distinfo,v 1.46 2026/08/21 12:52:21 adam Exp $
-BLAKE2s (pyzmq-27.1.0.tar.gz) = b56b0fe37129adb52dafdba98ff6839951363737d57de3b0162ea22b7d2952d2
-SHA512 (pyzmq-27.1.0.tar.gz) = c95b2df1901df31ebf3bf7888af593a7a6cbf2a8c9f90214b7f9cb7792a157cd54cda95177d563b9ce02e9e9a51204706729205b3e492d202ab1c91147ec006c
-Size (pyzmq-27.1.0.tar.gz) = 281750 bytes
+BLAKE2s (pyzmq-27.2.0.tar.gz) = d52a46161b454d5579e9ca6e83707978682fe9e1dcc3eb6ea47bf5869c700293
+SHA512 (pyzmq-27.2.0.tar.gz) = ce1d817b36058bb7f9cc248ac6318a3cf186aa78f915717e7d97ae59eed52dcb412d860c555fb052b4255ba037a9b16d79d428d45b85fed727691b7600ff30ee
+Size (pyzmq-27.2.0.tar.gz) = 292316 bytes
SHA1 (patch-CMakeLists.txt) = 8bd0544577a72d14ac27c0c1efc943453a006491
Home |
Main Index |
Thread Index |
Old Index