Skip to content

Commit

Permalink
py-rich: updated to 10.8.0
Browse files Browse the repository at this point in the history
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 Textualize/rich#1404
  • Loading branch information
adam committed Aug 29, 2021
1 parent 4542f8f commit c0c7c3b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions comms/py-rich/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
5 changes: 4 additions & 1 deletion comms/py-rich/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2021/06/24 09:35:37 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2021/08/29 08:40:59 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand Down Expand Up @@ -118,6 +118,9 @@ ${PYSITELIB}/rich/filesize.pyo
${PYSITELIB}/rich/highlighter.py
${PYSITELIB}/rich/highlighter.pyc
${PYSITELIB}/rich/highlighter.pyo
${PYSITELIB}/rich/json.py
${PYSITELIB}/rich/json.pyc
${PYSITELIB}/rich/json.pyo
${PYSITELIB}/rich/jupyter.py
${PYSITELIB}/rich/jupyter.pyc
${PYSITELIB}/rich/jupyter.pyo
Expand Down
10 changes: 5 additions & 5 deletions comms/py-rich/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2021/08/25 12:56:49 adam Exp $
$NetBSD: distinfo,v 1.6 2021/08/29 08:40:59 adam Exp $

SHA1 (rich-10.7.0.tar.gz) = 0b1fe4314d4cd70c003b794c84e723d28d05344b
RMD160 (rich-10.7.0.tar.gz) = 7a63607da69c4232682cc59d630cdc58b0d6dec2
SHA512 (rich-10.7.0.tar.gz) = 588fa744cd251c7ebd5ccd3f9cd57fdf82f842942f12083096bd45ce9908a57602d0a71a1d985b409d700cbfdc733d03b47d37d3f3cee3de1e8307c2dffbcdfe
Size (rich-10.7.0.tar.gz) = 192962 bytes
SHA1 (rich-10.8.0.tar.gz) = 6bcd8fed94381f26a5a011b2d7d4fec2bebdf534
RMD160 (rich-10.8.0.tar.gz) = 0a074c7ef61d2541068ceadbb06708e2fd5c143c
SHA512 (rich-10.8.0.tar.gz) = a0f20ae210cb74089a8bcdda9fa53b2146d87ce78551dd83765bfde1fc643837a2b7ab22bb6789ec45c7469616b4ab48b47b4cfbea3c0c99f6badb552fa776fe
Size (rich-10.8.0.tar.gz) = 193982 bytes

0 comments on commit c0c7c3b

Please sign in to comment.