Accepting request 1103413 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/1103413 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=115
This commit is contained in:
parent
f9da3ccde5
commit
f1a9da7d7c
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 10 21:58:06 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 25.1.1:
|
||||||
|
* Changes:
|
||||||
|
+ Allow Cython 0.29.35 to build Python 3.12 wheels (no longer
|
||||||
|
require Cython 3)
|
||||||
|
* Bugs fixed:
|
||||||
|
+ Fix builds on Solaris by including generated platform.hpp
|
||||||
|
+ Cleanup futures in Socket.poll() that are cancelled and never
|
||||||
|
return
|
||||||
|
+ Fix builds with -j when numpy is present in the build env
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 12 22:51:57 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 25.1.0:
|
||||||
|
* Enhancements:
|
||||||
|
+ Include address in error message when bind/connect fail.
|
||||||
|
* Packaging changes:
|
||||||
|
+ Fix inclusion of some test files in source distributions.
|
||||||
|
+ Add Cython as a build-time dependency in build-system.requires
|
||||||
|
metadata, following current recommendations of the Cython
|
||||||
|
maintainers. We still ship generated Cython sources in source
|
||||||
|
distributions, so it is not a strict dependency for packagers
|
||||||
|
using --no-build-isolation, but pip will install Cython as part
|
||||||
|
of building pyzmq from source. This makes it more likely that
|
||||||
|
past pyzmq releases will install on future Python releases,
|
||||||
|
which often require an update to Cython but not pyzmq
|
||||||
|
itself. For Python 3.12, Cython >=3.0.0b3 is required.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 12 11:09:45 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
Fri May 12 11:09:45 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
Name: python-pyzmq
|
Name: python-pyzmq
|
||||||
Version: 25.0.2
|
Version: 25.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for 0MQ
|
Summary: Python bindings for 0MQ
|
||||||
License: BSD-3-Clause AND LGPL-3.0-or-later
|
License: BSD-3-Clause AND LGPL-3.0-or-later
|
||||||
@ -47,9 +47,6 @@ Recommends: python-simplejson
|
|||||||
Recommends: python-tornado
|
Recommends: python-tornado
|
||||||
Suggests: python-paramiko
|
Suggests: python-paramiko
|
||||||
# SECTION Test requirements
|
# SECTION Test requirements
|
||||||
%if 0%{?suse_version} >= 1550
|
|
||||||
BuildRequires: %{python_module numpy}
|
|
||||||
%endif
|
|
||||||
BuildRequires: %{python_module paramiko}
|
BuildRequires: %{python_module paramiko}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest-rerunfailures}
|
BuildRequires: %{python_module pytest-rerunfailures}
|
||||||
@ -58,6 +55,9 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module simplejson}
|
BuildRequires: %{python_module simplejson}
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado}
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
|
BuildRequires: %{python_module numpy}
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
# SLE/Leap <= 15.4 has incompatible gevent API # https://www.gevent.org/api/gevent.timeout.html#gevent.Timeout.close
|
# 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}
|
BuildRequires: %{python_module gevent >= 1.3a1}
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b8c1bbb70e868dc88801aa532cae6bd4e3b5233784692b786f17ad2962e5149
|
|
||||||
size 1209578
|
|
BIN
pyzmq-25.1.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pyzmq-25.1.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user