Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 868F885053 for ; Sun, 17 Sep 2023 17:53: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 h09u8Itu6l63 for ; Sun, 17 Sep 2023 17:53:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0940785051 for ; Sun, 17 Sep 2023 17:53:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02530FBDB; Sun, 17 Sep 2023 17:53:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694973203172500" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 17:53:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms/py-rich To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230917175324.02530FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694973203172500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Sep 17 17:53:23 UTC 2023 Modified Files: pkgsrc/comms/py-rich: Makefile distinfo Log Message: py-rich: updated to 13.5.3 13.5.3 Fixed Markdown table rendering issue with inline styles and links Fix Markdown code blocks on a light background To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/comms/py-rich/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/comms/py-rich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694973203172500 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.38 pkgsrc/comms/py-rich/Makefile:1.39 --- pkgsrc/comms/py-rich/Makefile:1.38 Wed Aug 2 07:04:50 2023 +++ pkgsrc/comms/py-rich/Makefile Sun Sep 17 17:53:23 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2023/08/02 07:04:50 adam Exp $ +# $NetBSD: Makefile,v 1.39 2023/09/17 17:53:23 adam Exp $ -DISTNAME= rich-13.5.2 +DISTNAME= rich-13.5.3 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.34 pkgsrc/comms/py-rich/distinfo:1.35 --- pkgsrc/comms/py-rich/distinfo:1.34 Wed Aug 2 07:04:50 2023 +++ pkgsrc/comms/py-rich/distinfo Sun Sep 17 17:53:23 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2023/08/02 07:04:50 adam Exp $ +$NetBSD: distinfo,v 1.35 2023/09/17 17:53:23 adam Exp $ -BLAKE2s (rich-13.5.2.tar.gz) = 021d83d6db57cd85aafc509edeaa51d787463265af78d0a8c6e658c4834222f4 -SHA512 (rich-13.5.2.tar.gz) = fb19a069768432e7ebe9bb20511f93c11d9ca17421d9d441855f349fa609abf7249fa36a263fa0695e7858b59ea2181af4ac1a66f6cff113abccad5186e4a7db -Size (rich-13.5.2.tar.gz) = 220216 bytes +BLAKE2s (rich-13.5.3.tar.gz) = 91636dc6f3658899f7424a6dd2ae40aeabe68fcf73f9f31a9584a04540133ab8 +SHA512 (rich-13.5.3.tar.gz) = 6076e9c2c29eaa0e15bc5b77d80101f9bb631166a0c5248d6756fe3bbc8a4e0d6004da8193e6034f8501e5a91a6beffb48bbac05083e1fbcab44401f28795bb9 +Size (rich-13.5.3.tar.gz) = 220323 bytes --_----------=_1694973203172500--