Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2014-10-02 14:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyzmq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyzmq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes        
2014-08-05 13:00:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2014-10-02 14:14:38.000000000 +0200
@@ -1,0 +2,62 @@
+Wed Oct  1 15:06:28 UTC 2014 - toddrme2...@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`.
+
+-------------------------------------------------------------------

Old:
----
  pyzmq-14.0.0.tar.gz

New:
----
  pyzmq-14.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyzmq.spec ++++++
--- /var/tmp/diff_new_pack.5hgq51/_old  2014-10-02 14:14:41.000000000 +0200
+++ /var/tmp/diff_new_pack.5hgq51/_new  2014-10-02 14:14:41.000000000 +0200
@@ -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

++++++ pyzmq-14.0.0.tar.gz -> pyzmq-14.3.1.tar.gz ++++++
++++ 73522 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to