diff --git a/python-pyzmq.changes b/python-pyzmq.changes index e769ea9..97fb009 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Feb 10 17:31:28 UTC 2018 - arun@gmx.de + +- update to version 17.0.0: + * Add :meth:`zmq.Socket.send_serialized` and + :meth:`zmq.Socket.recv_serialized` for sending/receiving messages + with custom serialization. + * Add :attr:`zmq.Socket.copy_threshold` and + :const:`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 + :func:`zmq_poll` implementation. The following methods and classes + are deprecated and no longer required: + :func:`zmq.eventloop.ioloop.install` + :class:`zmq.eventloop.ioloop.IOLoop` + :func:`zmq.asyncio.install` + :class:`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. + ------------------------------------------------------------------- Sun Jan 28 18:51:21 UTC 2018 - arun@gmx.de diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 05d8623..51121d9 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyzmq -Version: 16.0.4 +Version: 17.0.0 Release: 0 Summary: Python bindings for 0MQ License: LGPL-3.0+ and BSD-3-Clause diff --git a/pyzmq-16.0.4.tar.gz b/pyzmq-16.0.4.tar.gz deleted file mode 100644 index 171af89..0000000 --- a/pyzmq-16.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc23fad15d6da82081e89ea0b254a7b6efe6d1c4c58edb16f28e4b4d880086b2 -size 1063812 diff --git a/pyzmq-17.0.0.tar.gz b/pyzmq-17.0.0.tar.gz new file mode 100644 index 0000000..c1cf23a --- /dev/null +++ b/pyzmq-17.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0145ae59139b41f65e047a3a9ed11bbc36e37d5e96c64382fcdff911c4d8c3f0 +size 988170