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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e547fcfedf7
branches:  trunk
changeset: 372846:3e547fcfedf7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 31 14:23:21 2022 +0000

description:
py-rich: updated to 11.1.0

11.1.0 - 2022-01-28

Added

Add Syntax.guess_lexer, add support for more lexers (e.g. Django templates etc.) https://github.com/Textualize/rich/pull/1869
Add lexer parameter to Syntax.from_path to allow for overrides https://github.com/Textualize/rich/pull/1873

Fixed

Workaround for edge case of object from Faiss with no __class__ https://github.com/Textualize/rich/issues/1838
Ensure Syntax always justifies left https://github.com/Textualize/rich/pull/1872
Handle classes in inspect when methods=True https://github.com/Textualize/rich/pull/1874

diffstat:

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

diffs (25 lines):

diff -r 1ded9671cf38 -r 3e547fcfedf7 comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Mon Jan 31 14:21:00 2022 +0000
+++ b/comms/py-rich/Makefile    Mon Jan 31 14:23:21 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/01/11 07:00:27 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/31 14:23:21 adam Exp $
 
-DISTNAME=      rich-11.0.0
+DISTNAME=      rich-11.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
diff -r 1ded9671cf38 -r 3e547fcfedf7 comms/py-rich/distinfo
--- a/comms/py-rich/distinfo    Mon Jan 31 14:21:00 2022 +0000
+++ b/comms/py-rich/distinfo    Mon Jan 31 14:23:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/01/11 07:00:27 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/01/31 14:23:21 adam Exp $
 
-BLAKE2s (rich-11.0.0.tar.gz) = 1ed29ea17718de609c4c1fed8e9a0f49e45dc5df1391444edc5c7f4d2720a479
-SHA512 (rich-11.0.0.tar.gz) = ce5987e26b74aaa9e67c093a420443a5fa6b1284fb20987eda1413a087ac1dabedd163eb46ceed3267cec202405d4f2d14e93318798acd17908bf58e8c1c7562
-Size (rich-11.0.0.tar.gz) = 199133 bytes
+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



Home | Main Index | Thread Index | Old Index