summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-06-24 09:35:37 +0000
committeradam <adam@pkgsrc.org>2021-06-24 09:35:37 +0000
commitfe2d100792e0bd7b8807fb9a6726ddfb7552c542 (patch)
treebc290e68c1d6b011a4f6e494e539117310bc7a7d /comms/py-rich/Makefile
parent2b533f0849d17806064c312258e765c8b79e44a0 (diff)
downloadpkgsrc-fe2d100792e0bd7b8807fb9a6726ddfb7552c542.tar.gz
py-rich: updated to 10.4.0
[10.4.0] - 2021-06-18 Added Added Style.meta Added rich.repr.auto decorator Fixed Fixed error pretty printing classes with special rich_repr method [10.3.0] - 2021-06-09 Added Added Console.size setter Added Console.width setter Added Console.height setter Added angular style Rich reprs Added an IPython extension. Load via %load_ext rich Changed Changed the logic for retrieving the calling frame in console logs to a faster one for the Python implementations that support it.
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 75bafaf1213..d778618b753 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/06/01 09:07:26 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/24 09:35:37 adam Exp $
-DISTNAME= rich-10.2.2
+DISTNAME= rich-10.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}