Received: by mail.netbsd.org (Postfix, from userid 605) id 7DCE384ED2; Tue, 12 Oct 2021 10:49:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB74784ECF for ; Tue, 12 Oct 2021 10:49:44 +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 lsGisy6g0Zye for ; Tue, 12 Oct 2021 10:49:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 404EF84EAD for ; Tue, 12 Oct 2021 10:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38AD7FA97; Tue, 12 Oct 2021 10:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634035784287840" MIME-Version: 1.0 Date: Tue, 12 Oct 2021 10:49:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms/py-rich To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211012104944.38AD7FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634035784287840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 12 10:49:44 UTC 2021 Modified Files: pkgsrc/comms/py-rich: Makefile distinfo Log Message: py-rich: updated to 10.12.0 10.12.0 Updated Official Py3.10 release Fixed Fixed detection of custom repr when pretty printing dataclasses To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/comms/py-rich/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/py-rich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634035784287840 Content-Disposition: inline Content-Length: 1471 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-rich/Makefile diff -u pkgsrc/comms/py-rich/Makefile:1.12 pkgsrc/comms/py-rich/Makefile:1.13 --- pkgsrc/comms/py-rich/Makefile:1.12 Wed Sep 29 09:28:38 2021 +++ pkgsrc/comms/py-rich/Makefile Tue Oct 12 10:49:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/09/29 09:28:38 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/10/12 10:49:44 adam Exp $ -DISTNAME= rich-10.11.0 +DISTNAME= rich-10.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/} Index: pkgsrc/comms/py-rich/distinfo diff -u pkgsrc/comms/py-rich/distinfo:1.10 pkgsrc/comms/py-rich/distinfo:1.11 --- pkgsrc/comms/py-rich/distinfo:1.10 Thu Oct 7 13:27:09 2021 +++ pkgsrc/comms/py-rich/distinfo Tue Oct 12 10:49:44 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/07 13:27:09 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/10/12 10:49:44 adam Exp $ -RMD160 (rich-10.11.0.tar.gz) = ba717645286bd14053e90266a7689f8d33b09856 -SHA512 (rich-10.11.0.tar.gz) = 7e2e5df0d81d7ad2b3d1f6a54f4a71eae404382d5b98b8a745d241352a26dbc20e3a24f9968148c1e911fc474da6650dbe8d3cc3ba618ab2ffd28e6d3c933d82 -Size (rich-10.11.0.tar.gz) = 195164 bytes +RMD160 (rich-10.12.0.tar.gz) = 27f7811cfd8af9aa264b517b97b39baac3db6e14 +SHA512 (rich-10.12.0.tar.gz) = 7c57d1b3cb99b753eb4a869b05800cea0c446aee906fe3959cc5d3ea93f163f411c51350d85e5ba048047145bcf2269a8570b37f3a240d7e95e537d9ffec4452 +Size (rich-10.12.0.tar.gz) = 195363 bytes --_----------=_1634035784287840--