diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-07-09 15:02:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-13 07:47:24 +0700 |
commit | 82f3a424f5954966b69c2e32bac572ca9884588e (patch) | |
tree | d991d50851598c1aca8cecdf6cbc3aa50f593e23 /python | |
parent | 49fea765d12347b4d6d0fc57fad175374d122c36 (diff) |
python/python2-psutil: Updated for version 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-psutil/python2-psutil.SlackBuild | 2 | ||||
-rw-r--r-- | python/python2-psutil/python2-psutil.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python2-psutil/python2-psutil.SlackBuild b/python/python2-psutil/python2-psutil.SlackBuild index 65082e16a3356..76726a06db39a 100644 --- a/python/python2-psutil/python2-psutil.SlackBuild +++ b/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} diff --git a/python/python2-psutil/python2-psutil.info b/python/python2-psutil/python2-psutil.info index aaf847bab4b07..85ca75b625b49 100644 --- a/python/python2-psutil/python2-psutil.info +++ b/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="" |