diff options
author | adam <adam@pkgsrc.org> | 2018-02-22 10:03:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-22 10:03:25 +0000 |
commit | 90acc8fbb7828d51441c088b62ec0e7186431f10 (patch) | |
tree | fd52396ff5706f876cdf010e8b634ee6c102b699 /net/py-zmq/PLIST | |
parent | ae735e8ed5406e98b89ba734c415e035ff7bc4c0 (diff) | |
download | pkgsrc-90acc8fbb7828d51441c088b62ec0e7186431f10.tar.gz |
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.
Diffstat (limited to 'net/py-zmq/PLIST')
-rw-r--r-- | net/py-zmq/PLIST | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/net/py-zmq/PLIST b/net/py-zmq/PLIST index 0de690375d5..09f180359e4 100644 --- a/net/py-zmq/PLIST +++ b/net/py-zmq/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.9 2017/02/02 19:05:01 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.10 2018/02/22 10:03:25 adam Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/zmq/__init__.py ${PYSITELIB}/zmq/__init__.pyc ${PYSITELIB}/zmq/__init__.pyo +${PYSITELIB}/zmq/_future.py +${PYSITELIB}/zmq/_future.pyc +${PYSITELIB}/zmq/_future.pyo ${PLIST.py3x}${PYSITELIB}/zmq/asyncio/__init__.py ${PLIST.py3x}${PYSITELIB}/zmq/asyncio/__init__.pyc ${PLIST.py3x}${PYSITELIB}/zmq/asyncio/__init__.pyo @@ -107,6 +110,9 @@ ${PYSITELIB}/zmq/error.pyo ${PYSITELIB}/zmq/eventloop/__init__.py ${PYSITELIB}/zmq/eventloop/__init__.pyc ${PYSITELIB}/zmq/eventloop/__init__.pyo +${PYSITELIB}/zmq/eventloop/_deprecated.py +${PYSITELIB}/zmq/eventloop/_deprecated.pyc +${PYSITELIB}/zmq/eventloop/_deprecated.pyo ${PYSITELIB}/zmq/eventloop/future.py ${PYSITELIB}/zmq/eventloop/future.pyc ${PYSITELIB}/zmq/eventloop/future.pyo @@ -248,6 +254,9 @@ ${PYSITELIB}/zmq/tests/test_decorators.pyo ${PYSITELIB}/zmq/tests/test_device.py ${PYSITELIB}/zmq/tests/test_device.pyc ${PYSITELIB}/zmq/tests/test_device.pyo +${PYSITELIB}/zmq/tests/test_draft.py +${PYSITELIB}/zmq/tests/test_draft.pyc +${PYSITELIB}/zmq/tests/test_draft.pyo ${PYSITELIB}/zmq/tests/test_error.py ${PYSITELIB}/zmq/tests/test_error.pyc ${PYSITELIB}/zmq/tests/test_error.pyo @@ -340,6 +349,7 @@ ${PYSITELIB}/zmq/utils/jsonapi.pyo ${PYSITELIB}/zmq/utils/monitor.py ${PYSITELIB}/zmq/utils/monitor.pyc ${PYSITELIB}/zmq/utils/monitor.pyo +${PYSITELIB}/zmq/utils/mutex.h ${PYSITELIB}/zmq/utils/pyversion_compat.h ${PYSITELIB}/zmq/utils/sixcerpt.py ${PYSITELIB}/zmq/utils/sixcerpt.pyc |