forked from pool/python-pyzmq
* 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=4
26 lines
915 B
Plaintext
26 lines
915 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Aug 19 12:15:10 UTC 2011 - saschpe@suse.de
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 12 15:40:57 UTC 2010 - saschpe@gmx.de
|
|
|
|
- Re-generated with py2pack
|
|
* now builds for all RPM-based distros
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 15:32:35 UTC 2010 - saschpe@suse.de
|
|
|
|
- Initial version (2.0.10).
|
|
|