Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-11-17 14:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyzmq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes      
2015-10-06 13:24:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-11-17 14:22:43.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Nov  4 16:38:44 UTC 2015 - [email protected]
+
+- update to version 15.0.0:
+  * add :mod:`asyncio` support via :mod:`zmq.asyncio`
+  * add :mod:`tornado` future support via :mod:`zmq.eventloop.future`
+  * trigger bundled libzmq if system libzmq is found to be < 3. System
+    libzmq 2 can be forced by explicitly requesting --zmq=/prefix/.
+
+-------------------------------------------------------------------
+Tue Nov  3 17:04:13 UTC 2015 - [email protected]
+
+- Disable tests, they are so slow that OBS thinks the build died.
+
+-------------------------------------------------------------------

Old:
----
  pyzmq-14.7.0.tar.gz

New:
----
  pyzmq-15.0.0.tar.gz

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

Other differences:
------------------
++++++ python3-pyzmq.spec ++++++
--- /var/tmp/diff_new_pack.2k4GkE/_old  2015-11-17 14:22:44.000000000 +0100
+++ /var/tmp/diff_new_pack.2k4GkE/_new  2015-11-17 14:22:44.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pyzmq
-Version:        14.7.0
+Version:        15.0.0
 Release:        0
 Summary:        Python bindings for 0MQ
 License:        LGPL-3.0+
@@ -79,13 +79,14 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-# Remove non-deterministic authentication test
-# This fails to connect randomly
-rm -rf zmq/tests/test_auth.py
-
-python3 setup.py build_ext --inplace
-python3 setup.py test
+# Disable tests, they are so slow that OBS thinks the build died.
+#%check
+## Remove non-deterministic authentication test
+## This fails to connect randomly
+# rm -rf zmq/tests/test_auth.py
+# 
+# pthon3 setup.py build_ext --inplace
+# python3 setup.py test
 
 %files
 %defattr(-,root,root,-)

++++++ pyzmq-14.7.0.tar.gz -> pyzmq-15.0.0.tar.gz ++++++
++++ 26587 lines of diff (skipped)


Reply via email to