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 BF9F41A9239 for ; Tue, 26 Oct 2021 19:50:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C314684EFE; Tue, 26 Oct 2021 19:50:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05AAC84CDC for ; Tue, 26 Oct 2021 19:50:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BG6nfiwgoriy for ; Tue, 26 Oct 2021 19:50:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7481884CD9 for ; Tue, 26 Oct 2021 19:50:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67640FA97; Tue, 26 Oct 2021 19:50:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163527783271770" MIME-Version: 1.0 Date: Tue, 26 Oct 2021 19:50:32 +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: <20211026195032.67640FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163527783271770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 26 19:50:32 UTC 2021 Modified Files: pkgsrc/devel/py-wheel: Makefile distinfo Log Message: py-wheel: updated to 0.37.0 0.37.0 (2021-08-09) Added official Python 3.10 support Updated vendored packaging library to v20.9 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-wheel/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-wheel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163527783271770 Content-Disposition: inline Content-Length: 1530 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.22 pkgsrc/devel/py-wheel/Makefile:1.23 --- pkgsrc/devel/py-wheel/Makefile:1.22 Mon Dec 14 06:14:09 2020 +++ pkgsrc/devel/py-wheel/Makefile Tue Oct 26 19:50:32 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2020/12/14 06:14:09 adam Exp $ +# $NetBSD: Makefile,v 1.23 2021/10/26 19:50:32 adam Exp $ -DISTNAME= wheel-0.36.2 +DISTNAME= wheel-0.37.0 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.20 pkgsrc/devel/py-wheel/distinfo:1.21 --- pkgsrc/devel/py-wheel/distinfo:1.20 Tue Oct 26 10:19:15 2021 +++ pkgsrc/devel/py-wheel/distinfo Tue Oct 26 19:50:32 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 10:19:15 nia Exp $ +$NetBSD: distinfo,v 1.21 2021/10/26 19:50:32 adam Exp $ -BLAKE2s (wheel-0.36.2.tar.gz) = bd9711b05bb5a8c104ea070b0be38a0eedbb3bf35f62ffdbebaf27469aaf70a8 -SHA512 (wheel-0.36.2.tar.gz) = 73f5c6e77b8c396163b02e12ce7291e32960d771c732d8e97476971201b29e654d53551b2ce17db1fbde5697ced1908607995cac38fe2b61c63aec6abd4b6aaf -Size (wheel-0.36.2.tar.gz) = 65393 bytes +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 --_----------=_163527783271770--