Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyzmq for openSUSE:Factory checked in at 2023-08-13 19:17:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old) and /work/SRC/openSUSE:Factory/.python-pyzmq.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyzmq" Sun Aug 13 19:17:40 2023 rev:55 rq:1103605 version:25.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes 2023-05-14 16:34:03.399874583 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.11712/python-pyzmq.changes 2023-08-13 19:17:44.460023416 +0200 @@ -1,0 +2,31 @@ +Thu Aug 10 21:58:06 UTC 2023 - Arun Persaud <a...@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 <a...@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. + +------------------------------------------------------------------- Old: ---- pyzmq-25.0.2.tar.gz New: ---- pyzmq-25.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyzmq.spec ++++++ --- /var/tmp/diff_new_pack.QUVAVT/_old 2023-08-13 19:17:45.800031989 +0200 +++ /var/tmp/diff_new_pack.QUVAVT/_new 2023-08-13 19:17:45.804032014 +0200 @@ -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-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 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 ++++++ pyzmq-25.0.2.tar.gz -> pyzmq-25.1.1.tar.gz ++++++ ++++ 99109 lines of diff (skipped)