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 11.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c732c03231b
branches:  trunk
changeset: 374423:2c732c03231b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 21 17:15:36 2022 +0000

description:
py-rich: updated to 11.2.0

11.2.0

Added

Add support for US spelling of "gray" in ANSI color names https://github.com/Textualize/rich/issues/1890
Added rich.diagnose.report to expose environment debugging logic as function https://github.com/Textualize/rich/pull/1917
Added classmethod Progress.get_default_columns() to get the default list of progress bar columns https://github.com/Textualize/rich/pull/1894

Fixed

Fixed performance issue in measuring text
Fixed test failures on PyPy3 https://github.com/Textualize/rich/pull/1904

diffstat:

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

diffs (25 lines):

diff -r bed87459395c -r 2c732c03231b comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Mon Feb 21 17:13:39 2022 +0000
+++ b/comms/py-rich/Makefile    Mon Feb 21 17:15:36 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/01/31 14:23:21 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/02/21 17:15:36 adam Exp $
 
-DISTNAME=      rich-11.1.0
+DISTNAME=      rich-11.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
diff -r bed87459395c -r 2c732c03231b comms/py-rich/distinfo
--- a/comms/py-rich/distinfo    Mon Feb 21 17:13:39 2022 +0000
+++ b/comms/py-rich/distinfo    Mon Feb 21 17:15:36 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/01/31 14:23:21 adam Exp $
+$NetBSD: distinfo,v 1.20 2022/02/21 17:15:36 adam Exp $
 
-BLAKE2s (rich-11.1.0.tar.gz) = 1c8148fc090299bad345f78a8fef28aa8d2e6481c48f700503d9b093741bd399
-SHA512 (rich-11.1.0.tar.gz) = 07d5262b912413bd03b54f8da1a9643e799715e19b646a0ee3ae186d6cef7b1e1c5fd34ce530ded5ca1aa0c1903e002adbe28218633682fed1d4342b2c4d3f01
-Size (rich-11.1.0.tar.gz) = 199794 bytes
+BLAKE2s (rich-11.2.0.tar.gz) = 2bdfd9fbdf4dd62b46b005e1c46f85f86ce33bfbb9378636a595723766766496
+SHA512 (rich-11.2.0.tar.gz) = 7e6307041bba9dab03a9b513e99f14246f3e735e91a3a6d3bfce35fe1843e044e68255da336b20fcf50d2fd1037b7a43ea9bd4012159805d61afb2b8a391c737
+Size (rich-11.2.0.tar.gz) = 200464 bytes



Home | Main Index | Thread Index | Old Index