summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-11-15 02:09:46 +0000
committerobache <obache@pkgsrc.org>2014-11-15 02:09:46 +0000
commite906084db6aa2578b1e8d923b28c452a6b89339d (patch)
treec283060cd22e67644fc63bdfd58f131df0befdab /net
parent6fc6310561c296380edff8b2634a89c371f7628b (diff)
downloadpkgsrc-e906084db6aa2578b1e8d923b28c452a6b89339d.tar.gz
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 (limited to 'net')
-rw-r--r--net/py-zmq/Makefile5
-rw-r--r--net/py-zmq/PLIST13
-rw-r--r--net/py-zmq/distinfo8
3 files changed, 18 insertions, 8 deletions
diff --git a/net/py-zmq/Makefile b/net/py-zmq/Makefile
index ad5b6c1c4b4..78eef3ddba7 100644
--- a/net/py-zmq/Makefile
+++ b/net/py-zmq/Makefile
@@ -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 --git a/net/py-zmq/PLIST b/net/py-zmq/PLIST
index d670659e789..29b37d09557 100644
--- a/net/py-zmq/PLIST
+++ b/net/py-zmq/PLIST
@@ -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/__init__.pyo
${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_device.pyo
${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_stopwatch.pyo
${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/sixcerpt.pyo
${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 --git a/net/py-zmq/distinfo b/net/py-zmq/distinfo
index a3fddb749c3..d0e40bbe9cd 100644
--- a/net/py-zmq/distinfo
+++ b/net/py-zmq/distinfo
@@ -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