d9f190bba4
- Cleaned up spec file formatting - Added python3 subpackage OBS-URL: https://build.opensuse.org/request/show/95460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=7
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 5 13:14:57 UTC 2011 - toddrme2178@gmail.com
|
|
|
|
- Cleaned up spec file formatting
|
|
- Added python3 subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 26 12:38:30 UTC 2011 - cfarrell@suse.com
|
|
|
|
- license update: LGPL-3.0+
|
|
LGPL is not a recognized license
|
|
|
|
-------------------------------------------------------------------
|
|
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).
|
|
|