pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-lupa Update devel/py-lupa to version 1.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/55a668dd5c2a
branches: trunk
changeset: 352137:55a668dd5c2a
user: alnsn <alnsn%pkgsrc.org@localhost>
date: Wed Sep 07 21:56:21 2016 +0000
description:
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
diffstat:
devel/py-lupa/Makefile | 4 ++--
devel/py-lupa/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 055cff8b366b -r 55a668dd5c2a devel/py-lupa/Makefile
--- a/devel/py-lupa/Makefile Wed Sep 07 21:14:13 2016 +0000
+++ b/devel/py-lupa/Makefile Wed Sep 07 21:56:21 2016 +0000
@@ -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/}
diff -r 055cff8b366b -r 55a668dd5c2a devel/py-lupa/distinfo
--- a/devel/py-lupa/distinfo Wed Sep 07 21:14:13 2016 +0000
+++ b/devel/py-lupa/distinfo Wed Sep 07 21:56:21 2016 +0000
@@ -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
-RMD160 (lupa-1.1.tar.gz) = 921bf074ba89a9d660b020f568fade6ff5dfd28a
-SHA512 (lupa-1.1.tar.gz) = 11f7b01999254ea0ec24768bc9c8f2859249206b5606bdadff31e9ac72abd3c807b89e68d19f8a37574cc0b204fc414c1f06345a5372d7891f1ba96c4cd12909
-Size (lupa-1.1.tar.gz) = 197792 bytes
+SHA1 (lupa-1.3.tar.gz) = 4976ac1748a4f4fd28dea371febf9033456728d6
+RMD160 (lupa-1.3.tar.gz) = ba37a7e19cb9182c8748c7497014851c506491dc
+SHA512 (lupa-1.3.tar.gz) = b235e6ecaeff44f5387dd819508bc03933df7d98584c831b7bd9402194b7263c2174af0209e1086da9272f613f659ca49b38b07f5ac6a3643c802e2da8102c6d
+Size (lupa-1.3.tar.gz) = 206670 bytes
Home |
Main Index |
Thread Index |
Old Index