python/python3-rich: Updated for version 13.7.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-16 06:59:42 -07:00 committed by Willy Sudiarto Raharjo
parent e0a8f71762
commit b7c4a31037
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"