summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-09-19 10:39:56 +0000
committeradam <adam@pkgsrc.org>2021-09-19 10:39:56 +0000
commit1a935881a078297bd4622a7f30d039a49dda8c78 (patch)
treec50d8079389d94eacc01d522d3767963fa2aa71a /comms/py-rich/Makefile
parent277a245cb8a3a3fd5c2cce8e29e844f08570cc93 (diff)
downloadpkgsrc-1a935881a078297bd4622a7f30d039a49dda8c78.tar.gz
py-rich: updated to 10.10.0
10.10.0 Added Added stdin support to rich.json Fixed Fixed pretty printing of objects with fo magic with getattr https://github.com/willmcgugan/rich/issues/1492
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 ea457e45124..e5988b785bb 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/08/30 16:44:11 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/09/19 10:39:56 adam Exp $
-DISTNAME= rich-10.9.0
+DISTNAME= rich-10.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}