summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2024-03-11 21:24:53 +0100
committer Willy Sudiarto Raharjo2024-03-16 04:22:25 +0100
commitad9020b7c9be297a0805afea7db52ba37a3676d5 (patch)
tree9d1f40ce7ca13571d6d1ab634f1bb5a9a28635c4
parent5c26611acf5121ced6c5ff34bcb29f32b0220d74 (diff)
downloadslackbuilds-ad9020b7c9be297a0805afea7db52ba37a3676d5.tar.gz
python/python3-wheel: Updated for version 0.43.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-wheel/python3-wheel.SlackBuild4
-rw-r--r--python/python3-wheel/python3-wheel.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild
index 0945b3245d..2b70507a95 100644
--- a/python/python3-wheel/python3-wheel.SlackBuild
+++ b/python/python3-wheel/python3-wheel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-wheel
-# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-wheel
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-0.42.0}
+VERSION=${VERSION:-0.43.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-wheel/python3-wheel.info b/python/python3-wheel/python3-wheel.info
index 5f98000a9a..6c0310fc3f 100644
--- a/python/python3-wheel/python3-wheel.info
+++ b/python/python3-wheel/python3-wheel.info
@@ -1,8 +1,8 @@
PRGNAM="python3-wheel"
-VERSION="0.42.0"
+VERSION="0.43.0"
HOMEPAGE="https://github.com/pypa/wheel"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.42.0.tar.gz"
-MD5SUM="802ad6e5f9336fcb1c76b7593f0cd22d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.43.0.tar.gz"
+MD5SUM="387af15d51367a19d834d6db413547d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-installer"