From dfed4dd991af88fc3af2611d042167e413c3fd1ed785fa728ef7ea0ff5035606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Jul 2018 20:12:55 +0000 Subject: [PATCH] Accepting request 622503 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/622503 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=64 --- python-pyzmq.changes | 17 +++++++++++++++++ python-pyzmq.spec | 19 ++++++++----------- pyzmq-17.0.0.tar.gz | 3 --- pyzmq-17.1.0.tar.gz | 3 +++ 4 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 pyzmq-17.0.0.tar.gz create mode 100644 pyzmq-17.1.0.tar.gz diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 8274d5b..60dbaae 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jul 13 15:55:29 UTC 2018 - arun@gmx.de + +- 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 + ------------------------------------------------------------------- Wed Mar 7 14:34:04 UTC 2018 - aplanas@suse.com diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 81ac5e3..509f68d 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -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 Cython} 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: %{python_module tornado} 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 @@ rm -rf zmq/tests/test_auth.py %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 @@ rm -rf zmq/tests/test_auth.py %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 diff --git a/pyzmq-17.0.0.tar.gz b/pyzmq-17.0.0.tar.gz deleted file mode 100644 index c1cf23a..0000000 --- a/pyzmq-17.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0145ae59139b41f65e047a3a9ed11bbc36e37d5e96c64382fcdff911c4d8c3f0 -size 988170 diff --git a/pyzmq-17.1.0.tar.gz b/pyzmq-17.1.0.tar.gz new file mode 100644 index 0000000..e7192e6 --- /dev/null +++ b/pyzmq-17.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2199f753a230e26aec5238b0518b036780708a4c887d4944519681a920b9dee4 +size 1082716