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
This commit is contained in:
parent
4dd5258c73
commit
1e2446ada8
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
3
pyzmq-23.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b381aa867ece7d0a82f30a0c7f3d4387b7cf2e0697e33efaa5bed6c5784abcd
|
||||
size 1218264
|
Loading…
Reference in New Issue
Block a user