Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 80F631A9239 for ; Wed, 10 Nov 2021 16:09:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BCD3F84E79; Wed, 10 Nov 2021 16:09:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 040E284D8C for ; Wed, 10 Nov 2021 16:09:54 +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 b0wI1SUJoz_i for ; Wed, 10 Nov 2021 16:09:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C53C84D2C for ; Wed, 10 Nov 2021 16:09:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79F16FAEC; Wed, 10 Nov 2021 16:09:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163656059380060" MIME-Version: 1.0 Date: Wed, 10 Nov 2021 16:09:53 +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: <20211110160953.79F16FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163656059380060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 10 16:09:53 UTC 2021 Modified Files: pkgsrc/devel/py-xdis: Makefile distinfo Log Message: py-xdis: updated to 6.0.3 6.0.3 * xasm format fixes * more Python version tuple compare conversions * add `version_str_to_tuple()` to convert the other way. This is useful in xasm, for example. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-xdis/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-xdis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163656059380060 Content-Disposition: inline Content-Length: 1506 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.36 pkgsrc/devel/py-xdis/Makefile:1.37 --- pkgsrc/devel/py-xdis/Makefile:1.36 Sun Oct 31 08:40:03 2021 +++ pkgsrc/devel/py-xdis/Makefile Wed Nov 10 16:09:53 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/10/31 08:40:03 adam Exp $ +# $NetBSD: Makefile,v 1.37 2021/11/10 16:09:53 adam Exp $ -DISTNAME= xdis-6.0.2 +DISTNAME= xdis-6.0.3 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.37 pkgsrc/devel/py-xdis/distinfo:1.38 --- pkgsrc/devel/py-xdis/distinfo:1.37 Sun Oct 31 08:40:03 2021 +++ pkgsrc/devel/py-xdis/distinfo Wed Nov 10 16:09:53 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2021/10/31 08:40:03 adam Exp $ +$NetBSD: distinfo,v 1.38 2021/11/10 16:09:53 adam Exp $ -BLAKE2s (xdis-6.0.2.tar.gz) = 10777c81bcad1996ed90b467d127b42f7dccf4e2db51c4537168520921ecd87a -SHA512 (xdis-6.0.2.tar.gz) = f5b3dd17459135d3e53daaec88ca3645483eadc47b9d240eb8e7016639ecfa1fc03f962e2fb31206981feac540e1b070dd8588672c43d8906f6e14578f6eb5fb -Size (xdis-6.0.2.tar.gz) = 355548 bytes +BLAKE2s (xdis-6.0.3.tar.gz) = 9f222919654134c520bbf11ff2f8a74e200212775bc4ec5cba5f1bffa1958dbc +SHA512 (xdis-6.0.3.tar.gz) = 3a33030eaf8c629db155d74af7e261340f1d6d9b2a4db33763ebe417b3612678dbb221d0d8525daaf17465519bde9e8272a922737c3b5cd97f9a7ee454cc199c +Size (xdis-6.0.3.tar.gz) = 355903 bytes --_----------=_163656059380060--