Path to this page:
Subject: CVS commit: pkgsrc/net/py-zmq
From: Adam Ciarcinski
Date: 2022-07-02 11:31:44
Message id: 20220702093144.C7858FB1A@cvs.NetBSD.org
Log Message:
py-zmq: updated to 23.2.0
23.2.0
Improvements:
- Use `zmq.Event` enums in `parse_monitor_message` for nicer reprs
Fixes:
- Fix building bundled libzmq with `ZMQ_DRAFT_API=1`
- Fix subclassing `zmq.Context` with additional arguments in the constructor.
Subclasses may now have full control over the signature,
rather than purely adding keyword-only arguments
- Typos and other small fixes
Files: