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 unified 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,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2016/09/07 21:56:21 alnsn Exp $
2 2
3DISTNAME= lupa-1.1 3DISTNAME= lupa-1.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=l/lupa/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=l/lupa/}
7 7
8MAINTAINER= alnsn@NetBSD.org 8MAINTAINER= alnsn@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/lupa 9HOMEPAGE= https://pypi.python.org/pypi/lupa
10COMMENT= Python wrapper around Lua and LuaJIT 10COMMENT= Python wrapper around Lua and LuaJIT
11LICENSE= mit 11LICENSE= mit
12 12
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "options.mk" 15.include "options.mk"
16 16

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