Subject: CVS commit: pkgsrc/net/py-zmq
From: Adam Ciarcinski
Date: 2018-02-22 11:03:25
Message id: 20180222100325.58F6CFB40@cvs.NetBSD.org

Log Message:
py-zmq: updated to 17.0.0

17.0.0
Add zmq.Socket.send_serialized() and zmq.Socket.recv_serialized() for \ 
sending/receiving messages with custom serialization.
Add zmq.Socket.copy_threshold and zmq.COPY_THRESHOLD. Messages smaller than this \ 
are always copied, regardless of copy=False, to avoid overhead of zero-copy \ 
bookkeeping on small messages.
Added visible deprecation warnings to bundled tornado IOLoop. Tornado eventloop \ 
integration shouldn’t be used without a proper tornado install since pyzmq 14.
Allow pyzmq asyncio/tornado integration to run without installing zmq_poll() \ 
implementation. The following methods and classes are deprecated and no longer \ 
required:
- zmq.eventloop.ioloop.install()
- zmq.eventloop.ioloop.IOLoop
- zmq.asyncio.install()
- zmq.asyncio.ZMQEventLoop
Set RPATH correctly when building on macOS.
Compatibility fixes with tornado 5.0.dev (may not be quite enough for 5.0 final, \ 
which is not yet released as of pyzmq 17).
Draft support for CLIENT-SERVER routing_id and group.

Files:
RevisionActionfile
1.20modifypkgsrc/net/py-zmq/Makefile
1.10modifypkgsrc/net/py-zmq/PLIST
1.13modifypkgsrc/net/py-zmq/distinfo
1.2modifypkgsrc/net/py-zmq/patches/patch-buildutils_detect.py