Accepting request 911433 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/911433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=47
This commit is contained in:
commit
33feb5f44e
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 11 10:15:01 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 5 16:30:37 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d
|
||||
size 1220515
|
3
pyzmq-22.2.1.tar.gz
Normal file
3
pyzmq-22.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d18c76676771fd891ca8e0e68da0bbfb88e30129835c0ade748016adb3b6242
|
||||
size 1243088
|
Loading…
Reference in New Issue
Block a user