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 9B7511A923A for ; Mon, 3 Jan 2022 09:30:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C263C84D26; Mon, 3 Jan 2022 09:30:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06A8C84D0C for ; Mon, 3 Jan 2022 09:30:12 +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 np8XY7YuTZct for ; Mon, 3 Jan 2022 09:30:11 +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 7372484CE0 for ; Mon, 3 Jan 2022 09:30:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39A54FAEC; Mon, 3 Jan 2022 09:30:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641202211130930" MIME-Version: 1.0 Date: Mon, 3 Jan 2022 09:30:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-wheel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220103093011.39A54FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641202211130930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 3 09:30:11 UTC 2022 Modified Files: pkgsrc/devel/py-wheel: Makefile distinfo Log Message: py-wheel: update to 0.37.1 0.37.1 - Fixed ``wheel pack`` duplicating the ``WHEEL`` contents when the build number has changed - Fixed parsing of file names containing commas in ``RECORD`` To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-wheel/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-wheel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641202211130930 Content-Disposition: inline Content-Length: 1531 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-wheel/Makefile diff -u pkgsrc/devel/py-wheel/Makefile:1.23 pkgsrc/devel/py-wheel/Makefile:1.24 --- pkgsrc/devel/py-wheel/Makefile:1.23 Tue Oct 26 19:50:32 2021 +++ pkgsrc/devel/py-wheel/Makefile Mon Jan 3 09:30:11 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/10/26 19:50:32 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/03 09:30:11 adam Exp $ -DISTNAME= wheel-0.37.0 +DISTNAME= wheel-0.37.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/} Index: pkgsrc/devel/py-wheel/distinfo diff -u pkgsrc/devel/py-wheel/distinfo:1.21 pkgsrc/devel/py-wheel/distinfo:1.22 --- pkgsrc/devel/py-wheel/distinfo:1.21 Tue Oct 26 19:50:32 2021 +++ pkgsrc/devel/py-wheel/distinfo Mon Jan 3 09:30:11 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 19:50:32 adam Exp $ +$NetBSD: distinfo,v 1.22 2022/01/03 09:30:11 adam Exp $ -BLAKE2s (wheel-0.37.0.tar.gz) = 731fc338a769f3eb17f13e3835edb91dd1a231b3bb09b00550efc33354ab896e -SHA512 (wheel-0.37.0.tar.gz) = 3e0eda4284787ae00155d48a0ba13e62131143dbe53a982b783235c3ad62a203e9527c6c812361a39cad6b5e4527e85f2255ff7c9b94c476304c8c0d776887ea -Size (wheel-0.37.0.tar.gz) = 65671 bytes +BLAKE2s (wheel-0.37.1.tar.gz) = 53a308ac8e5da797471b8f5b84c7c3864d92bcc4c581ef13f11a447c67a893a5 +SHA512 (wheel-0.37.1.tar.gz) = c977a740c17abd1fa4b4c2382a33f3ff887baa4231c36990d988cb8531496074e39744786ef6ac0da9c9af4977bce5b2da145377a3ac15eea918f8125bff66ec +Size (wheel-0.37.1.tar.gz) = 66376 bytes --_----------=_1641202211130930--