Received: by mail.netbsd.org (Postfix, from userid 605) id B7CBC855B1; Thu, 23 Nov 2017 10:29:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4172485594 for ; Thu, 23 Nov 2017 10:29:04 +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 PqtakwNT2Q6o for ; Thu, 23 Nov 2017 10:29:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B3CAA84D20 for ; Thu, 23 Nov 2017 10:29:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4DD9FB40; Thu, 23 Nov 2017 10:29:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511432943124490" MIME-Version: 1.0 Date: Thu, 23 Nov 2017 10:29:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-astor To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171123102903.A4DD9FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1511432943124490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 23 10:29:03 UTC 2017 Modified Files: pkgsrc/devel/py-astor: Makefile PLIST distinfo Log Message: py-astor: updated to 0.6.2 0.6.2: Fix 'make clean' command To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-astor/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-astor/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-astor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511432943124490 Content-Disposition: inline Content-Length: 2430 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-astor/Makefile diff -u pkgsrc/devel/py-astor/Makefile:1.7 pkgsrc/devel/py-astor/Makefile:1.8 --- pkgsrc/devel/py-astor/Makefile:1.7 Tue Oct 31 12:51:23 2017 +++ pkgsrc/devel/py-astor/Makefile Thu Nov 23 10:29:03 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/10/31 12:51:23 adam Exp $ +# $NetBSD: Makefile,v 1.8 2017/11/23 10:29:03 adam Exp $ -DISTNAME= astor-0.6 +DISTNAME= astor-0.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/astor/} Index: pkgsrc/devel/py-astor/PLIST diff -u pkgsrc/devel/py-astor/PLIST:1.2 pkgsrc/devel/py-astor/PLIST:1.3 --- pkgsrc/devel/py-astor/PLIST:1.2 Tue Oct 31 12:51:23 2017 +++ pkgsrc/devel/py-astor/PLIST Thu Nov 23 10:29:03 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/10/31 12:51:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/11/23 10:29:03 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -9,6 +9,9 @@ ${PYSITELIB}/astor/__init__.pyo ${PYSITELIB}/astor/code_gen.py ${PYSITELIB}/astor/code_gen.pyc ${PYSITELIB}/astor/code_gen.pyo +${PYSITELIB}/astor/codegen.py +${PYSITELIB}/astor/codegen.pyc +${PYSITELIB}/astor/codegen.pyo ${PYSITELIB}/astor/file_util.py ${PYSITELIB}/astor/file_util.pyc ${PYSITELIB}/astor/file_util.pyo Index: pkgsrc/devel/py-astor/distinfo diff -u pkgsrc/devel/py-astor/distinfo:1.6 pkgsrc/devel/py-astor/distinfo:1.7 --- pkgsrc/devel/py-astor/distinfo:1.6 Tue Oct 31 12:51:23 2017 +++ pkgsrc/devel/py-astor/distinfo Thu Nov 23 10:29:03 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/10/31 12:51:23 adam Exp $ +$NetBSD: distinfo,v 1.7 2017/11/23 10:29:03 adam Exp $ -SHA1 (astor-0.6.tar.gz) = 40f3b2e18d00975f5a36f023c19f6221b5d43e42 -RMD160 (astor-0.6.tar.gz) = 9ee21e2aa222be09344515beee7bac0a152c0293 -SHA512 (astor-0.6.tar.gz) = 4f9598229f8a77901573fa1841716cc810ec8e108b155d8c7c50ab477d794f8ecd1784df66a1272a2739cc968d8eb6632f62b4d6ef067682db05233f127be409 -Size (astor-0.6.tar.gz) = 28684 bytes +SHA1 (astor-0.6.2.tar.gz) = cce1bf23ddfb36620ac3518b2d6a7758da248adc +RMD160 (astor-0.6.2.tar.gz) = 17d3fc5ae1752bfa414cf6a1bc98d7c5f2d20c98 +SHA512 (astor-0.6.2.tar.gz) = a6df0e65f429025caa0fbdd95f119fff94867709c10ade99fdc681a9886e916b67411384bf6ca37ceea478c65add5dc0a74585e17aafc706c8f0363e3c8585a4 +Size (astor-0.6.2.tar.gz) = 29494 bytes --_----------=_1511432943124490--