Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyzmq for openSUSE:Factory checked in at 2021-03-16 15:43:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old) and /work/SRC/openSUSE:Factory/.python-pyzmq.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyzmq" Tue Mar 16 15:43:45 2021 rev:45 rq:878513 version:22.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes 2021-02-16 22:34:11.601472727 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.2401/python-pyzmq.changes 2021-03-16 15:45:25.677135469 +0100 @@ -1,0 +2,5 @@ +Fri Mar 12 09:13:28 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Clean up of SPEC file, while investigating test suite errors. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyzmq.spec ++++++ --- /var/tmp/diff_new_pack.nf4lHB/_old 2021-03-16 15:45:26.397136622 +0100 +++ /var/tmp/diff_new_pack.nf4lHB/_new 2021-03-16 15:45:26.401136628 +0100 @@ -17,7 +17,6 @@ %define skip_python2 1 - %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Disable tests, they are very slow/halt on many arch %ifarch x86_64 @@ -29,7 +28,7 @@ Version: 22.0.3 Release: 0 Summary: Python bindings for 0MQ -License: LGPL-3.0-or-later AND BSD-3-Clause +License: BSD-3-Clause AND LGPL-3.0-or-later URL: https://github.com/zeromq/pyzmq Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz Source1: python-pyzmq-rpmlintrc @@ -60,9 +59,9 @@ Recommends: python-gevent Recommends: python-numpy Recommends: python-pexpect -Suggests: python-paramiko Recommends: python-simplejson Recommends: python-tornado +Suggests: python-paramiko %endif %python_subpackages @@ -73,6 +72,7 @@ %package devel Summary: Development files for %{name} Requires: %{name} = %{version} +Requires: python-base Requires: python-devel Requires: zeromq-devel @@ -103,7 +103,8 @@ %if %{with tests} %check export LANG=en_US.UTF-8 -# This test wants to build a custom cython extension, but does not have the source files installed into the buildroot +# This test wants to build a custom cython extension, but does +# not have the source files installed into the buildroot SKIPPED_TESTS+=" or test_cython" %if 0%{?suse_version} < 1550 # tries to open a network connection on older distributions