Received: by mail.netbsd.org (Postfix, from userid 605) id E70B684F0A; Wed, 25 Aug 2021 12:57:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB6B484F16 for ; Wed, 25 Aug 2021 12:57:54 +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 dBYQN489LFhW for ; Wed, 25 Aug 2021 12:57:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3DC1384D5F for ; Wed, 25 Aug 2021 12:57:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F967FA98; Wed, 25 Aug 2021 12:56:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629896209227240" MIME-Version: 1.0 Date: Wed, 25 Aug 2021 12:56:49 +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: <20210825125649.3F967FA98@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629896209227240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 25 12:56:49 UTC 2021 Modified Files: pkgsrc/comms/py-rich: Makefile distinfo Log Message: py-rich: updated to 10.7.0 10.7.0 Added Added Text.apply_meta Added meta argument to Text.assemble Added Style.from_meta Added Style.on Added Text.on Changed Changed RenderGroup to Group and render_group to group (old names remain for compatibility but will be deprecated in the future) Changed rich.repr.RichReprResult to rich.repr.Result (old names remain for compatibility but will be deprecated in the future) Changed meta serialization to use pickle rather than marshal to permit callables To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/py-rich/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-rich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629896209227240 Content-Disposition: inline Content-Length: 1594 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.7 pkgsrc/comms/py-rich/Makefile:1.8 --- pkgsrc/comms/py-rich/Makefile:1.7 Tue Jul 13 04:25:32 2021 +++ pkgsrc/comms/py-rich/Makefile Wed Aug 25 12:56:49 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/07/13 04:25:32 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/08/25 12:56:49 adam Exp $ -DISTNAME= rich-10.6.0 +DISTNAME= rich-10.7.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.4 pkgsrc/comms/py-rich/distinfo:1.5 --- pkgsrc/comms/py-rich/distinfo:1.4 Tue Jul 13 04:25:32 2021 +++ pkgsrc/comms/py-rich/distinfo Wed Aug 25 12:56:49 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/07/13 04:25:32 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/08/25 12:56:49 adam Exp $ -SHA1 (rich-10.6.0.tar.gz) = 436c4ebde0d5d5f983e8e43c2706e34047496def -RMD160 (rich-10.6.0.tar.gz) = 51a6fcb6401e981ebd148d7225249b6adc47a61b -SHA512 (rich-10.6.0.tar.gz) = b852d87435e99855bc45eb04497571258b5f8320cfb65b160f73471f0b02ffff604981c73b766be0f2abb5c53f543a09377a201827f2c2caa532fe8358bfb685 -Size (rich-10.6.0.tar.gz) = 191879 bytes +SHA1 (rich-10.7.0.tar.gz) = 0b1fe4314d4cd70c003b794c84e723d28d05344b +RMD160 (rich-10.7.0.tar.gz) = 7a63607da69c4232682cc59d630cdc58b0d6dec2 +SHA512 (rich-10.7.0.tar.gz) = 588fa744cd251c7ebd5ccd3f9cd57fdf82f842942f12083096bd45ce9908a57602d0a71a1d985b409d700cbfdc733d03b47d37d3f3cee3de1e8307c2dffbcdfe +Size (rich-10.7.0.tar.gz) = 192962 bytes --_----------=_1629896209227240--