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.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38e4709a73e9
branches:  trunk
changeset: 769407:38e4709a73e9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 14 18:45:50 2021 +0000

description:
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

diffstat:

 comms/py-rich/Makefile |  4 ++--
 comms/py-rich/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 9cd84b57d166 -r 38e4709a73e9 comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Sun Nov 14 18:42:42 2021 +0000
+++ b/comms/py-rich/Makefile    Sun Nov 14 18:45:50 2021 +0000
@@ -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/}
diff -r 9cd84b57d166 -r 38e4709a73e9 comms/py-rich/distinfo
--- a/comms/py-rich/distinfo    Sun Nov 14 18:42:42 2021 +0000
+++ b/comms/py-rich/distinfo    Sun Nov 14 18:45:50 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index