Received: by mail.netbsd.org (Postfix, from userid 605) id C278084E7A; Tue, 24 May 2022 11:51:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D282384F01 for ; Tue, 24 May 2022 11:51:16 +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 4NjIhYAJjqrT for ; Tue, 24 May 2022 11:51:16 +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 E7CFF84E73 for ; Tue, 24 May 2022 11:51:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE138FAEB; Tue, 24 May 2022 11:52:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653393124291900" MIME-Version: 1.0 Date: Tue, 24 May 2022 11:52:04 +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: <20220524115204.DE138FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653393124291900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 24 11:52:04 UTC 2022 Modified Files: pkgsrc/comms/py-rich: Makefile distinfo Log Message: py-rich: updated to 12.4.4 12.4.4 Changed Added clipping per line to SVG output to avoid box characters overlapping Optimized SVG output 12.4.3 Changed Further tweaks to SVG character matrix Added clip rect to SVG to prevent box characters overlapping bottom of terminal 12.4.2 Fixed Fix for SVG on Firefox Changed Removed excess margin from SVG, tweaked cell sizes to better render block characters To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/comms/py-rich/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/comms/py-rich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653393124291900 Content-Disposition: inline Content-Length: 1514 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.26 pkgsrc/comms/py-rich/Makefile:1.27 --- pkgsrc/comms/py-rich/Makefile:1.26 Mon May 9 05:44:54 2022 +++ pkgsrc/comms/py-rich/Makefile Tue May 24 11:52:04 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/05/09 05:44:54 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/24 11:52:04 adam Exp $ -DISTNAME= rich-12.4.1 +DISTNAME= rich-12.4.4 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.23 pkgsrc/comms/py-rich/distinfo:1.24 --- pkgsrc/comms/py-rich/distinfo:1.23 Mon May 9 05:44:54 2022 +++ pkgsrc/comms/py-rich/distinfo Tue May 24 11:52:04 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/05/09 05:44:54 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/05/24 11:52:04 adam Exp $ -BLAKE2s (rich-12.4.1.tar.gz) = 164c22e447ed356ca8dd220b469f2b0a543c6b62b6b60c04ff8a409d350fc84d -SHA512 (rich-12.4.1.tar.gz) = bf169ce1370891de37e32107d49dfaabbaad9181f04016f8cc70d16923b8200d7df05ee076ac711f47f2c92b34959bff177bed04f6013da79982cc8f4a3c23c9 -Size (rich-12.4.1.tar.gz) = 213965 bytes +BLAKE2s (rich-12.4.4.tar.gz) = f75698aaa3277025b5d91322648807668caa057d45bbd743acc36217c8df648d +SHA512 (rich-12.4.4.tar.gz) = feb1620d6502e18485008b43c81ce44a0486f9424a94d8e1a3333b01af53ae57770344d9736a83fd71b27bd8e1e3bcda2903d79641aa59cb980f21a6ff6e0c1c +Size (rich-12.4.4.tar.gz) = 214203 bytes --_----------=_1653393124291900--