Received: by mail.netbsd.org (Postfix, from userid 605) id 5CC7D84DB6; Mon, 8 Feb 2021 12:06:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CC1384CDC for ; Mon, 8 Feb 2021 12:06:24 +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 LYho1CDhu8vK for ; Mon, 8 Feb 2021 12:06:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E873384DC5 for ; Mon, 8 Feb 2021 12:06:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDA20FA95; Mon, 8 Feb 2021 12:06:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612785983254050" MIME-Version: 1.0 Date: Mon, 8 Feb 2021 12:06:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/py-cpuinfo To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210208120623.DDA20FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612785983254050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 8 12:06:23 UTC 2021 Modified Files: pkgsrc/sysutils/py-cpuinfo: Makefile distinfo Log Message: py-cpuinfo: updated to 7.0.0 Release 7.0.0 * Fixed Bug 133: CPU flags vary between runs on Mac OS X * Fixed Bug 150: Change 'byte code' to 'machine code' * Fixed Bug 128: Overhead from generating machine code throws off CPUID HZ * Fixed Bug 136: On non BeOS systems, calling sysinfo may open GUI program * Fixed Bug 138: Invalid escape sequences warn when building in Python 3.8 * Fixed Bug 147: Remove extended_model and extended_family fields * Fixed Bug 146: CPUID family and model is wrong * Fixed Bug 144: Cache fields should be full ints instead of kb strings To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-cpuinfo/Makefile \ pkgsrc/sysutils/py-cpuinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612785983254050 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-cpuinfo/Makefile diff -u pkgsrc/sysutils/py-cpuinfo/Makefile:1.2 pkgsrc/sysutils/py-cpuinfo/Makefile:1.3 --- pkgsrc/sysutils/py-cpuinfo/Makefile:1.2 Thu Jun 11 14:25:51 2020 +++ pkgsrc/sysutils/py-cpuinfo/Makefile Mon Feb 8 12:06:23 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/06/11 14:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.3 2021/02/08 12:06:23 adam Exp $ -DISTNAME= py-cpuinfo-6.0.0 +DISTNAME= py-cpuinfo-7.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-cpuinfo/} Index: pkgsrc/sysutils/py-cpuinfo/distinfo diff -u pkgsrc/sysutils/py-cpuinfo/distinfo:1.2 pkgsrc/sysutils/py-cpuinfo/distinfo:1.3 --- pkgsrc/sysutils/py-cpuinfo/distinfo:1.2 Thu Jun 11 14:25:51 2020 +++ pkgsrc/sysutils/py-cpuinfo/distinfo Mon Feb 8 12:06:23 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/06/11 14:25:51 adam Exp $ +$NetBSD: distinfo,v 1.3 2021/02/08 12:06:23 adam Exp $ -SHA1 (py-cpuinfo-6.0.0.tar.gz) = 63fab512a27f872d15938c2bdcf1e4ea79c3f6c2 -RMD160 (py-cpuinfo-6.0.0.tar.gz) = 327afbffc2d4478164cd8242f8c00353c071884e -SHA512 (py-cpuinfo-6.0.0.tar.gz) = 4941a5193cc376a44e99bc82644ec9d7e8f9f11b4e5fb1ad22a71c959959dde7f67290b436dfad2f26c68ef17d08e33538cf80443f763268c503af17b8479438 -Size (py-cpuinfo-6.0.0.tar.gz) = 145260 bytes +SHA1 (py-cpuinfo-7.0.0.tar.gz) = 62f6170bf70d1d6978bff49a45b81788e8e7494f +RMD160 (py-cpuinfo-7.0.0.tar.gz) = a7a8a67965ee76402aa6dda66dadafc4e358373d +SHA512 (py-cpuinfo-7.0.0.tar.gz) = fd291533dc5e78d75851e61ef2a754d9bdb62cbb5e04c86db0d6ea2d074a1e920b1ff50c136df3dd640cb64deaccd4f187c5af02c586a3d28b8c74dfe4143893 +Size (py-cpuinfo-7.0.0.tar.gz) = 95887 bytes --_----------=_1612785983254050--