diff options
author | adam <adam@pkgsrc.org> | 2022-05-09 05:44:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-05-09 05:44:54 +0000 |
commit | 2a5c8d19c8cb55dab324c5e43a4675e031378d9c (patch) | |
tree | 24a2a3a4884db9920eba3116e20de21e42246882 /comms | |
parent | ee9e1f1184e6dd0c2420ef246eaf4eb9be0124c7 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | comms/py-rich/Makefile | 4 | ||||
-rw-r--r-- | comms/py-rich/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/comms/py-rich/distinfo b/comms/py-rich/distinfo index be5f4761dcf..0c56e188300 100644 --- a/comms/py-rich/distinfo +++ b/comms/py-rich/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/04/29 12:57:33 adam Exp $ +$NetBSD: distinfo,v 1.23 2022/05/09 05:44:54 adam Exp $ -BLAKE2s (rich-12.3.0.tar.gz) = fc5fa386bb463d27a00145622a03435a0a8ea1e7dd93b259b180c792d566a3b7 -SHA512 (rich-12.3.0.tar.gz) = 3a191760102f47598752c9dc96ed9c92ce4833ccbbef5231089712795398039703f95b7c0d6bac971ec3cf4226ff9ab362b1f05a5b1d3dbd83db1af53bb3aec9 -Size (rich-12.3.0.tar.gz) = 214405 bytes +BLAKE2s (rich-12.4.1.tar.gz) = 164c22e447ed356ca8dd220b469f2b0a543c6b62b6b60c04ff8a409d350fc84d +SHA512 (rich-12.4.1.tar.gz) = bf169ce1370891de37e32107d49dfaabbaad9181f04016f8cc70d16923b8200d7df05ee076ac711f47f2c92b34959bff177bed04f6013da79982cc8f4a3c23c9 +Size (rich-12.4.1.tar.gz) = 213965 bytes |