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 Nov 14 18:45:50 UTC 2021
Modified Files:
pkgsrc/comms/py-rich: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/comms/py-rich/Makefile:1.14
--- pkgsrc/comms/py-rich/Makefile:1.13 Tue Oct 12 10:49:44 2021
+++ pkgsrc/comms/py-rich/Makefile Sun Nov 14 18:45:50 2021
@@ -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/}
Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.12 pkgsrc/comms/py-rich/distinfo:1.13
--- pkgsrc/comms/py-rich/distinfo:1.12 Tue Oct 26 10:06:05 2021
+++ pkgsrc/comms/py-rich/distinfo Sun Nov 14 18:45:50 2021
@@ -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