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 1D9197A26E for ; Sat, 25 Feb 2017 09:28:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B7CCE855E2; Sat, 25 Feb 2017 09:28:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45A19855AA for ; Sat, 25 Feb 2017 09:28:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Wli6NCmtYPcL for ; Sat, 25 Feb 2017 09:28:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C39AF855A3 for ; Sat, 25 Feb 2017 09:28:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEE2DFBE4; Sat, 25 Feb 2017 09:28:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148801488921730" MIME-Version: 1.0 Date: Sat, 25 Feb 2017 09:28:09 +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: <20170225092809.BEE2DFBE4@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. --_----------=_148801488921730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: alnsn Date: Sat Feb 25 09:28:09 UTC 2017 Modified Files: pkgsrc/devel/py-lupa: Makefile distinfo Log Message: Update devel/py-lupa to version 1.4. Prompted by https://repology.org. Changes since 1.3: * GH#82: Lua coroutines were using the wrong runtime state (patch by Sergey Dobrov) * GH#81: copy locally provided Lua DLL into installed package on Windows (patch by Gareth Coles) * built with Cython 0.25.2 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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. --_----------=_148801488921730 Content-Disposition: inline Content-Length: 1567 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.3 pkgsrc/devel/py-lupa/Makefile:1.4 --- pkgsrc/devel/py-lupa/Makefile:1.3 Wed Sep 7 21:56:21 2016 +++ pkgsrc/devel/py-lupa/Makefile Sat Feb 25 09:28:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/09/07 21:56:21 alnsn Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/25 09:28:09 alnsn Exp $ -DISTNAME= lupa-1.3 +DISTNAME= lupa-1.4 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.3 pkgsrc/devel/py-lupa/distinfo:1.4 --- pkgsrc/devel/py-lupa/distinfo:1.3 Wed Sep 7 21:56:21 2016 +++ pkgsrc/devel/py-lupa/distinfo Sat Feb 25 09:28:09 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/09/07 21:56:21 alnsn Exp $ +$NetBSD: distinfo,v 1.4 2017/02/25 09:28:09 alnsn Exp $ -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 +SHA1 (lupa-1.4.tar.gz) = 6124b92ea98457edd046e882b32b7b978491968b +RMD160 (lupa-1.4.tar.gz) = 70748c4ac75c1918ec478de2f5679004b4846d70 +SHA512 (lupa-1.4.tar.gz) = 768c25d03cb3bce7a71f6fa531905e5c2cec370352f8191906551a5373161a140d61fe94870fc0442f78e259d5087981969765a640b55dbd35505131794b2446 +Size (lupa-1.4.tar.gz) = 217089 bytes --_----------=_148801488921730--