summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-01-31 14:23:21 +0000
committeradam <adam@pkgsrc.org>2022-01-31 14:23:21 +0000
commit05267b13f4e9ab0584834e3e7e113665d51e785d (patch)
treeade0625dd5b89922ef3adc7679d34f3e856193b0 /comms/py-rich/Makefile
parentc6f1b7cdc4fb93bbb62937b422d0e513e3e5b9b2 (diff)
downloadpkgsrc-05267b13f4e9ab0584834e3e7e113665d51e785d.tar.gz
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 (limited to 'comms/py-rich/Makefile')
-rw-r--r--comms/py-rich/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index ca2d6e35e17..f531f7e089c 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -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/}