Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2016-01-28 17:24:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-09-17 09:18:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2016-01-28 17:25:07.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Jan 26 11:42:18 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 15.2.0:
+  * FIX: handle multiple events in a single register call in
+    :mod:`zmq.asyncio`
+  * FIX: unicode/bytes bug in password prompt in :mod:`zmq.ssh` on
+    Python 3
+  * FIX: workaround gevent monkeypatches in garbage collection thread
+  * update bundled minitornado from tornado-4.3.
+  * improved inspection by setting binding=True in cython compile
+    options
+  * add asyncio Authenticator implementation in
+    :mod:`zmq.auth.asyncio`
+  * workaround overflow bug in libzmq preventing receiving messages
+    larger than MAX_INT
+- update to version 15.1.0:
+  * FIX: Remove inadvertant tornado dependency when using
+    :mod:`zmq.asyncio`
+  * FIX: 15.0 Python 3.5 wheels didn't work on Windows
+  * Add GSSAPI support to Authenticators
+  * Support new constants defined in upcoming libzmq-4.2.dev
+- 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/.
+
+-------------------------------------------------------------------

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

New:
----
  pyzmq-15.2.0.tar.gz

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

Other differences:
------------------
++++++ python-pyzmq.spec ++++++
--- /var/tmp/diff_new_pack.amLfde/_old  2016-01-28 17:25:08.000000000 +0100
+++ /var/tmp/diff_new_pack.amLfde/_new  2016-01-28 17:25:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-pyzmq
-Version:        14.7.0
+Version:        15.2.0
 Release:        0
 Summary:        Python bindings for 0MQ
 License:        LGPL-3.0+ and BSD-3-Clause
@@ -28,21 +28,19 @@
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
 Patch1:         skip_test_tracker.patch
 BuildRequires:  python-Cython
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  zeromq-devel
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-cffi
+BuildRequires:  python-devel
 BuildRequires:  python-gevent
 BuildRequires:  python-numpy
 BuildRequires:  python-paramiko
 BuildRequires:  python-pexpect
 BuildRequires:  python-py
+BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 BuildRequires:  python-tornado
+BuildRequires:  zeromq-devel
 # Test requirements
 BuildRequires:  python-nose
-%endif
 Requires:       python
 Recommends:     python-cffi
 Recommends:     python-gevent
@@ -85,22 +83,28 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# uses NETLINK which does not exist under linux mode..
-%if !0%{?qemu_user_space_build:1}
-%check
-python setup.py build_ext --inplace
-python setup.py test
-%endif
+# 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,-)
 %doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
 %{python_sitearch}/zmq/
-%{python_sitearch}/pyzmq-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/pyzmq-%{version}-py*.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h
+%exclude %{python_sitearch}/zmq/backend/cffi/_verify.c
+%exclude %{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %files devel
 %defattr(-,root,root,-)
 %{python_sitearch}/zmq/utils/*.h
+%{python_sitearch}/zmq/backend/cffi/_verify.c
+%{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %changelog

++++++ pyzmq-14.7.0.tar.gz -> pyzmq-15.2.0.tar.gz ++++++
++++ 32684 lines of diff (skipped)


Reply via email to