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 A24221A9239 for ; Tue, 4 Jan 2022 17:34:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C04B984D6B; Tue, 4 Jan 2022 17:34:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0489F84D32 for ; Tue, 4 Jan 2022 17:34:26 +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 kfz_yE1ysJ0c for ; Tue, 4 Jan 2022 17:34:25 +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 7879D84D28 for ; Tue, 4 Jan 2022 17:34:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72045FAEC; Tue, 4 Jan 2022 17:34:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641317665145770" MIME-Version: 1.0 Date: Tue, 4 Jan 2022 17:34:25 +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: <20220104173425.72045FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641317665145770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 4 17:34:25 UTC 2022 Modified Files: pkgsrc/comms/py-rich: Makefile distinfo Log Message: py-rich: updated to 10.16.2 10.16.2 Fixed Fixed @ not being escaped in markup 10.16.1 Fixed Fixed issues with overlapping tags https://github.com/willmcgugan/rich/issues/1755 10.16.0 Fixed Double print of progress bar in Jupyter https://github.com/willmcgugan/rich/issues/1737 Added Added Text.markup property https://github.com/willmcgugan/rich/issues/1751 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/comms/py-rich/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/comms/py-rich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641317665145770 Content-Disposition: inline Content-Length: 1522 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.18 pkgsrc/comms/py-rich/Makefile:1.19 --- pkgsrc/comms/py-rich/Makefile:1.18 Thu Dec 30 12:12:53 2021 +++ pkgsrc/comms/py-rich/Makefile Tue Jan 4 17:34:25 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/12/30 12:12:53 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/04 17:34:25 adam Exp $ -DISTNAME= rich-10.15.2 +DISTNAME= rich-10.16.2 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.16 pkgsrc/comms/py-rich/distinfo:1.17 --- pkgsrc/comms/py-rich/distinfo:1.16 Fri Dec 10 08:54:54 2021 +++ pkgsrc/comms/py-rich/distinfo Tue Jan 4 17:34:25 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/12/10 08:54:54 adam Exp $ +$NetBSD: distinfo,v 1.17 2022/01/04 17:34:25 adam Exp $ -BLAKE2s (rich-10.15.2.tar.gz) = 902585af84b06e41d482ed0c63fc5ccd9782ef5c7f24d2daf3e95fa659926163 -SHA512 (rich-10.15.2.tar.gz) = 71f5a2b695ea22b5e1e6078a4d9165feb72981483c6ba94ed89c92ddde783dd22b320d1d0785fc4cf1a1f375a5cbca0845fe5462494ef302474fd958a911494e -Size (rich-10.15.2.tar.gz) = 197381 bytes +BLAKE2s (rich-10.16.2.tar.gz) = f4fc30cb1469c789a24f9ab8113d2e9eb2a788557235a690fc3e370cb8295856 +SHA512 (rich-10.16.2.tar.gz) = fe437825b1ec5f1a3de61f36e2236279c04a722b351668ee5713f444a4ae727ab87b5926887f4de465b1fad481ca111a1385b0107b208557eaadd58791f4c9fe +Size (rich-10.16.2.tar.gz) = 197585 bytes --_----------=_1641317665145770--