Received: by mail.netbsd.org (Postfix, from userid 605) id 833AA84E9F; Fri, 29 Apr 2022 12:57:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEDDC84D96 for ; Fri, 29 Apr 2022 12:57:34 +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 A7SjBSTkubQj for ; Fri, 29 Apr 2022 12:57:34 +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 2034984D07 for ; Fri, 29 Apr 2022 12:57:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14667FB1A; Fri, 29 Apr 2022 12:57:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651237054147390" MIME-Version: 1.0 Date: Fri, 29 Apr 2022 12:57:34 +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: <20220429125734.14667FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651237054147390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 29 12:57:33 UTC 2022 Modified Files: pkgsrc/comms/py-rich: Makefile PLIST distinfo Log Message: py-rich: updated to 12.3.0 12.3.0 Added Ability to change terminal window title Added show_speed parameter to progress.track which will show the speed when the total is not known Python blocks can now opt out from being rendered in tracebacks's frames, by setting a _rich_traceback_omit = True in their local scope Fixed Fall back to sys.__stderr__ on POSIX systems when trying to get the terminal size (fix issues when Rich is piped to another process) Fixed markup escaping issue Safari - Box appearing around SVG export Fixed recursion error in Jupyter progress bars Complex numbers are now identified by the highlighter Fix crash on IDLE and forced is_terminal detection to False because IDLE can't do escape codes Fixed missing blank line in traceback rendering Fixed running Rich with the current working dir was deleted Changed Setting total=None on progress is now possible, and will display pulsing animation Micro-optimization for Segment.divide To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/comms/py-rich/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-rich/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/comms/py-rich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651237054147390 Content-Disposition: inline Content-Length: 2384 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.24 pkgsrc/comms/py-rich/Makefile:1.25 --- pkgsrc/comms/py-rich/Makefile:1.24 Thu Apr 21 07:43:12 2022 +++ pkgsrc/comms/py-rich/Makefile Fri Apr 29 12:57:33 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2022/04/21 07:43:12 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/04/29 12:57:33 adam Exp $ -DISTNAME= rich-12.2.0 +DISTNAME= rich-12.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/} Index: pkgsrc/comms/py-rich/PLIST diff -u pkgsrc/comms/py-rich/PLIST:1.4 pkgsrc/comms/py-rich/PLIST:1.5 --- pkgsrc/comms/py-rich/PLIST:1.4 Thu Apr 21 07:43:12 2022 +++ pkgsrc/comms/py-rich/PLIST Fri Apr 29 12:57:33 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/04/21 07:43:12 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/04/29 12:57:33 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -19,6 +19,9 @@ ${PYSITELIB}/rich/_emoji_codes.pyo ${PYSITELIB}/rich/_emoji_replace.py ${PYSITELIB}/rich/_emoji_replace.pyc ${PYSITELIB}/rich/_emoji_replace.pyo +${PYSITELIB}/rich/_export_format.py +${PYSITELIB}/rich/_export_format.pyc +${PYSITELIB}/rich/_export_format.pyo ${PYSITELIB}/rich/_extension.py ${PYSITELIB}/rich/_extension.pyc ${PYSITELIB}/rich/_extension.pyo Index: pkgsrc/comms/py-rich/distinfo diff -u pkgsrc/comms/py-rich/distinfo:1.21 pkgsrc/comms/py-rich/distinfo:1.22 --- pkgsrc/comms/py-rich/distinfo:1.21 Thu Apr 21 07:43:12 2022 +++ pkgsrc/comms/py-rich/distinfo Fri Apr 29 12:57:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2022/04/21 07:43:12 adam Exp $ +$NetBSD: distinfo,v 1.22 2022/04/29 12:57:33 adam Exp $ -BLAKE2s (rich-12.2.0.tar.gz) = 001574c251a1fc1fdee7418eabb38db994fd669db5a7e23aea28f8a1a355d76b -SHA512 (rich-12.2.0.tar.gz) = cf36aaba23d7f2a8b9752a0c7664c4f6beabd93ef5b9bbe6ab73d595962913c8bb58c0b7dad990139e43f0ceafaa8e29942d7f581191b78cbf997b5273f25692 -Size (rich-12.2.0.tar.gz) = 212235 bytes +BLAKE2s (rich-12.3.0.tar.gz) = fc5fa386bb463d27a00145622a03435a0a8ea1e7dd93b259b180c792d566a3b7 +SHA512 (rich-12.3.0.tar.gz) = 3a191760102f47598752c9dc96ed9c92ce4833ccbbef5231089712795398039703f95b7c0d6bac971ec3cf4226ff9ab362b1f05a5b1d3dbd83db1af53bb3aec9 +Size (rich-12.3.0.tar.gz) = 214405 bytes --_----------=_1651237054147390--