summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-14 18:45:50 +0000
committeradam <adam@pkgsrc.org>2021-11-14 18:45:50 +0000
commit6061030051a343c4e93aa18523d21afda581c037 (patch)
tree09d927abae4cec2d5435d843b32386dd1c4ca712 /comms
parent2a85e94d3af6de849611abd26155d0d557c269e8 (diff)
downloadpkgsrc-6061030051a343c4e93aa18523d21afda581c037.tar.gz
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 (limited to 'comms')
-rw-r--r--comms/py-rich/Makefile4
-rw-r--r--comms/py-rich/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index 6dd9e0808c7..f237ac236f5 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -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 --git a/comms/py-rich/distinfo b/comms/py-rich/distinfo
index 2674a214f58..52e6e0116fd 100644
--- a/comms/py-rich/distinfo
+++ b/comms/py-rich/distinfo
@@ -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