pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-zmq Update py-zmq to 14.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ec4e0eb95bb
branches:  trunk
changeset: 641690:7ec4e0eb95bb
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Nov 15 02:09:46 2014 +0000

description:
Update py-zmq to 14.4.1.

14.4.1
======

Bugfixes for 14.4

- SyntaxError on Python 2.6 in zmq.ssh
- Handle possible bug in garbage collection after fork


14.4.0
======

New features:

- Experimental support for libzmq-4.1.0 rc (new constants, plus :func:`zmq.has`).
- Update bundled libzmq to 4.0.5
- Update bundled libsodium to 1.0.0
- Fixes for SSH dialogs when using :mod:`zmq.ssh` to create tunnels
- More build/link/load fixes on OS X and Solaris
- Get Frame metadata via dict access (libzmq 4)
- Contexts and Sockets are context managers (term/close on ``__exit__``)
- Add :class:`zmq.utils.win32.allow_interrupt` context manager for catching SIGINT on Windows

Bugs fixed:

- Bundled libzmq should not trigger recompilation after install on PyPy

14.3.1
======

.. note::

    pyzmq-14.3.1 is the last version to include bdists for Python 3.3

Minor bugfixes to pyzmq 14.3:

- Fixes to building bundled libzmq on OS X < 10.9
- Fixes to import-failure warnings on Python 3.4
- Fixes to tests
- Pull upstream fixes to zmq.ssh for ssh multiplexing

diffstat:

 net/py-zmq/Makefile |   5 ++---
 net/py-zmq/PLIST    |  13 ++++++++++++-
 net/py-zmq/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 8 deletions(-)

diffs (81 lines):

diff -r ac7d1c419965 -r 7ec4e0eb95bb net/py-zmq/Makefile
--- a/net/py-zmq/Makefile       Sat Nov 15 01:59:49 2014 +0000
+++ b/net/py-zmq/Makefile       Sat Nov 15 02:09:46 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2014/07/07 13:05:35 obache Exp $
+# $NetBSD: Makefile,v 1.16 2014/11/15 02:09:46 obache Exp $
 
-DISTNAME=      pyzmq-14.3.0
+DISTNAME=      pyzmq-14.4.1
 PKGNAME=        ${DISTNAME:S/py/${PYPKGPREFIX}-/1}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  https://pypi.python.org/packages/source/p/pyzmq/
 
diff -r ac7d1c419965 -r 7ec4e0eb95bb net/py-zmq/PLIST
--- a/net/py-zmq/PLIST  Sat Nov 15 01:59:49 2014 +0000
+++ b/net/py-zmq/PLIST  Sat Nov 15 02:09:46 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/06/08 23:58:51 rodent Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/11/15 02:09:46 obache Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/zmq/__init__.py
 ${PYSITELIB}/zmq/__init__.pyc
@@ -24,12 +24,14 @@
 ${PYSITELIB}/zmq/backend/cffi/__init__.py
 ${PYSITELIB}/zmq/backend/cffi/__init__.pyc
 ${PYSITELIB}/zmq/backend/cffi/__init__.pyo
+${PYSITELIB}/zmq/backend/cffi/_cdefs.h
 ${PYSITELIB}/zmq/backend/cffi/_cffi.py
 ${PYSITELIB}/zmq/backend/cffi/_cffi.pyc
 ${PYSITELIB}/zmq/backend/cffi/_cffi.pyo
 ${PYSITELIB}/zmq/backend/cffi/_poll.py
 ${PYSITELIB}/zmq/backend/cffi/_poll.pyc
 ${PYSITELIB}/zmq/backend/cffi/_poll.pyo
+${PYSITELIB}/zmq/backend/cffi/_verify.c
 ${PYSITELIB}/zmq/backend/cffi/constants.py
 ${PYSITELIB}/zmq/backend/cffi/constants.pyc
 ${PYSITELIB}/zmq/backend/cffi/constants.pyo
@@ -221,6 +223,9 @@
 ${PYSITELIB}/zmq/tests/test_error.py
 ${PYSITELIB}/zmq/tests/test_error.pyc
 ${PYSITELIB}/zmq/tests/test_error.pyo
+${PYSITELIB}/zmq/tests/test_etc.py
+${PYSITELIB}/zmq/tests/test_etc.pyc
+${PYSITELIB}/zmq/tests/test_etc.pyo
 ${PYSITELIB}/zmq/tests/test_imports.py
 ${PYSITELIB}/zmq/tests/test_imports.pyc
 ${PYSITELIB}/zmq/tests/test_imports.pyo
@@ -266,6 +271,9 @@
 ${PYSITELIB}/zmq/tests/test_version.py
 ${PYSITELIB}/zmq/tests/test_version.pyc
 ${PYSITELIB}/zmq/tests/test_version.pyo
+${PYSITELIB}/zmq/tests/test_win32_shim.py
+${PYSITELIB}/zmq/tests/test_win32_shim.pyc
+${PYSITELIB}/zmq/tests/test_win32_shim.pyo
 ${PYSITELIB}/zmq/tests/test_z85.py
 ${PYSITELIB}/zmq/tests/test_z85.pyc
 ${PYSITELIB}/zmq/tests/test_z85.pyo
@@ -302,6 +310,9 @@
 ${PYSITELIB}/zmq/utils/strtypes.py
 ${PYSITELIB}/zmq/utils/strtypes.pyc
 ${PYSITELIB}/zmq/utils/strtypes.pyo
+${PYSITELIB}/zmq/utils/win32.py
+${PYSITELIB}/zmq/utils/win32.pyc
+${PYSITELIB}/zmq/utils/win32.pyo
 ${PYSITELIB}/zmq/utils/z85.py
 ${PYSITELIB}/zmq/utils/z85.pyc
 ${PYSITELIB}/zmq/utils/z85.pyo
diff -r ac7d1c419965 -r 7ec4e0eb95bb net/py-zmq/distinfo
--- a/net/py-zmq/distinfo       Sat Nov 15 01:59:49 2014 +0000
+++ b/net/py-zmq/distinfo       Sat Nov 15 02:09:46 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/06/08 23:58:51 rodent Exp $
+$NetBSD: distinfo,v 1.8 2014/11/15 02:09:46 obache Exp $
 
-SHA1 (pyzmq-14.3.0.tar.gz) = 85ea779755374e3f0188b5cabfc8b7143562f912
-RMD160 (pyzmq-14.3.0.tar.gz) = e12a0a86e1bc37e2d51d301aa279bef007d677db
-Size (pyzmq-14.3.0.tar.gz) = 982874 bytes
+SHA1 (pyzmq-14.4.1.tar.gz) = 336e252846d3c1005ac51aaf0587ec756dc7ca99
+RMD160 (pyzmq-14.4.1.tar.gz) = 51b3def9c4510c06b1d73b18b88643d113de74f3
+Size (pyzmq-14.4.1.tar.gz) = 995366 bytes



Home | Main Index | Thread Index | Old Index