python-pyzmq
PyZMQ is a lightweight and super-fast messaging library built on top of
the ZeroMQ library (http://www.zeromq.org).
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / python-pyzmq
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-pyzmq && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000117 117 Bytes | |
_link | 0000000147 147 Bytes | |
pytest.ini | 0000000279 279 Bytes | |
python-pyzmq.changes | 0000031528 30.8 KB | |
python-pyzmq.spec | 0000004718 4.61 KB | |
pyzmq-25.0.2.tar.gz | 0001209578 1.15 MB |
Revision 113 (latest revision is 120)
Matej Cepl (mcepl)
accepted
request 1086739
from
Markéta Machová (mcalabkova)
(revision 113)
- 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.
Comments 2
@dirkmuller It doesn't seem to help, still fails on x86_64.
@dirkmueller