summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-04-21 07:43:12 +0000
committeradam <adam@pkgsrc.org>2022-04-21 07:43:12 +0000
commit5ca52d079752283dcee8b544155fd83d99f2c141 (patch)
tree4ec96098897368e1aba4714bc0c52516edb48682 /comms/py-rich/Makefile
parent8c70c2ac36369800970b81df223c90b2b088de41 (diff)
downloadpkgsrc-5ca52d079752283dcee8b544155fd83d99f2c141.tar.gz
py-rich: updated to 12.2.0
12.2.0 Changed Bumped typing-extensions minimum to 4.0.0 Bumped minimum Python version to 3.6.3 12.1.0 Added Progress.open and Progress.wrap_file method to track the progress while reading from a file or file-like object SVG export functionality Adding Indonesian translation Fixed Add missing end keyword argument to Text.from_markup Fallback to text lexer when no lexer guessed Fixed issue with decoding ANSI reset 12.0.1 Changed Improve performance of cell_length Improve performance of chop_cells Fixed Fix capturing stdout on legacy Windows 12.0.0 Added Added options to TimeRemainingColumn to render a compact time format and render elapsed time when a task is finished. Added ProgressColumn MofNCompleteColumn to display raw completed/total column (similar to DownloadColumn, but displays values as ints, does not convert to floats or add bit/bytes units). Replace Colorama with win32 renderer Add support for namedtuples to Pretty Fixed In Jupyter mode make the link target be set to "_blank" Fix some issues with markup handling around "[" characters Fix syntax lexer guessing. Fixed Pretty measure not respecting expand_all Collapsed definitions for single-character spinners, to save memory and reduce import time. Fix print_json indent type in __init__.py Fix error when inspecting object defined in REPL Fix incorrect highlighting of non-indented JSON Fixed height reset in complex renderables Changed Improved support for enum.Flag in ReprHighlighter Tree now respects justify=None, i.e. won't pad to right Removed rich.tabulate which was marked for deprecation Deprecated rich.align.AlignValues in favor of AlignMethod
Diffstat (limited to 'comms/py-rich/Makefile')
-rw-r--r--comms/py-rich/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index ed41705b3fc..0b35769b559 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/02/21 17:15:36 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/04/21 07:43:12 adam Exp $
-DISTNAME= rich-11.2.0
+DISTNAME= rich-12.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/willmcgugan/rich
COMMENT= Render rich text, tables, progress bars, syntax highlighting
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9.0:../../textproc/py-commonmark
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments