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: Mon Oct 3 12:36:43 UTC 2022
Modified Files:
pkgsrc/comms/py-rich: Makefile PLIST distinfo
Log Message:
py-rich: updated to 12.6.0
12.6.0 - 2022-10-02
Added
Parse ANSI escape sequences in pretty repr
Add support for FORCE_COLOR env var
Allow a max_depth argument to be passed to the install() hook
Document using None as name in __rich_repr__ for tuple positional args
Add font_aspect_ratio parameter in SVG export https://github.com/Textualize/rich/pull/2539/files
Added Table.add_section method.
Fixed
Handle stdout/stderr being null
Fix NO_COLOR support on legacy Windows
Fix pretty printer handling of cyclic references
Fix missing mode property on file wrapper breaking uploads via requests
Fix mismatching default value of parameter ensure_ascii
Remove unused height parameter in Layout class
Fixed exception in Syntax.rich_measure for empty files
Changed
Removed border from code blocks in MarkdownCVS: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/py-rich/PLIST
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/comms/py-rich/Makefile:1.29
--- pkgsrc/comms/py-rich/Makefile:1.28 Mon Jul 25 16:24:19 2022
+++ pkgsrc/comms/py-rich/Makefile Mon Oct 3 12:36:43 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/07/25 16:24:19 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/10/03 12:36:43 adam Exp $
-DISTNAME= rich-12.5.1
+DISTNAME= rich-12.6.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.6 pkgsrc/comms/py-rich/PLIST:1.7
--- pkgsrc/comms/py-rich/PLIST:1.6 Mon Jul 25 16:24:19 2022
+++ pkgsrc/comms/py-rich/PLIST Mon Oct 3 12:36:43 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/07/25 16:24:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/10/03 12:36:43 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -34,6 +34,9 @@ ${PYSITELIB}/rich/_log_render.pyo
${PYSITELIB}/rich/_loop.py
${PYSITELIB}/rich/_loop.pyc
${PYSITELIB}/rich/_loop.pyo
+${PYSITELIB}/rich/_null_file.py
+${PYSITELIB}/rich/_null_file.pyc
+${PYSITELIB}/rich/_null_file.pyo
${PYSITELIB}/rich/_palettes.py
${PYSITELIB}/rich/_palettes.pyc
${PYSITELIB}/rich/_palettes.pyo
Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.25 pkgsrc/comms/py-rich/distinfo:1.26
--- pkgsrc/comms/py-rich/distinfo:1.25 Mon Jul 25 16:24:19 2022
+++ pkgsrc/comms/py-rich/distinfo Mon Oct 3 12:36:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/07/25 16:24:19 adam Exp $
+$NetBSD: distinfo,v 1.26 2022/10/03 12:36:43 adam Exp $
-BLAKE2s (rich-12.5.1.tar.gz) = 52e8c032de14cdd93b804fb9359c36f1886be82b4da7911038cdae657b741e9b
-SHA512 (rich-12.5.1.tar.gz) = b838d81b7b9b5147c43dba31b0a33d8502ce5bad651ee18cd37a296593183a186ef36d3c9dca9c8f542c54a98b0f8b9e4b5858674ffb6265b2e5bf9e1447f2c5
-Size (rich-12.5.1.tar.gz) = 218370 bytes
+BLAKE2s (rich-12.6.0.tar.gz) = c1b3a0c08cd71b1e0bdb03113d96b248183ade3f65eb25e4408ef93c6a115698
+SHA512 (rich-12.6.0.tar.gz) = ad34df385b6788d6ec34b96c613f5d19e5865881a18cbbf0d07fbbe4cb15843034dc0a8e26322896ce4d469ff9d7565dbd4c881cf2b116cc5ebea9e42bc99449
+Size (rich-12.6.0.tar.gz) = 220114 bytes
Home |
Main Index |
Thread Index |
Old Index