pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  5 07:25:32 UTC 2023

Modified Files:
        pkgsrc/comms/py-rich: Makefile distinfo

Log Message:
py-rich: updated to 13.3.2

13.3.2

Fixed

Reversed pre and code tags in base HTML format
Fix syntax error when building with nuitka
Fixed pretty printing of empty dataclass
Use Console(stderr=True) in rich.traceback.install to support io redirection.
Fixes superfluous spaces in html output
Fixed duplicate output in Jupyter https://github.com/Textualize/rich/pulls/2804
Filter ANSI character-encoding-change codes in Text.from_ansi parser
Fixes traceback failing when a frame filename is unreadable
Fix for live update rendering console markup

Added

Added Polish README

Changed

rich.progress.track() will now show the elapsed time after finishing the task


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/comms/py-rich/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.30 pkgsrc/comms/py-rich/Makefile:1.31
--- pkgsrc/comms/py-rich/Makefile:1.30  Mon Feb 20 17:33:17 2023
+++ pkgsrc/comms/py-rich/Makefile       Sun Mar  5 07:25:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/02/20 17:33:17 adam Exp $
+# $NetBSD: Makefile,v 1.31 2023/03/05 07:25:32 adam Exp $
 
-DISTNAME=      rich-13.3.1
+DISTNAME=      rich-13.3.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.27 pkgsrc/comms/py-rich/distinfo:1.28
--- pkgsrc/comms/py-rich/distinfo:1.27  Mon Feb 20 17:33:17 2023
+++ pkgsrc/comms/py-rich/distinfo       Sun Mar  5 07:25:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/02/20 17:33:17 adam Exp $
+$NetBSD: distinfo,v 1.28 2023/03/05 07:25:32 adam Exp $
 
-BLAKE2s (rich-13.3.1.tar.gz) = 66d47e5185e2ba929a27da20862ee3084b1926f650ba5f11b859d5d7edfe537b
-SHA512 (rich-13.3.1.tar.gz) = 74620dba0baea6ee0300a3b7ffb811c789e6eabce28ef2cfb379c5a3e8fd54d39bf56bbb4124ac695a84818e46aa4ea8ce0eb56744c1a288e9ff95bf3a0f01d5
-Size (rich-13.3.1.tar.gz) = 220912 bytes
+BLAKE2s (rich-13.3.2.tar.gz) = e2b7b416d5ca2e90529fb24515eeee9bc85be3d8ea46080ed9a68c4a3f37e20f
+SHA512 (rich-13.3.2.tar.gz) = e6504eaedd9854f5cb92d4e290f37c80785f7208c0dcbf65dabf8aa8f20261e57a551231dca04d6cc4326b4b18508a39caf0f2688f66794c245bc65bb3cf741c
+Size (rich-13.3.2.tar.gz) = 220640 bytes



Home | Main Index | Thread Index | Old Index