summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-02-21 17:15:36 +0000
committeradam <adam@pkgsrc.org>2022-02-21 17:15:36 +0000
commitca8134e93dfe0ffcbb69ae1d2804dadaeacb1f5f (patch)
tree9df3195215fce3de1a97cd9a2ece68fe639f0ec6 /comms/py-rich/Makefile
parent4a4ff75a8df9480251a408f3dc05d709cbe8187b (diff)
downloadpkgsrc-ca8134e93dfe0ffcbb69ae1d2804dadaeacb1f5f.tar.gz
py-rich: updated to 11.2.0
11.2.0 Added Add support for US spelling of "gray" in ANSI color names https://github.com/Textualize/rich/issues/1890 Added rich.diagnose.report to expose environment debugging logic as function https://github.com/Textualize/rich/pull/1917 Added classmethod Progress.get_default_columns() to get the default list of progress bar columns https://github.com/Textualize/rich/pull/1894 Fixed Fixed performance issue in measuring text Fixed test failures on PyPy3 https://github.com/Textualize/rich/pull/1904
Diffstat (limited to 'comms/py-rich/Makefile')
-rw-r--r--comms/py-rich/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index f531f7e089c..ed41705b3fc 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/01/31 14:23:21 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/02/21 17:15:36 adam Exp $
-DISTNAME= rich-11.1.0
+DISTNAME= rich-11.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}