pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-zmq



Module Name:    pkgsrc
Committed By:   obache
Date:           Sat Mar  1 08:55:17 UTC 2014

Modified Files:
        pkgsrc/net/py-zmq: Makefile PLIST distinfo

Log Message:
Update py-zmq to 14.0.1.

14.0.1
======

Bugfix release

- Update bundled libzmq to current (4.0.3).
- Fix bug in :meth:`.Context.destroy` with no open sockets.
- Threadsafety fixes in the garbage collector.
- Python 3 fixes in :mod:`zmq.ssh`.

14.0.0
======

* Update bundled libzmq to current (4.0.1).
* Backends are now implemented in ``zmq.backend`` instead of ``zmq.core``.
  This has no effect on public APIs.
* Various build improvements for Cython and CFFI backends (PyPy compiles at 
build time).
* Various GIL-related performance improvements - the GIL is no longer touched 
from a zmq IO thread.
* Adding a constant should now be a bit easier - only zmq/sugar/constant_names 
should need updating,
  all other constant-related files should be automatically updated by 
``setup.py constants``.
* add support for latest libzmq-4.0.1
  (includes ZMQ_CURVE security and socket event monitoring).

New stuff
---------

- :meth:`.Socket.monitor`
- :meth:`.Socket.get_monitor_socket`
- :func:`zmq.curve_keypair`
- :mod:`zmq.utils.monitor`
- :mod:`zmq.utils.z85`


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-zmq/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-zmq/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-zmq/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index