pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 29 08:40:59 UTC 2021

Modified Files:
        pkgsrc/comms/py-rich: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-rich/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/py-rich/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.8 pkgsrc/comms/py-rich/Makefile:1.9
--- pkgsrc/comms/py-rich/Makefile:1.8   Wed Aug 25 12:56:49 2021
+++ pkgsrc/comms/py-rich/Makefile       Sun Aug 29 08:40:59 2021
@@ -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/}

Index: pkgsrc/comms/py-rich/PLIST
diff -u pkgsrc/comms/py-rich/PLIST:1.2 pkgsrc/comms/py-rich/PLIST:1.3
--- pkgsrc/comms/py-rich/PLIST:1.2      Thu Jun 24 09:35:37 2021
+++ pkgsrc/comms/py-rich/PLIST  Sun Aug 29 08:40:59 2021
@@ -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/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

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.5 pkgsrc/comms/py-rich/distinfo:1.6
--- pkgsrc/comms/py-rich/distinfo:1.5   Wed Aug 25 12:56:49 2021
+++ pkgsrc/comms/py-rich/distinfo       Sun Aug 29 08:40:59 2021
@@ -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