python/python3-rich: Updated for version 12.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-10-07 22:35:36 +01:00 committed by Willy Sudiarto Raharjo
parent 49ae0c776c
commit 6f22dd3d0c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rich
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-12.5.1}
VERSION=${VERSION:-12.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-rich"
VERSION="12.5.1"
VERSION="12.6.0"
HOMEPAGE="https://github.com/Textualize/rich"
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.5.1.tar.gz"
MD5SUM="2ff5d89d404edc3d485ec52611243a6b"
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.6.0.tar.gz"
MD5SUM="6e4970bdc1ac762e5855bd67b08f873e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CommonMark"