Received: by mail.netbsd.org (Postfix, from userid 605) id DC45284D93; Fri, 12 Jun 2020 06:26:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62CAC84D61 for ; Fri, 12 Jun 2020 06:26:48 +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 eC8ggUj4cqgC for ; Fri, 12 Jun 2020 06:26:47 +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 D28B784CF1 for ; Fri, 12 Jun 2020 06:26:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6D8BFB27; Fri, 12 Jun 2020 06:26:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591943207273860" MIME-Version: 1.0 Date: Fri, 12 Jun 2020 06:26:47 +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: <20200612062647.C6D8BFB27@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. --_----------=_1591943207273860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jun 12 06:26:47 UTC 2020 Modified Files: pkgsrc/devel/py-xdis: Makefile distinfo Log Message: py-xdis: updated to 4.6.1 4.6.1: The main purpose of this release is to support x-python better. Fix a bad bug in handling byte constants in 3.x. How could this go so long fixed? More custom formatting across more opcodes * CALL_FUNCTION, CALL_FUNCTION_KW, CALL_FUNCTION_VAR, etc * MAKE_FUNCTION * LOAD_CONST in some cases Go over magics numbers, yet again Update See also links To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-xdis/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-xdis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591943207273860 Content-Disposition: inline Content-Length: 1594 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.24 pkgsrc/devel/py-xdis/Makefile:1.25 --- pkgsrc/devel/py-xdis/Makefile:1.24 Sat May 23 08:41:11 2020 +++ pkgsrc/devel/py-xdis/Makefile Fri Jun 12 06:26:47 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/05/23 08:41:11 adam Exp $ +# $NetBSD: Makefile,v 1.25 2020/06/12 06:26:47 adam Exp $ -DISTNAME= xdis-4.6.0 +DISTNAME= xdis-4.6.1 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.23 pkgsrc/devel/py-xdis/distinfo:1.24 --- pkgsrc/devel/py-xdis/distinfo:1.23 Sat May 23 08:41:11 2020 +++ pkgsrc/devel/py-xdis/distinfo Fri Jun 12 06:26:47 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/05/23 08:41:11 adam Exp $ +$NetBSD: distinfo,v 1.24 2020/06/12 06:26:47 adam Exp $ -SHA1 (xdis-4.6.0.tar.gz) = c537d10b3d37a786aebff05894525b22c81a7c4c -RMD160 (xdis-4.6.0.tar.gz) = 165c22d498a5b4167b4d478fb89b1f7f122a8462 -SHA512 (xdis-4.6.0.tar.gz) = b806d32576f89b7475df074c98583823d854ad454c5a8fef280bf6c92a46c6265d50d98c7aceba32c6d3144843d639bccad647d18987329c2615da4cd5b33b10 -Size (xdis-4.6.0.tar.gz) = 224124 bytes +SHA1 (xdis-4.6.1.tar.gz) = 644aa4c909165a79116e48be7b4659f15ff45f91 +RMD160 (xdis-4.6.1.tar.gz) = 126c6914015a5bd04634a9ed20d0bdca41fd3fbe +SHA512 (xdis-4.6.1.tar.gz) = fd7695b431ada695f7fd0be0ccec62736b2319e0abedb1483c0e2348399886358e0ed24b75702a7ef23423c4ee5527f4d676d193a6f8b6615ff2a99752791118 +Size (xdis-4.6.1.tar.gz) = 225314 bytes --_----------=_1591943207273860--