summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-05-09 05:44:54 +0000
committeradam <adam@pkgsrc.org>2022-05-09 05:44:54 +0000
commit2a5c8d19c8cb55dab324c5e43a4675e031378d9c (patch)
tree24a2a3a4884db9920eba3116e20de21e42246882 /comms/py-rich/Makefile
parentee9e1f1184e6dd0c2420ef246eaf4eb9be0124c7 (diff)
downloadpkgsrc-2a5c8d19c8cb55dab324c5e43a4675e031378d9c.tar.gz
py-rich: updated to 12.4.1
12.4.1 - 2022-05-08 Fixed Fix for default background color in SVG export Changed Added a keyline around SVG terminals which is visible on dark backgrounds 12.4.0 Changed Rebuilt SVG export to create a simpler SVG that is more portable Fix render_lines crash when render height was negative Added Add padding to Syntax constructor
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 9ea5d5352ac..645eee32730 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/04/29 12:57:33 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/05/09 05:44:54 adam Exp $
-DISTNAME= rich-12.3.0
+DISTNAME= rich-12.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}