Received: by mail.netbsd.org (Postfix, from userid 605) id 0258C84D85; Tue, 15 Oct 2019 16:59:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DDF684D83 for ; Tue, 15 Oct 2019 16:59:36 +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 ibkAtajPViZh for ; Tue, 15 Oct 2019 16:59:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E673384CE9 for ; Tue, 15 Oct 2019 16:59:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DCFDBFBF4; Tue, 15 Oct 2019 16:59:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571158775296270" MIME-Version: 1.0 Date: Tue, 15 Oct 2019 16:59:35 +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: <20191015165935.DCFDBFBF4@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. --_----------=_1571158775296270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 15 16:59:35 UTC 2019 Modified Files: pkgsrc/devel/py-xdis: Makefile PLIST distinfo Log Message: py-xdis: updated to 4.1.0 4.1.0: Add early bytecodes: 1.0, 1.1, 1.2, and 1.6. Going off of pycdc bytecode since this is the only bytecode for these versions I know of Fix bug in Python 3.x decompiling 2.x that contains strings with non-ascii characters More generally, better handling of non-ascii Python 2 strings in both input and output in Python 3 pypy 3.6-7.1.0 tolerance To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-xdis/Makefile \ pkgsrc/devel/py-xdis/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-xdis/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571158775296270 Content-Disposition: inline Content-Length: 3053 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.11 pkgsrc/devel/py-xdis/Makefile:1.12 --- pkgsrc/devel/py-xdis/Makefile:1.11 Mon Oct 7 05:38:38 2019 +++ pkgsrc/devel/py-xdis/Makefile Tue Oct 15 16:59:35 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/10/07 05:38:38 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/10/15 16:59:35 adam Exp $ -DISTNAME= xdis-4.0.4 +DISTNAME= xdis-4.1.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.11 pkgsrc/devel/py-xdis/distinfo:1.12 --- pkgsrc/devel/py-xdis/distinfo:1.11 Mon Oct 7 05:38:38 2019 +++ pkgsrc/devel/py-xdis/distinfo Tue Oct 15 16:59:35 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/10/07 05:38:38 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/10/15 16:59:35 adam Exp $ -SHA1 (xdis-4.0.4.tar.gz) = 81f11a6f06d3f2e868aa5f59916facba6a675c19 -RMD160 (xdis-4.0.4.tar.gz) = 6daaee470a6dfd99c07725fb558cecb523081d12 -SHA512 (xdis-4.0.4.tar.gz) = e6659162c8f04afcb0c452e66e89f182fac1d0aee8b2e4f11c5e4575a484ff15342bb7aefb33f88e30ea74c87e1b3636fdd1a19ff420e267dab3761d03bcb066 -Size (xdis-4.0.4.tar.gz) = 191105 bytes +SHA1 (xdis-4.1.0.tar.gz) = 1b58f05c6aafe93ac808f3eefb07236b586a295c +RMD160 (xdis-4.1.0.tar.gz) = 96361f1a87e3f9b85451c7df0bdb4aac9862ad97 +SHA512 (xdis-4.1.0.tar.gz) = 5f9d3f08d5f90303af3fcadb255f0782db39e0dadfbbd47c3bbc7e222195e202b232c2bfae022d578290675b688abdadb86d27ceab8c8937cca91bb22d8541b5 +Size (xdis-4.1.0.tar.gz) = 195172 bytes Index: pkgsrc/devel/py-xdis/PLIST diff -u pkgsrc/devel/py-xdis/PLIST:1.7 pkgsrc/devel/py-xdis/PLIST:1.8 --- pkgsrc/devel/py-xdis/PLIST:1.7 Sat Aug 3 08:55:10 2019 +++ pkgsrc/devel/py-xdis/PLIST Tue Oct 15 16:59:35 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/08/03 08:55:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/10/15 16:59:35 adam Exp $ bin/pydisasm-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -51,6 +51,12 @@ ${PYSITELIB}/xdis/opcodes/base.pyo ${PYSITELIB}/xdis/opcodes/check-stackeffect.py ${PYSITELIB}/xdis/opcodes/check-stackeffect.pyc ${PYSITELIB}/xdis/opcodes/check-stackeffect.pyo +${PYSITELIB}/xdis/opcodes/opcode_10.py +${PYSITELIB}/xdis/opcodes/opcode_10.pyc +${PYSITELIB}/xdis/opcodes/opcode_10.pyo +${PYSITELIB}/xdis/opcodes/opcode_11.py +${PYSITELIB}/xdis/opcodes/opcode_11.pyc +${PYSITELIB}/xdis/opcodes/opcode_11.pyo ${PYSITELIB}/xdis/opcodes/opcode_13.py ${PYSITELIB}/xdis/opcodes/opcode_13.pyc ${PYSITELIB}/xdis/opcodes/opcode_13.pyo @@ -60,6 +66,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_14.pyo ${PYSITELIB}/xdis/opcodes/opcode_15.py ${PYSITELIB}/xdis/opcodes/opcode_15.pyc ${PYSITELIB}/xdis/opcodes/opcode_15.pyo +${PYSITELIB}/xdis/opcodes/opcode_16.py +${PYSITELIB}/xdis/opcodes/opcode_16.pyc +${PYSITELIB}/xdis/opcodes/opcode_16.pyo ${PYSITELIB}/xdis/opcodes/opcode_20.py ${PYSITELIB}/xdis/opcodes/opcode_20.pyc ${PYSITELIB}/xdis/opcodes/opcode_20.pyo --_----------=_1571158775296270--