pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/py-rich py-rich: updated to 12.6.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce8b05e475e1
branches: trunk
changeset: 386212:ce8b05e475e1
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 03 12:36:43 2022 +0000
description:
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: ----------------------------------------------------------------------
diffstat:
comms/py-rich/Makefile | 4 ++--
comms/py-rich/PLIST | 5 ++++-
comms/py-rich/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r 382475b54867 -r ce8b05e475e1 comms/py-rich/Makefile
--- a/comms/py-rich/Makefile Mon Oct 03 12:28:35 2022 +0000
+++ b/comms/py-rich/Makefile Mon Oct 03 12:36:43 2022 +0000
@@ -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/}
diff -r 382475b54867 -r ce8b05e475e1 comms/py-rich/PLIST
--- a/comms/py-rich/PLIST Mon Oct 03 12:28:35 2022 +0000
+++ b/comms/py-rich/PLIST Mon Oct 03 12:36:43 2022 +0000
@@ -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/_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
diff -r 382475b54867 -r ce8b05e475e1 comms/py-rich/distinfo
--- a/comms/py-rich/distinfo Mon Oct 03 12:28:35 2022 +0000
+++ b/comms/py-rich/distinfo Mon Oct 03 12:36:43 2022 +0000
@@ -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