python/python3-klein: Updated for version 23.5.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-05-05 21:54:07 +02:00 committed by Willy Sudiarto Raharjo
parent f035dfc7e3
commit 3da480115a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-klein
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-21.8.0}
VERSION=${VERSION:-23.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-klein"
VERSION="21.8.0"
VERSION="23.5.0"
HOMEPAGE="https://klein.readthedocs.io/"
DOWNLOAD="https://pypi.python.org/packages/source/k/klein/klein-21.8.0.tar.gz"
MD5SUM="98c5101185c7fe2bd1e0a80ef0489e07"
DOWNLOAD="https://pypi.python.org/packages/source/k/klein/klein-23.5.0.tar.gz"
MD5SUM="b7a75aaebefc84948ac786db5c13495f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tubes werkzeug python3-wheel"