aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-09-08 06:04:38 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-14 23:36:55 +0700
commitba9c44da95fa813112bb649d2aeaf5bf4049eb74 (patch)
tree78f8d57267254da86336160b174c1c75dbc4e046 /python
parentc5d03837af2a4651c9e3fb02741b52023571eda0 (diff)
python/python3-wheel: Updated for version 0.44.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 2b70507a95..7b189115bf 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.43.0}
+VERSION=${VERSION:-0.44.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 6c0310fc3f..3c2fb3d069 100644
--- a/python/python3-wheel/python3-wheel.info
+++ b/python/python3-wheel/python3-wheel.info
@@ -1,8 +1,8 @@
PRGNAM="python3-wheel"
-VERSION="0.43.0"
+VERSION="0.44.0"
HOMEPAGE="https://github.com/pypa/wheel"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.43.0.tar.gz"
-MD5SUM="387af15d51367a19d834d6db413547d0"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.44.0.tar.gz"
+MD5SUM="440ff4fe51579b7ed16f02af8f8d9494"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-installer"