summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-23 20:49:28 +0000
committeradam <adam@pkgsrc.org>2021-11-23 20:49:28 +0000
commit56c5e751ab6b834be202685f5ff325ad387d5e3c (patch)
tree970caedb8eec1d5d6e8ecb6cfe4f6de345d192cf /comms/py-rich/Makefile
parent7434a47f275c59d45591a5b318943db139306a21 (diff)
downloadpkgsrc-56c5e751ab6b834be202685f5ff325ad387d5e3c.tar.gz
py-rich: updated to 10.14.0
10.14.0 Fixed Fixed progress speed not updating when total doesn't change Fixed superfluous new line in Status https://github.com/willmcgugan/rich/issues/1662 Fixed Windows legacy width again Fixed infinite loop in set_cell_size https://github.com/willmcgugan/rich/issues/1682 Added Added file protocol to URL highlighter https://github.com/willmcgugan/rich/issues/1681 Added rich.protocol.rich_cast Changed Allowed __rich__ to work recursively Allowed Text classes to work with sep in print https://github.com/willmcgugan/rich/issues/1689
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 f237ac236f5..ff1eef872a5 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/11/14 18:45:50 adam Exp $
+# $NetBSD: Makefile,v 1.15 2021/11/23 20:49:28 adam Exp $
-DISTNAME= rich-10.13.0
+DISTNAME= rich-10.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}