Skip to content

Commit

Permalink
py-rich: updated to 10.13.0
Browse files Browse the repository at this point in the history
10.13.0

Added

Added json.dumps parameters to print_json Textualize/rich#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 Textualize/rich#1640
Fixed missing new line after progress bar when terminal is not interactive Textualize/rich#1606
Fixed exception in IPython when disabling pprint with %pprint Textualize/rich#1646
Fixed issue where values longer than the console width produced invalid JSON Textualize/rich#1653
Fixes trailing comma when pretty printing dataclass with last field repr=False Textualize/rich#1599

Changed

Markdown codeblocks now word-wrap
  • Loading branch information
adam committed Nov 14, 2021
1 parent 2a85e94 commit 6061030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.13 2021/10/12 10:49:44 adam Exp $
# $NetBSD: Makefile,v 1.14 2021/11/14 18:45:50 adam Exp $

DISTNAME= rich-10.12.0
DISTNAME= rich-10.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}
Expand Down
8 changes: 4 additions & 4 deletions comms/py-rich/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2021/10/26 10:06:05 nia Exp $
$NetBSD: distinfo,v 1.13 2021/11/14 18:45:50 adam Exp $

BLAKE2s (rich-10.12.0.tar.gz) = 27f4db5fdaf720274a24255ca250247eb0ff6c66fd9965f70466a8ae75011fca
SHA512 (rich-10.12.0.tar.gz) = 7c57d1b3cb99b753eb4a869b05800cea0c446aee906fe3959cc5d3ea93f163f411c51350d85e5ba048047145bcf2269a8570b37f3a240d7e95e537d9ffec4452
Size (rich-10.12.0.tar.gz) = 195363 bytes
BLAKE2s (rich-10.13.0.tar.gz) = 61fdc34f80bacedff59a5beba36348e6d791977b312bac2de60dad89b20c6eeb
SHA512 (rich-10.13.0.tar.gz) = bfcaca58191a544999019eca53b4e5451255def5fd39fd505448d39a7115017a49b97e3ec737b7de7a2c4165e07be9851d4b11dee9b42c1431a0baf3fb30053e
Size (rich-10.13.0.tar.gz) = 196533 bytes

0 comments on commit 6061030

Please sign in to comment.