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 |
---|---|---|
_link | 0000000147 147 Bytes | |
python-pyzmq.changes | 0000001653 1.61 KB | |
python-pyzmq.spec | 0000001964 1.92 KB | |
python3-pyzmq.changes | 0000001653 1.61 KB | |
python3-pyzmq.spec | 0000002040 1.99 KB | |
pyzmq-2.1.11.tar.gz | 0000611281 597 KB |
Revision 9 (latest revision is 120)
Sascha Peilicke (saschpe)
committed
(revision 9)
- Cleaned up spec file formatting - Added python3 subpackage - license update: LGPL-3.0+ LGPL is not a recognized license - Update to version 2.1.7: * Added proper GIL management for non-copying send * Implemented support for zmq_errno(). * Added Socket.create_socket() * Fixed setup.py to work with libzmq.dll on Window * The flags argument to Socket.send/Socket.recv must be a C int to prevent Python-C API calls in the nogil section. * Added a protocol argument to pyobj_send that defaults to -1 (the highest pickle protocol). * Added a try/finally in Socket.recv. - Re-generated with py2pack * now builds for all RPM-based distros - Initial version (2.0.10).
Comments 2
@dirkmuller It doesn't seem to help, still fails on x86_64.
@dirkmueller