summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-08-29 08:40:59 +0000
committeradam <adam@pkgsrc.org>2021-08-29 08:40:59 +0000
commitea426cdfe71cb765015f5b758495a6582ef4db1c (patch)
tree31ec71e8301163c52e4941171f7c55b31abc851e /comms/py-rich/Makefile
parent5225ea03ca6a8e4d64db1471639c3db787176a67 (diff)
downloadpkgsrc-ea426cdfe71cb765015f5b758495a6582ef4db1c.tar.gz
py-rich: updated to 10.8.0
10.8.0 Added Added Panel.subtitle Added Panel.subtitle_align Added rich.json.JSON Added rich.print_json and Console.print_json Fixed Fixed a bug where calling rich.reconfigure within a pytest_configure hook would lead to a crash Fixed highlight not being passed through options https://github.com/willmcgugan/rich/issues/1404
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 c36c07cac24..c48b8c525fe 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/08/25 12:56:49 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/08/29 08:40:59 adam Exp $
-DISTNAME= rich-10.7.0
+DISTNAME= rich-10.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}