aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-11-16 06:59:42 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:16:11 +0700
commitb7c4a310378a352838933367a760e2eb3f2d36e1 (patch)
treeb3a926fce954d1763d6270ed808b5f799fedf075
parente0a8f717621aaafb4a116013025157e9c821138d (diff)
downloadslackbuilds-b7c4a310378a352838933367a760e2eb3f2d36e1.tar.xz
python/python3-rich: Updated for version 13.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-rich/python3-rich.SlackBuild2
-rw-r--r--python/python3-rich/python3-rich.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-rich/python3-rich.SlackBuild b/python/python3-rich/python3-rich.SlackBuild
index 0a2ce37636..e7fee7259b 100644
--- a/python/python3-rich/python3-rich.SlackBuild
+++ b/python/python3-rich/python3-rich.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rich
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-13.6.0}
+VERSION=${VERSION:-13.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-rich/python3-rich.info b/python/python3-rich/python3-rich.info
index 912f86604b..492c8c51a0 100644
--- a/python/python3-rich/python3-rich.info
+++ b/python/python3-rich/python3-rich.info
@@ -1,8 +1,8 @@
PRGNAM="python3-rich"
-VERSION="13.6.0"
+VERSION="13.7.0"
HOMEPAGE="https://github.com/Textualize/rich"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.6.0.tar.gz"
-MD5SUM="6219fd9fa22716889a5fe8b195cfea02"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.7.0.tar.gz"
+MD5SUM="888793df9de1288793112dfdfb4e5f37"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-markdown-it-py"