Accepting request 997535 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/997535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2022-08-18 14:48:53 +00:00 committed by Git OBS Bridge
commit f5088e0fa2
4 changed files with 27 additions and 14 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Aug 17 03:13:44 UTC 2022 - Arun Persaud <arun@gmx.de>
- 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 <code@bnavigator.de>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a51f12a8719aad9dcfb55d456022f16b90abc8dde7d3ca93ce3120b40e3fa169
size 1216729

3
pyzmq-23.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b381aa867ece7d0a82f30a0c7f3d4387b7cf2e0697e33efaa5bed6c5784abcd
size 1218264