pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-lupa



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Wed Sep  7 21:56:21 UTC 2016

Modified Files:
        pkgsrc/devel/py-lupa: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-lupa/Makefile \
    pkgsrc/devel/py-lupa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-lupa/Makefile
diff -u pkgsrc/devel/py-lupa/Makefile:1.2 pkgsrc/devel/py-lupa/Makefile:1.3
--- pkgsrc/devel/py-lupa/Makefile:1.2   Wed Jun  8 17:43:29 2016
+++ pkgsrc/devel/py-lupa/Makefile       Wed Sep  7 21:56:21 2016
@@ -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/}
Index: pkgsrc/devel/py-lupa/distinfo
diff -u pkgsrc/devel/py-lupa/distinfo:1.2 pkgsrc/devel/py-lupa/distinfo:1.3
--- pkgsrc/devel/py-lupa/distinfo:1.2   Tue Nov  3 03:29:10 2015
+++ pkgsrc/devel/py-lupa/distinfo       Wed Sep  7 21:56:21 2016
@@ -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