Skip to content

Commit b5d1c91

Browse files
author
adam
committed
py-zmq: updated to 27.0.1
27.0.1 adds wheels for android and free-threaded Python 3.14 (314t) thanks to cibuildwheel 3.1, and adds wheels for free-threaded Python for Windows on ARM. The android wheels are untested, so please report issues if you have them! There are no changes to pyzmq code in this release.
1 parent 2d60e14 commit b5d1c91

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

net/py-zmq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.51 2025/07/04 09:08:38 wiz Exp $
1+
# $NetBSD: Makefile,v 1.52 2025/08/05 06:11:10 adam Exp $
22

3-
DISTNAME= pyzmq-27.0.0
3+
DISTNAME= pyzmq-27.0.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
55
CATEGORIES= net python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyzmq/}

net/py-zmq/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.42 2025/07/01 07:13:56 adam Exp $
1+
$NetBSD: distinfo,v 1.43 2025/08/05 06:11:10 adam Exp $
22

3-
BLAKE2s (pyzmq-27.0.0.tar.gz) = b85253511ff5f0ebb12036668107886ed2a5828c6a734dc5271c9333811a1c4d
4-
SHA512 (pyzmq-27.0.0.tar.gz) = b8b6bfbaa696d06c40904052d9af7ceeed55036113edb3823e2ab6db644553c38a2d596912677291df59b914c7d8b6352e6d0c5b2c143f67406c5116588f2759
5-
Size (pyzmq-27.0.0.tar.gz) = 280478 bytes
6-
SHA1 (patch-CMakeLists.txt) = 5ba2d3ccbd7648132043f35615debaf450ee5bfb
3+
BLAKE2s (pyzmq-27.0.1.tar.gz) = aa8f6d469ae0ad22668efb38c4176e651304a69bbfb08c2094380e25e1404e7a
4+
SHA512 (pyzmq-27.0.1.tar.gz) = 72f82a7ca549d24041f7b1b85ded7a289a16ba0853efc498cfd436e1134a031c0627ff530ae687c815689265c3030f4752e9787297adcfad1d7f8e91b10d2f2b
5+
Size (pyzmq-27.0.1.tar.gz) = 281158 bytes
6+
SHA1 (patch-CMakeLists.txt) = 8bd0544577a72d14ac27c0c1efc943453a006491
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
$NetBSD: patch-CMakeLists.txt,v 1.1 2024/04/27 02:42:18 ryoon Exp $
1+
$NetBSD: patch-CMakeLists.txt,v 1.2 2025/08/05 06:11:10 adam Exp $
22

3-
* Fix _zmq.so build.
3+
Fix _zmq.so build.
44

5-
--- CMakeLists.txt.orig 2024-04-27 02:25:29.115223723 +0000
5+
--- CMakeLists.txt.orig 2022-11-09 12:37:21.000000000 +0000
66
+++ CMakeLists.txt
77
@@ -1,6 +1,7 @@
8-
cmake_minimum_required(VERSION 3.14...3.28)
8+
cmake_minimum_required(VERSION 3.14...4.1)
99
project(${SKBUILD_PROJECT_NAME} LANGUAGES C CXX)
1010
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
1111
+set(CMAKE_SKIP_RPATH TRUE)
1212

1313
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
14-
find_package(
14+
message(STATUS "Building pyzmq for ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")

0 commit comments

Comments
 (0)