diff options
author | adam <adam@pkgsrc.org> | 2022-06-07 16:23:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-06-07 16:23:04 +0000 |
commit | e87351d602c746205e6bf9b62af3d9e9c3788c5d (patch) | |
tree | bf976891248aae427c04a1bdd1691d12fd7680b2 /net/py-zmq/distinfo | |
parent | 171bd20248da53960a1e87c51aede7abf4191ae2 (diff) | |
download | pkgsrc-e87351d602c746205e6bf9b62af3d9e9c3788c5d.tar.gz |
py-zmq: updated to 23.1.0
23.1.0
Fixing some regressions in 23.0:
- Fix global name of `zmq.EVENT_HANDSHAKE_*` constants
- Fix constants missing when using `import zmq.green as zmq`
Compatibility fixes:
- {func}`zmq.utils.monitor.recv_monitor_msg` now supports async Sockets.
- Fix build with mingw
23.0.0
Changes:
- all zmq constants are now available as Python enums
(e.g. `zmq.SocketType.PULL`, `zmq.SocketOption.IDENTITY`),
generated statically from zmq.h instead of at compile-time.
This means that checks for the *presence* of a constant (`hasattr(zmq, 'RADIO')`)
is not a valid check for the presence of a feature.
This practice has never been robust, but it may have worked sometimes.
Use direct checks via e.g. {func}`zmq.has` or {func}`zmq.zmq_version_info`.
- A bit more type coverage of Context.term and Context.socket
Compatibility fixes:
- Remove all use of deprecated stdlib distutils
- Update to Cython 0.29.30 (required for Python 3.11 compatibility)
- Compatibility with Python 3.11.0b1
Maintenance changes:
- Switch to myst for docs
- Deprecate `zmq.utils.strtypes`, now unused
- Updates to autoformatting, linting
- New wheels for PyPy 3.9
- Manylinux wheels for CPython 3.10 are based on manylinux2014
Diffstat (limited to 'net/py-zmq/distinfo')
-rw-r--r-- | net/py-zmq/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-zmq/distinfo b/net/py-zmq/distinfo index b4db1027d0b..344b49445b3 100644 --- a/net/py-zmq/distinfo +++ b/net/py-zmq/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2021/11/14 20:17:08 adam Exp $ +$NetBSD: distinfo,v 1.27 2022/06/07 16:23:04 adam Exp $ -BLAKE2s (pyzmq-22.3.0.tar.gz) = ab7fd4f2a1284759cc11ef22347ff4e250385fdf6116ad1dc75598c762b11b90 -SHA512 (pyzmq-22.3.0.tar.gz) = a822262ce70e822ea7ac31f458357f61d53b6c24e3482b7f8d222b8c3ace54e4bdb04aff787be07791670f295d6c40d8482fd1a05b87cfe658bf5562da41dcf5 -Size (pyzmq-22.3.0.tar.gz) = 1243520 bytes +BLAKE2s (pyzmq-23.1.0.tar.gz) = d7c366104e58be9a8148e62e6022912ed4e9c6b6cb90d130b15cfdda63452e5a +SHA512 (pyzmq-23.1.0.tar.gz) = 4ffd65815d9d6540614e925da41c6a94e6098f9ddf4191c65f31ddc34dc102795ba7111a09d73b9424a393b019ba98cc39ae3c5a603ee0cd199608f7a1099b0a +Size (pyzmq-23.1.0.tar.gz) = 1216153 bytes SHA1 (patch-buildutils_detect.py) = 8d96f50e057b7b42d5f05c9c09c6665fac5bd4a5 SHA1 (patch-setup.py) = be1d04bae34f1c6df97c52b03163bb7871767422 |