Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-07-14 20:25:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyzmq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyzmq"

Sat Jul 14 20:25:34 2018 rev:30 rq:622509 version:17.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes        
2018-03-08 10:59:04.509918420 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-07-14 20:27:37.416556369 +0200
@@ -1,0 +2,17 @@
+Fri Jul 13 15:55:29 UTC 2018 - [email protected]
+
+- update to version 17.1.0:
+  * Bump bundled libzmq to 4.2.5
+  * Improve tornado 5.0 compatibility (use
+    :meth:`~tornado.ioloop.IOLoop.current` instead of
+    :meth:`~tornado.ioloop.IOLoop.instance` to get default loops in
+    :class:`.ZMQStream` and :class:`.IOLoopAuthenticator`)
+  * Add support for :func:`.curve_public`
+  * Remove delayed import of json in send/recv_json
+  * Add :meth:`.Authenticator.configure_curve_callback`
+  * Various build fixes
+  * sdist sources generated with Cython 0.28.3
+  * Stop building wheels for Python 3.4, start building wheels for
+    Python 3.7
+
+-------------------------------------------------------------------

Old:
----
  pyzmq-17.0.0.tar.gz

New:
----
  pyzmq-17.1.0.tar.gz

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

Other differences:
------------------
++++++ python-pyzmq.spec ++++++
--- /var/tmp/diff_new_pack.S6bZMg/_old  2018-07-14 20:27:37.864557519 +0200
+++ /var/tmp/diff_new_pack.S6bZMg/_new  2018-07-14 20:27:37.868557529 +0200
@@ -16,17 +16,16 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyzmq
-Version:        17.0.0
+Version:        17.1.0
 Release:        0
 Summary:        Python bindings for 0MQ
 License:        LGPL-3.0-or-later AND BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/zeromq/pyzmq
+URL:            http://github.com/zeromq/pyzmq
 Source:         
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:        python-pyzmq-rpmlintrc
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
@@ -35,6 +34,8 @@
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gevent}
+# Test requirements
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pexpect}
@@ -45,21 +46,18 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  zeromq-devel
-# Test requirements
-BuildRequires:  %{python_module nose}
 Requires:       python
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends:     python-cffi
 Recommends:     python-gevent
 Recommends:     python-numpy
+Recommends:     python-paramiko
 Recommends:     python-pexpect
 Recommends:     python-py
 Recommends:     python-simplejson
 Recommends:     python-tornado
-Recommends:     python-paramiko
 Recommends:     zeromq
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -102,8 +100,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples
+%license COPYING.BSD COPYING.LESSER
+%doc AUTHORS.md README.md examples
 %{python_sitearch}/zmq/
 %{python_sitearch}/pyzmq-%{version}-py*.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h
@@ -111,7 +109,6 @@
 %exclude %{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %files %{python_files devel}
-%defattr(-,root,root,-)
 %{python_sitearch}/zmq/utils/*.h
 %{python_sitearch}/zmq/backend/cffi/_verify.c
 %{python_sitearch}/zmq/backend/cffi/_cdefs.h

++++++ pyzmq-17.0.0.tar.gz -> pyzmq-17.1.0.tar.gz ++++++
++++ 81002 lines of diff (skipped)


Reply via email to