Browse Source

python/python2-psutil: Updated for version 6.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/229/head
fourtysixandtwo 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
82f3a424f5
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python2-psutil/python2-psutil.SlackBuild
  2. 6
      python/python2-psutil/python2-psutil.info

2
python/python2-psutil/python2-psutil.SlackBuild

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

6
python/python2-psutil/python2-psutil.info

@ -1,8 +1,8 @@
PRGNAM="python2-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=""

Loading…
Cancel
Save