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:           Wed Aug 28 15:31:56 UTC 2024

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

Log Message:
py-rich: updated to 13.8.0

13.8.0

Fixed

Fixed Table rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body.
Fixed styles in Panel when Text objects are used for title
Fix pretty repr for collections.deque
Thread used in progress.track will exit if an exception occurs in a generator
Progress track thread is now a daemon thread
Fixed cached hash preservation upon clearing meta and links
Fixed overriding the background_color of Syntax not including padding
Fixed pretty printing of dataclasses with a default repr in Python 3.13
Fixed selective enabling of highlighting when disabled in the Console
Fixed BrokenPipeError writing an error message
Fixed superfluous space above Markdown tables
Fixed issue with record and capture interaction
Fixed control codes breaking in append_tokens
Fixed exception pretty printing a dataclass with missing fields

Changed

RichHandler errors and warnings will now use different colors (red and yellow)
Removed the empty line printed in jupyter while using Progress
Running tests in environment with FORCE_COLOR or NO_COLOR environment variables
ansi decoder will now strip problematic private escape sequences (like \x1b7)
Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes

Added

Adds a case_sensitive parameter to prompt.Prompt. This determines if the
response is treated as case-sensitive. Defaults to True.
Added Console.on_broken_pipe


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.38 -r1.39 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.44 pkgsrc/comms/py-rich/Makefile:1.45
--- pkgsrc/comms/py-rich/Makefile:1.44  Fri Aug 16 18:10:00 2024
+++ pkgsrc/comms/py-rich/Makefile       Wed Aug 28 15:31:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/08/16 18:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/08/28 15:31:55 adam Exp $
 
-DISTNAME=      rich-13.7.1
+DISTNAME=      rich-13.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
@@ -16,7 +16,5 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments>=2.14.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.38 pkgsrc/comms/py-rich/distinfo:1.39
--- pkgsrc/comms/py-rich/distinfo:1.38  Wed Feb 28 18:04:41 2024
+++ pkgsrc/comms/py-rich/distinfo       Wed Aug 28 15:31:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/02/28 18:04:41 adam Exp $
+$NetBSD: distinfo,v 1.39 2024/08/28 15:31:55 adam Exp $
 
-BLAKE2s (rich-13.7.1.tar.gz) = 75cdf486819d848bd07f7c69bbf654408257d8b6f95306a4a2ee3b215ce18b23
-SHA512 (rich-13.7.1.tar.gz) = 8cc7d2d81318b7260c1effd0e98cf576083e77e728d91cef295221bbabddf24f2e4a91a8d0d112682f5fbcbadc47593c9e858d9b1fd8348b8b8502c27a0b056d
-Size (rich-13.7.1.tar.gz) = 221248 bytes
+BLAKE2s (rich-13.8.0.tar.gz) = 0c4e6adf90b9d46bcfc61c956c521376327ac88d274f5905883ccb2013bb2fe7
+SHA512 (rich-13.8.0.tar.gz) = 85e87def5cf2c9f03e97263f826464303dc47ce02fd3d80c86ecbb3a93972ae6e4766491c81fe8ff7fd966a518d2c3af515db3137993199994448c56c690feda
+Size (rich-13.8.0.tar.gz) = 222072 bytes



Home | Main Index | Thread Index | Old Index