Accepting request 253529 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/253529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=17
This commit is contained in:
commit
a7a5f5acf8
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 15:06:28 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 14.3.1
|
||||
+ Minor bugfixes to pyzmq 14.3:
|
||||
* Fixes to building bundled libzmq on OS X < 10.9
|
||||
* Fixes to import-failure warnings on Python 3.4
|
||||
* Fixes to tests
|
||||
* Pull upstream fixes to zmq.ssh for ssh multiplexing
|
||||
- Update to 14.3.0
|
||||
+ PyZMQ no longer calls :meth:`.Socket.close` or
|
||||
:meth:`.Context.term` during process cleanup.
|
||||
Changes to garbage collection in Python 3.4 make this
|
||||
impossible to do sensibly.
|
||||
+ :meth:`ZMQStream.close` closes its socket immediately,
|
||||
rather than scheduling a timeout.
|
||||
+ Raise the original ImportError when importing zmq fails.
|
||||
Should be more informative than `no module cffi...`.
|
||||
- Update to 14.2.0
|
||||
+ New Stuff
|
||||
* Raise new ZMQVersionError when a requested method is not
|
||||
supported by the linked libzmq.
|
||||
For backward compatibility, this subclasses
|
||||
NotImplementedError.
|
||||
+ Bugs Fixed
|
||||
* Memory leak introduced in pyzmq-14.0 in zero copy.
|
||||
* OverflowError on 32 bit systems in zero copy.
|
||||
- Update to 14.1.0
|
||||
+ Security
|
||||
The headline features for 14.1 are adding better support for
|
||||
libzmq's security features.
|
||||
* When libzmq is bundled as a Python extension
|
||||
(e.g. wheels, eggs), libsodium is also bundled
|
||||
(excluding Windows), ensuring that libzmq security is
|
||||
available to users who install from wheels
|
||||
* New :mod:`zmq.auth`, implementing zeromq's ZAP authentication,
|
||||
modeled on czmq zauth.
|
||||
For more information, see the
|
||||
`examples <https://github.com/zeromq/pyzmq/tree/master/examples/>`_.
|
||||
+ Other New Stuff
|
||||
* Add PYZMQ_BACKEND for enabling use of backends outside the
|
||||
pyzmq codebase.
|
||||
* Add :attr:`~.Context.underlying` property and
|
||||
:meth:`~.Context.shadow` method to Context and Socket, for
|
||||
handing off sockets and contexts. between pyzmq and other
|
||||
bindings (mainly pyczmq_).
|
||||
* Add TOS, ROUTER_HANDOVER, and IPC_FILTER constants from
|
||||
libzmq-4.1-dev.
|
||||
* Add Context option support in the CFFI backend.
|
||||
* Various small unicode and build fixes, as always.
|
||||
* :meth:`~.Socket.send_json` and :meth:`~.Socket.recv_json`
|
||||
pass any extra kwargs to ``json.dumps/loads``.
|
||||
+ Deprecations
|
||||
* ``Socket.socket_type`` is deprecated, in favor of
|
||||
``Socket.type``, which has been available since 2.1.
|
||||
- Update to 14.0.1
|
||||
+ Bugfix release
|
||||
* Update bundled libzmq to current (4.0.3).
|
||||
* Fix bug in :meth:`.Context.destroy` with no open sockets.
|
||||
* Threadsafety fixes in the garbage collector.
|
||||
* Python 3 fixes in :mod:`zmq.ssh`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 17:00:20 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pyzmq
|
||||
Version: 14.0.0
|
||||
Version: 14.3.1
|
||||
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:a649907e02a974ac00ad78ba232d5420b700994fd1d16dacd222d9009c565ab9
|
||||
size 866790
|
3
pyzmq-14.3.1.tar.gz
Normal file
3
pyzmq-14.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00e263c26a524f81127247e6f37cbf427eddf3a3657d170cf4865bd522df3914
|
||||
size 982527
|
Loading…
Reference in New Issue
Block a user