Hello community, here is the log from the commit of package python-pyzmq for openSUSE:Factory checked in at 2018-02-14 09:44:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old) and /work/SRC/openSUSE:Factory/.python-pyzmq.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyzmq" Wed Feb 14 09:44:44 2018 rev:27 rq:575266 version:17.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes 2018-02-05 10:53:47.254127934 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes 2018-02-14 09:44:58.246359306 +0100 @@ -1,0 +2,26 @@ +Sat Feb 10 17:31:28 UTC 2018 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- pyzmq-16.0.4.tar.gz New: ---- pyzmq-17.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyzmq.spec ++++++ --- /var/tmp/diff_new_pack.PcgEdJ/_old 2018-02-14 09:45:00.830265133 +0100 +++ /var/tmp/diff_new_pack.PcgEdJ/_new 2018-02-14 09:45:00.830265133 +0100 @@ -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 ++++++ pyzmq-16.0.4.tar.gz -> pyzmq-17.0.0.tar.gz ++++++ ++++ 36988 lines of diff (skipped)
