From f1a9da7d7c9dd4d56ce909cfe06ed1e7c8e76ea8cc36045bb4238174c692d50a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Aug 2023 13:58:09 +0000 Subject: [PATCH] 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 --- python-pyzmq.changes | 31 +++++++++++++++++++++++++++++++ python-pyzmq.spec | 8 ++++---- pyzmq-25.0.2.tar.gz | 3 --- pyzmq-25.1.1.tar.gz | 3 +++ 4 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 pyzmq-25.0.2.tar.gz create mode 100644 pyzmq-25.1.1.tar.gz diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 4e268fb..e31a534 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Aug 10 21:58:06 UTC 2023 - Arun Persaud + +- 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 + +- 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á diff --git a/python-pyzmq.spec b/python-pyzmq.spec index d7c7662..b9f63f4 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -25,7 +25,7 @@ %bcond_with tests %endif Name: python-pyzmq -Version: 25.0.2 +Version: 25.1.1 Release: 0 Summary: Python bindings for 0MQ License: BSD-3-Clause AND LGPL-3.0-or-later @@ -47,9 +47,6 @@ Recommends: python-simplejson Recommends: python-tornado Suggests: python-paramiko # SECTION Test requirements -%if 0%{?suse_version} >= 1550 -BuildRequires: %{python_module numpy} -%endif BuildRequires: %{python_module paramiko} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-rerunfailures} @@ -58,6 +55,9 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module simplejson} BuildRequires: %{python_module tornado} %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 BuildRequires: %{python_module gevent >= 1.3a1} %endif diff --git a/pyzmq-25.0.2.tar.gz b/pyzmq-25.0.2.tar.gz deleted file mode 100644 index 1dabcd8..0000000 --- a/pyzmq-25.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b8c1bbb70e868dc88801aa532cae6bd4e3b5233784692b786f17ad2962e5149 -size 1209578 diff --git a/pyzmq-25.1.1.tar.gz b/pyzmq-25.1.1.tar.gz new file mode 100644 index 0000000..258d53c --- /dev/null +++ b/pyzmq-25.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23 +size 1365724