Sun Nov 14 18:45:50 2021 UTC ()
py-rich: updated to 10.13.0

10.13.0

Added

Added json.dumps parameters to print_json https://github.com/willmcgugan/rich/issues/1638

Fixed

Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run
Fixed a bug where logging handler raises an exception when running with pythonw (related to https://bugs.python.org/issue13807)
Fixed issue with TERM env vars that have more than one hyphen https://github.com/willmcgugan/rich/issues/1640
Fixed missing new line after progress bar when terminal is not interactive https://github.com/willmcgugan/rich/issues/1606
Fixed exception in IPython when disabling pprint with %pprint https://github.com/willmcgugan/rich/issues/1646
Fixed issue where values longer than the console width produced invalid JSON https://github.com/willmcgugan/rich/issues/1653
Fixes trailing comma when pretty printing dataclass with last field repr=False https://github.com/willmcgugan/rich/issues/1599

Changed

Markdown codeblocks now word-wrap


(adam)
diff -r1.13 -r1.14 pkgsrc/comms/py-rich/Makefile
diff -r1.12 -r1.13 pkgsrc/comms/py-rich/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/comms/py-rich/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/py-rich/Makefile 2021/10/12 10:49:44 1.13
+++ pkgsrc/comms/py-rich/Makefile 2021/11/14 18:45:50 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2021/10/12 10:49:44 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2021/11/14 18:45:50 adam Exp $
2 2
3DISTNAME= rich-10.12.0 3DISTNAME= rich-10.13.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= comms python 5CATEGORIES= comms python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/willmcgugan/rich 9HOMEPAGE= https://github.com/willmcgugan/rich
10COMMENT= Render rich text, tables, progress bars, syntax highlighting 10COMMENT= Render rich text, tables, progress bars, syntax highlighting
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama 13DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama
14DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9.0:../../textproc/py-commonmark 14DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9.0:../../textproc/py-commonmark
15DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments 15DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments
16 16

cvs diff -r1.12 -r1.13 pkgsrc/comms/py-rich/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/py-rich/distinfo 2021/10/26 10:06:05 1.12
+++ pkgsrc/comms/py-rich/distinfo 2021/11/14 18:45:50 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2021/10/26 10:06:05 nia Exp $ 1$NetBSD: distinfo,v 1.13 2021/11/14 18:45:50 adam Exp $
2 2
3BLAKE2s (rich-10.12.0.tar.gz) = 27f4db5fdaf720274a24255ca250247eb0ff6c66fd9965f70466a8ae75011fca 3BLAKE2s (rich-10.13.0.tar.gz) = 61fdc34f80bacedff59a5beba36348e6d791977b312bac2de60dad89b20c6eeb
4SHA512 (rich-10.12.0.tar.gz) = 7c57d1b3cb99b753eb4a869b05800cea0c446aee906fe3959cc5d3ea93f163f411c51350d85e5ba048047145bcf2269a8570b37f3a240d7e95e537d9ffec4452 4SHA512 (rich-10.13.0.tar.gz) = bfcaca58191a544999019eca53b4e5451255def5fd39fd505448d39a7115017a49b97e3ec737b7de7a2c4165e07be9851d4b11dee9b42c1431a0baf3fb30053e
5Size (rich-10.12.0.tar.gz) = 195363 bytes 5Size (rich-10.13.0.tar.gz) = 196533 bytes