aboutsummaryrefslogtreecommitdiff
path: root/python/python3-wheel
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-11-27 23:58:14 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-30 15:53:20 +0700
commitcfd4c4c25469f7661b3ba92f4a14391a6f846e24 (patch)
tree0b110a69c5321a35fb4c41ba72435994f91650db /python/python3-wheel
parent7741cd628dda092b063a09df3552d6dec6a42c81 (diff)
python/python3-wheel: Updated for version 0.45.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-wheel')
-rw-r--r--python/python3-wheel/python3-wheel.SlackBuild2
-rw-r--r--python/python3-wheel/python3-wheel.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild
index fc207c0b69..ba5dd74bb6 100644
--- a/python/python3-wheel/python3-wheel.SlackBuild
+++ b/python/python3-wheel/python3-wheel.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-wheel
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-0.45.0}
+VERSION=${VERSION:-0.45.1}
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 f765983e82..929cf0fab1 100644
--- a/python/python3-wheel/python3-wheel.info
+++ b/python/python3-wheel/python3-wheel.info
@@ -1,8 +1,8 @@
PRGNAM="python3-wheel"
-VERSION="0.45.0"
+VERSION="0.45.1"
HOMEPAGE="https://github.com/pypa/wheel"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.45.0.tar.gz"
-MD5SUM="3d1f79ff04a1252fa709dec58aa7249b"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.45.1.tar.gz"
+MD5SUM="dddc505d0573d03576c7c6c5a4fe0641"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-installer"