summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-05-05 21:54:07 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:19 +0700
commit3da480115a72feb82f6baa6bce0896dc3db7eeb5 (patch)
tree76452ff3bec9f844cba1a4b52e2e49a79a4a164a
parentf035dfc7e38aff6625f2b95bf9816dfbd38963ce (diff)
downloadslackbuilds-3da480115a72feb82f6baa6bce0896dc3db7eeb5.tar.gz
slackbuilds-3da480115a72feb82f6baa6bce0896dc3db7eeb5.tar.xz
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>
-rw-r--r--python/python3-klein/python3-klein.SlackBuild2
-rw-r--r--python/python3-klein/python3-klein.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-klein/python3-klein.SlackBuild b/python/python3-klein/python3-klein.SlackBuild
index 1fdac20286..1127d6ca69 100644
--- a/python/python3-klein/python3-klein.SlackBuild
+++ b/python/python3-klein/python3-klein.SlackBuild
@@ -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}
diff --git a/python/python3-klein/python3-klein.info b/python/python3-klein/python3-klein.info
index a1e6b2b1e8..a136adc675 100644
--- a/python/python3-klein/python3-klein.info
+++ b/python/python3-klein/python3-klein.info
@@ -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"