Received: by mail.netbsd.org (Postfix, from userid 605) id AFB1584DD8; Tue, 26 Mar 2019 20:57:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37C1884DC4 for ; Tue, 26 Mar 2019 20:57:38 +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 FxWIQOxc4fuz for ; Tue, 26 Mar 2019 20:57:37 +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 B75B784D27 for ; Tue, 26 Mar 2019 20:57:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B559BFB16; Tue, 26 Mar 2019 20:57:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155363385763670" MIME-Version: 1.0 Date: Tue, 26 Mar 2019 20:57:37 +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: <20190326205737.B559BFB16@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. --_----------=_155363385763670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Mar 26 20:57:37 UTC 2019 Modified Files: pkgsrc/devel/py-xdis: Makefile distinfo Log Message: py-xdis: updated to 3.9.0 3.9.0: Correct instruction field inst_size in instructions that were build from EXTENDED_OP instructions. Add has_extended_arg field in instruction. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-xdis/Makefile \ pkgsrc/devel/py-xdis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155363385763670 Content-Disposition: inline Content-Length: 1588 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.4 pkgsrc/devel/py-xdis/Makefile:1.5 --- pkgsrc/devel/py-xdis/Makefile:1.4 Sun Mar 10 13:52:36 2019 +++ pkgsrc/devel/py-xdis/Makefile Tue Mar 26 20:57:37 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/03/10 13:52:36 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/03/26 20:57:37 adam Exp $ -DISTNAME= xdis-3.8.10 +DISTNAME= xdis-3.9.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.4 pkgsrc/devel/py-xdis/distinfo:1.5 --- pkgsrc/devel/py-xdis/distinfo:1.4 Sun Mar 10 13:52:36 2019 +++ pkgsrc/devel/py-xdis/distinfo Tue Mar 26 20:57:37 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/03/10 13:52:36 adam Exp $ +$NetBSD: distinfo,v 1.5 2019/03/26 20:57:37 adam Exp $ -SHA1 (xdis-3.8.10.tar.gz) = 6904abe769743f6234b33524e894657417c8bb53 -RMD160 (xdis-3.8.10.tar.gz) = ce90d83cd781c56496eb71d2d1558f033c3257a3 -SHA512 (xdis-3.8.10.tar.gz) = a0482fe7511e304a4ff141c99e302b599ca7c7956428c50fb252a2ff552808deda7a19a311c8e9935e9b1c880c454f677ff96c7a239c2d5386b04e5df86bf2aa -Size (xdis-3.8.10.tar.gz) = 182223 bytes +SHA1 (xdis-3.9.0.tar.gz) = 6ee7f0875c06e496aac1f1ec13c7471f6c9dde31 +RMD160 (xdis-3.9.0.tar.gz) = f0456ad5dfd5dd21e05cb3e08325c0b76ddcee86 +SHA512 (xdis-3.9.0.tar.gz) = bc8e1a2ff0390e43f95dfe4dd7cdc6f4da95cd69a1ac527baf82cb130c1cc89502156962904dc4267a26453e56dc26e52f24a053e1abb0c14eafb54225c3f5cf +Size (xdis-3.9.0.tar.gz) = 182509 bytes --_----------=_155363385763670--