14
0
forked from pool/python-pyzmq

Accepting request 1086739 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1086739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=113
This commit is contained in:
2023-05-13 10:07:47 +00:00
committed by Git OBS Bridge
parent 0ab2e89908
commit f9da3ccde5
5 changed files with 22 additions and 5 deletions

View File

@@ -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 @@ Suggests: python-paramiko
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 @@ popd
%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