Accepting request 575260 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/575260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=58
This commit is contained in:
parent
36f2e554fa
commit
960865ed7b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc23fad15d6da82081e89ea0b254a7b6efe6d1c4c58edb16f28e4b4d880086b2
|
||||
size 1063812
|
3
pyzmq-17.0.0.tar.gz
Normal file
3
pyzmq-17.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0145ae59139b41f65e047a3a9ed11bbc36e37d5e96c64382fcdff911c4d8c3f0
|
||||
size 988170
|
Loading…
Reference in New Issue
Block a user