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 30 08:20:08 UTC 2024

Modified Files:
        pkgsrc/net/py-zmq: Makefile distinfo

Log Message:
py-zmq: updated to 26.2.0

26.2 fixes some regressions introduced by the new build system in 26.0:

These changes all match the behavior of pyzmq 25.1.2:

- include libzmq location in rpath when building from source
- restore libsodium randombytes_close fix for bundled libzmq
- Disable sometimes-broken IPC/EPOLL on Windows

Installing pyzmq from source on Windows should build with IPC enabled by default,
but the Windows wheels on PyPI have it disabled because it produces unavoidable crashes for some users.

IPC support via epoll on Windows was disabled in pyzmq 24 due to crashes,
this was reintroduced somewhat unintentionally via the new build system in 26.0 (there was a chance libzmq 4.3.5 would fix it),
but unfortunately the crashes remain, so IPC is disabled again in 26.2.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/py-zmq/Makefile
cvs rdiff -u -r1.37 -r1.38 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.45 pkgsrc/net/py-zmq/Makefile:1.46
--- pkgsrc/net/py-zmq/Makefile:1.45     Tue Aug 20 07:54:05 2024
+++ pkgsrc/net/py-zmq/Makefile  Fri Aug 30 08:20:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2024/08/20 07:54:05 adam Exp $
+# $NetBSD: Makefile,v 1.46 2024/08/30 08:20:08 adam Exp $
 
-DISTNAME=      pyzmq-26.1.1
+DISTNAME=      pyzmq-26.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyzmq/}
@@ -17,8 +17,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-scikit-bui
 USE_LANGUAGES= c c++
 USE_TOOLS+=    cmake pkg-config
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 PYSETUPBUILDARGS+=     --zmq=${BUILDLINK_PREFIX.zeromq:Q}
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/net/py-zmq/distinfo
diff -u pkgsrc/net/py-zmq/distinfo:1.37 pkgsrc/net/py-zmq/distinfo:1.38
--- pkgsrc/net/py-zmq/distinfo:1.37     Tue Aug 20 07:54:05 2024
+++ pkgsrc/net/py-zmq/distinfo  Fri Aug 30 08:20:08 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2024/08/20 07:54:05 adam Exp $
+$NetBSD: distinfo,v 1.38 2024/08/30 08:20:08 adam Exp $
 
-BLAKE2s (pyzmq-26.1.1.tar.gz) = a1628f84e08523dd794585081840a2727e9e4eabeb82d1bd25b0d0cd31a90251
-SHA512 (pyzmq-26.1.1.tar.gz) = b8fd66705a09805687c5c4030ad8e0098226b267cff67c1ec358295b9aafbfd4e226ede1b8c2f295329c03288d01dc81a594e78ce620bc4a4b24acfeab9eb15f
-Size (pyzmq-26.1.1.tar.gz) = 271185 bytes
+BLAKE2s (pyzmq-26.2.0.tar.gz) = 44cb21c1b005f0be3bb1297688cffcc0a45a7e7e7aeeb67550cde41045dccc88
+SHA512 (pyzmq-26.2.0.tar.gz) = be1aca82ed01c4e8f264c3b9bf8c908bab930550b88c82cb59726979d92723d263eb969a4da7af321609939ab20e147c49d39a2494aeebb97113905b7f519f8d
+Size (pyzmq-26.2.0.tar.gz) = 271975 bytes
 SHA1 (patch-CMakeLists.txt) = 5ba2d3ccbd7648132043f35615debaf450ee5bfb



Home | Main Index | Thread Index | Old Index