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:   wiz
Date:           Sun Apr 20 21:14:25 UTC 2025

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

Log Message:
py-rich: update to 14.0.0.

Mostly updates to Traceback rendering, to add support for features
introduced in Python3.11

We also have a new env var that I am proposing to become a standard.
TTY_COMPATIBLE=1 tells Rich to write ansi-escape sequences even if
it detects it is not writing to a terminal. This is intended for
use with GitHub Actions / CI, which can interpret escape sequences,
but aren't a terminal.

There is also a change to how NO_COLOR and FORCE_COLOR are interpreted,
which is the reason for the major version bump.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.44 -r1.45 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.51 pkgsrc/comms/py-rich/Makefile:1.52
--- pkgsrc/comms/py-rich/Makefile:1.51  Mon Nov  4 10:29:43 2024
+++ pkgsrc/comms/py-rich/Makefile       Sun Apr 20 21:14:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2024/11/04 10:29:43 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/04/20 21:14:25 wiz Exp $
 
-DISTNAME=      rich-13.9.4
+DISTNAME=      rich-14.0.0
 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.44 pkgsrc/comms/py-rich/distinfo:1.45
--- pkgsrc/comms/py-rich/distinfo:1.44  Mon Nov  4 10:29:43 2024
+++ pkgsrc/comms/py-rich/distinfo       Sun Apr 20 21:14:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/11/04 10:29:43 adam Exp $
+$NetBSD: distinfo,v 1.45 2025/04/20 21:14:25 wiz Exp $
 
-BLAKE2s (rich-13.9.4.tar.gz) = 5a4b7327393f77e511499624c089abb66bc72f97032237e9db20c73b084e9358
-SHA512 (rich-13.9.4.tar.gz) = 700ad6481604ec73399b226994660c6c359186f30cb8be16b35ba66bcd0fc56498f56f7ca34076b66e861b4d25ca7bd3503457dd4ce7c29bad6d46bbdbc658b6
-Size (rich-13.9.4.tar.gz) = 223149 bytes
+BLAKE2s (rich-14.0.0.tar.gz) = ee8000b1397347f0d630e9255eb1fb9546949e6c591f21b7fc5bb64a16d52946
+SHA512 (rich-14.0.0.tar.gz) = fcca4648c34e51e7a9c9022c0c179bb2e76b0ba4cbe5cbc8a0c717359f433b3ee41e537202fccdc9ade88789bf38445200eab964ba53ad160019e4cdb5727e1a
+Size (rich-14.0.0.tar.gz) = 224078 bytes



Home | Main Index | Thread Index | Old Index