Received: by mail.netbsd.org (Postfix, from userid 605) id 67A8684E00; Wed, 11 Dec 2019 13:18:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E4C1684D92 for ; Wed, 11 Dec 2019 13:18:25 +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 8T3U0tTm6nNo for ; Wed, 11 Dec 2019 13:18:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6266384CFC for ; Wed, 11 Dec 2019 13:18:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FE6FFA97; Wed, 11 Dec 2019 13:18:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157607030558000" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 13:18:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-xdis To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191211131825.5FE6FFA97@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. --_----------=_157607030558000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 11 13:18:25 UTC 2019 Modified Files: pkgsrc/devel/py-xdis: Makefile PLIST distinfo Log Message: py-xdis: updated to 4.2.0 4.2.0: Add preliminary 3.9(dev) support Handle 3.8-3.9 bytecode from 3.7ish To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-xdis/Makefile \ pkgsrc/devel/py-xdis/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-xdis/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157607030558000 Content-Disposition: inline Content-Length: 2491 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-xdis/Makefile diff -u pkgsrc/devel/py-xdis/Makefile:1.14 pkgsrc/devel/py-xdis/Makefile:1.15 --- pkgsrc/devel/py-xdis/Makefile:1.14 Wed Nov 20 09:29:21 2019 +++ pkgsrc/devel/py-xdis/Makefile Wed Dec 11 13:18:25 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/11/20 09:29:21 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/12/11 13:18:25 adam Exp $ -DISTNAME= xdis-4.1.3 +DISTNAME= xdis-4.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/} Index: pkgsrc/devel/py-xdis/distinfo diff -u pkgsrc/devel/py-xdis/distinfo:1.14 pkgsrc/devel/py-xdis/distinfo:1.15 --- pkgsrc/devel/py-xdis/distinfo:1.14 Wed Nov 20 09:29:21 2019 +++ pkgsrc/devel/py-xdis/distinfo Wed Dec 11 13:18:25 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2019/11/20 09:29:21 adam Exp $ +$NetBSD: distinfo,v 1.15 2019/12/11 13:18:25 adam Exp $ -SHA1 (xdis-4.1.3.tar.gz) = b9e9bee631e3d6a09778855ce0e3c29d3920b8f4 -RMD160 (xdis-4.1.3.tar.gz) = 0af7d9682e4dbaad8dbaba63e9e8be197aa22b1e -SHA512 (xdis-4.1.3.tar.gz) = f93d1fc149844baf80c3db30d658b0a30ec81059b3301f0d1661e6fee237a85902ab1515ec770634f27e421c890022aef942ba28e0c31686c3bed658d50f1090 -Size (xdis-4.1.3.tar.gz) = 203684 bytes +SHA1 (xdis-4.2.0.tar.gz) = 30e62815ae297fab40f120159f7eded74ccc8f48 +RMD160 (xdis-4.2.0.tar.gz) = 0f8553c264385a900b70c21d3fe2fa20585b1c73 +SHA512 (xdis-4.2.0.tar.gz) = a2f5ac9086adfd10af62690f091701a3bf5a87ac8da4c154bf0965ec2d63ebae4e972a4312875663e96efbe6c15314a9d90d17cf3f7f0943a258b961e443bd76 +Size (xdis-4.2.0.tar.gz) = 204204 bytes Index: pkgsrc/devel/py-xdis/PLIST diff -u pkgsrc/devel/py-xdis/PLIST:1.9 pkgsrc/devel/py-xdis/PLIST:1.10 --- pkgsrc/devel/py-xdis/PLIST:1.9 Wed Nov 20 09:29:21 2019 +++ pkgsrc/devel/py-xdis/PLIST Wed Dec 11 13:18:25 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2019/11/20 09:29:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2019/12/11 13:18:25 adam Exp $ bin/pydisasm-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -141,6 +141,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_37.pyo ${PYSITELIB}/xdis/opcodes/opcode_38.py ${PYSITELIB}/xdis/opcodes/opcode_38.pyc ${PYSITELIB}/xdis/opcodes/opcode_38.pyo +${PYSITELIB}/xdis/opcodes/opcode_39.py +${PYSITELIB}/xdis/opcodes/opcode_39.pyc +${PYSITELIB}/xdis/opcodes/opcode_39.pyo ${PYSITELIB}/xdis/opcodes/opcode_3x.py ${PYSITELIB}/xdis/opcodes/opcode_3x.pyc ${PYSITELIB}/xdis/opcodes/opcode_3x.pyo --_----------=_157607030558000--