Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D01277A273 for ; Wed, 7 Sep 2016 21:56:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4D37785E93; Wed, 7 Sep 2016 21:56:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2DED85E74 for ; Wed, 7 Sep 2016 21:56:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QYEY43Ej0RSm for ; Wed, 7 Sep 2016 21:56:21 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 616CF84C86 for ; Wed, 7 Sep 2016 21:56:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C180FBD1; Wed, 7 Sep 2016 21:56:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147328538140030" MIME-Version: 1.0 Date: Wed, 7 Sep 2016 21:56:21 +0000 From: "Alexander Nasonov" Subject: CVS commit: pkgsrc/devel/py-lupa To: pkgsrc-changes@NetBSD.org Reply-To: alnsn@netbsd.org X-Mailer: log_accum Message-Id: <20160907215621.5C180FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147328538140030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_147328538140030 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_147328538140030--