python/python3-psutil: Updated for version 6.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-07-09 15:11:40 -06:00 committed by Willy Sudiarto Raharjo
parent 82f3a424f5
commit b548d5be7f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-psutil
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-5.9.8}
VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-psutil"
VERSION="5.9.8"
VERSION="6.0.0"
HOMEPAGE="https://github.com/giampaolo/psutil"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-5.9.8.tar.gz"
MD5SUM="7bb9d4378bd451765b705946a3541393"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-6.0.0.tar.gz"
MD5SUM="5874bd773d2fe7da3c0817424f383033"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"