pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/py-rich py-rich: updated to 10.8.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5ac542cd6ca
branches: trunk
changeset: 457556:e5ac542cd6ca
user: adam <adam%pkgsrc.org@localhost>
date: Sun Aug 29 08:40:59 2021 +0000
description:
py-rich: updated to 10.8.0
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 https://github.com/willmcgugan/rich/issues/1404
diffstat:
comms/py-rich/Makefile | 4 ++--
comms/py-rich/PLIST | 5 ++++-
comms/py-rich/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 60df6a6cb4ba -r e5ac542cd6ca comms/py-rich/Makefile
--- a/comms/py-rich/Makefile Sun Aug 29 08:39:35 2021 +0000
+++ b/comms/py-rich/Makefile Sun Aug 29 08:40:59 2021 +0000
@@ -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/}
diff -r 60df6a6cb4ba -r e5ac542cd6ca comms/py-rich/PLIST
--- a/comms/py-rich/PLIST Sun Aug 29 08:39:35 2021 +0000
+++ b/comms/py-rich/PLIST Sun Aug 29 08:40:59 2021 +0000
@@ -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
@@ -118,6 +118,9 @@
${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
diff -r 60df6a6cb4ba -r e5ac542cd6ca comms/py-rich/distinfo
--- a/comms/py-rich/distinfo Sun Aug 29 08:39:35 2021 +0000
+++ b/comms/py-rich/distinfo Sun Aug 29 08:40:59 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index