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-05-14 16:31:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old) and /work/SRC/openSUSE:Factory/.python-pyzmq.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyzmq" Sun May 14 16:31:38 2023 rev:54 rq:1086978 version:25.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes 2023-02-02 18:33:54.873502903 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.1533/python-pyzmq.changes 2023-05-14 16:34:03.399874583 +0200 @@ -1,0 +2,13 @@ +Fri May 12 11:09:45 UTC 2023 - Markéta Machová <[email protected]> + +- Update to version 25.0.2 + * Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is removed, + so ZMQStream cannot be used without an actual install of tornado. + * Remove support for tornado 4. + * Added `socket_class` argument to zmq.Context.socket + * Support shadowing sockets with socket objects. + * In zmq.auth and zmq.eventloop.zmqstream callbacks may now be async. + * License files have been renamed to more standard LICENSE.BSD, LICENSE.LESSER + to appease some license auto-detect tools. + +------------------------------------------------------------------- Old: ---- pyzmq-24.0.1.tar.gz New: ---- pyzmq-25.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyzmq.spec ++++++ --- /var/tmp/diff_new_pack.Pc3Lcp/_old 2023-05-14 16:34:04.411879476 +0200 +++ /var/tmp/diff_new_pack.Pc3Lcp/_new 2023-05-14 16:34:04.419879515 +0200 @@ -25,7 +25,7 @@ %bcond_with tests %endif Name: python-pyzmq -Version: 24.0.1 +Version: 25.0.2 Release: 0 Summary: Python bindings for 0MQ License: BSD-3-Clause AND LGPL-3.0-or-later @@ -51,6 +51,7 @@ BuildRequires: %{python_module numpy} %endif BuildRequires: %{python_module paramiko} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} @@ -130,7 +131,7 @@ %endif %files %{python_files} -%license COPYING.BSD COPYING.LESSER +%license LICENSE.BSD LICENSE.LESSER %doc AUTHORS.md README.md examples %{python_sitearch}/zmq %{python_sitearch}/pyzmq-%{version}-py*.egg-info ++++++ pytest.ini ++++++ --- /var/tmp/diff_new_pack.Pc3Lcp/_old 2023-05-14 16:34:04.467879747 +0200 +++ /var/tmp/diff_new_pack.Pc3Lcp/_new 2023-05-14 16:34:04.471879767 +0200 @@ -6,3 +6,6 @@ testpaths = zmq/tests +# automatically run coroutine tests with asyncio +asyncio_mode = auto + ++++++ pyzmq-24.0.1.tar.gz -> pyzmq-25.0.2.tar.gz ++++++ ++++ 13752 lines of diff (skipped)
