Wed Sep 7 21:56:21 2016 UTC ()
Update devel/py-lupa to version 1.3.

Changes since version 1.1:

1.3 (2016-04-12)

     * eval() and execute() accept optional positional arguments
     * calling str() on a Python object from Lua could fail if the
       LuaRuntime is set up without auto-encoding
     * attribute/keyword names were not properly encoded if the LuaRuntime
       is set up without auto-encoding
     * built with Cython 0.24

1.2 (2015-10-10)

     * callbacks returned from Lua coroutines were incorrectly mixing
       coroutine state with global Lua state (patch by Mikhail Korobov)
     * availability of python.builtins in Lua can be disabled via
       LuaRuntime option.
     * built with Cython 0.23.4


(alnsn)
diff -r1.2 -r1.3 pkgsrc/devel/py-lupa/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-lupa/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-lupa/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-lupa/Makefile 2016/06/08 17:43:29 1.2
+++ pkgsrc/devel/py-lupa/Makefile 2016/09/07 21:56:21 1.3
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/07 21:56:21 alnsn Exp $
 
-DISTNAME=	lupa-1.1
+DISTNAME=	lupa-1.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=l/lupa/}

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-lupa/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-lupa/distinfo 2015/11/03 03:29:10 1.2
+++ pkgsrc/devel/py-lupa/distinfo 2016/09/07 21:56:21 1.3
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:10 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/09/07 21:56:21 alnsn Exp $
 
-SHA1 (lupa-1.1.tar.gz) = bdaa56cd86be365e10da01b78eaa825e7753051f
+SHA1 (lupa-1.3.tar.gz) = 4976ac1748a4f4fd28dea371febf9033456728d6
-RMD160 (lupa-1.1.tar.gz) = 921bf074ba89a9d660b020f568fade6ff5dfd28a
+RMD160 (lupa-1.3.tar.gz) = ba37a7e19cb9182c8748c7497014851c506491dc
-SHA512 (lupa-1.1.tar.gz) = 11f7b01999254ea0ec24768bc9c8f2859249206b5606bdadff31e9ac72abd3c807b89e68d19f8a37574cc0b204fc414c1f06345a5372d7891f1ba96c4cd12909
+SHA512 (lupa-1.3.tar.gz) = b235e6ecaeff44f5387dd819508bc03933df7d98584c831b7bd9402194b7263c2174af0209e1086da9272f613f659ca49b38b07f5ac6a3643c802e2da8102c6d
-Size (lupa-1.1.tar.gz) = 197792 bytes
+Size (lupa-1.3.tar.gz) = 206670 bytes