diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 13:05:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:40 +0700 |
commit | 48f94b5a32a00c5062dc18a49d35d506eaa980ce (patch) | |
tree | 97ec034c396994568775e2d41ee1817f5d2d2a10 /python/python3-wheel | |
parent | d46e0c7a62e38447c095b16de851555eeaf4b3c9 (diff) |
python/python3-wheel: Updated for version 0.45.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-wheel')
-rw-r--r-- | python/python3-wheel/python3-wheel.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-wheel/python3-wheel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild index 7b189115bf..fc207c0b69 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.44.0} +VERSION=${VERSION:-0.45.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 3c2fb3d069..f765983e82 100644 --- a/python/python3-wheel/python3-wheel.info +++ b/python/python3-wheel/python3-wheel.info @@ -1,8 +1,8 @@ PRGNAM="python3-wheel" -VERSION="0.44.0" +VERSION="0.45.0" HOMEPAGE="https://github.com/pypa/wheel" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.44.0.tar.gz" -MD5SUM="440ff4fe51579b7ed16f02af8f8d9494" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.45.0.tar.gz" +MD5SUM="3d1f79ff04a1252fa709dec58aa7249b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-installer" |