From 1e2446ada891ecac014b4cf826065389fcd1410898f9c58a6b45d8213b4801ed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 17 Aug 2022 12:36:38 +0000 Subject: [PATCH] Accepting request 997459 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/997459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=104 --- python-pyzmq.changes | 13 +++++++++++++ python-pyzmq.spec | 22 +++++++++++----------- pyzmq-23.2.0.tar.gz | 3 --- pyzmq-23.2.1.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 14 deletions(-) delete mode 100644 pyzmq-23.2.0.tar.gz create mode 100644 pyzmq-23.2.1.tar.gz diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 41261cf..8b9c770 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 17 03:13:44 UTC 2022 - Arun Persaud + +- update to version 23.2.1: + * Improvements: + + First release with wheels for Python 3.11 (thanks + cibuildwheel!). + + linux aarch64 wheels now bundle the same libzmq (4.3.4) as all + other builds, thanks to switching to native arm builds on + CircleCI. + * Fixes: + + Some type annotation fixes in devices. + ------------------------------------------------------------------- Tue Jun 28 19:16:08 UTC 2022 - Ben Greiner diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 3733dd1..554d1f4 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -26,7 +26,7 @@ %bcond_with tests %endif Name: python-pyzmq -Version: 23.2.0 +Version: 23.2.1 Release: 0 Summary: Python bindings for 0MQ License: BSD-3-Clause AND LGPL-3.0-or-later @@ -41,11 +41,13 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: zeromq-devel +Recommends: python-gevent +Recommends: python-numpy +Recommends: python-pexpect +Recommends: python-simplejson +Recommends: python-tornado +Suggests: python-paramiko # SECTION Test requirements -%if 0%{?suse_version} >= 1550 -# SLE/Leap <= 15.4 has incompatible gevent API # https://www.gevent.org/api/gevent.timeout.html#gevent.Timeout.close -BuildRequires: %{python_module gevent >= 1.3a1} -%endif BuildRequires: %{python_module numpy} BuildRequires: %{python_module paramiko} BuildRequires: %{python_module pytest-rerunfailures} @@ -53,6 +55,10 @@ BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module simplejson} BuildRequires: %{python_module tornado} +%if 0%{?suse_version} >= 1550 +# SLE/Leap <= 15.4 has incompatible gevent API # https://www.gevent.org/api/gevent.timeout.html#gevent.Timeout.close +BuildRequires: %{python_module gevent >= 1.3a1} +%endif # /SECTION # SECTION pypy3 is not in openSUSE at the moment, it would use the cffi backend BuildRequires: %{python_module cffi if (%python with pypy3)} @@ -62,12 +68,6 @@ Requires: python-cffi Requires: python-py %endif # /SECTION -Recommends: python-gevent -Recommends: python-numpy -Recommends: python-pexpect -Recommends: python-simplejson -Recommends: python-tornado -Suggests: python-paramiko %python_subpackages %description diff --git a/pyzmq-23.2.0.tar.gz b/pyzmq-23.2.0.tar.gz deleted file mode 100644 index df70942..0000000 --- a/pyzmq-23.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a51f12a8719aad9dcfb55d456022f16b90abc8dde7d3ca93ce3120b40e3fa169 -size 1216729 diff --git a/pyzmq-23.2.1.tar.gz b/pyzmq-23.2.1.tar.gz new file mode 100644 index 0000000..f014802 --- /dev/null +++ b/pyzmq-23.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b381aa867ece7d0a82f30a0c7f3d4387b7cf2e0697e33efaa5bed6c5784abcd +size 1218264