14
0
forked from pool/python-pyzmq

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

- Update to 22.2.1
  * Nicer reprs of contexts and sockets
  * Memory allocated by recv(copy=False) is no longer read-only
  * asyncio: Always reference current loop instead of attaching to 
    the current loop at instantiation time. This fixes e.g. contexts 
    and/or sockets instantiated prior to a call to asyncio.run.

OBS-URL: https://build.opensuse.org/request/show/911422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=99
This commit is contained in:
2021-08-11 11:58:04 +00:00
committed by Git OBS Bridge
parent 08d34f1648
commit d8af7e98df
4 changed files with 14 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
%bcond_with tests
%endif
Name: python-pyzmq
Version: 22.1.0
Version: 22.2.1
Release: 0
Summary: Python bindings for 0MQ
License: BSD-3-Clause AND LGPL-3.0-or-later