diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-17 12:16:45 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:22 +0700 |
commit | 7ffc4e528b83b0b06f73f176d0c9350d5141f313 (patch) | |
tree | 00ad8600e4074026a2c07a2d8097386dd048139d /python/python3-psutil | |
parent | 81cd59e9d8ac783e3e967d25f530337ee5645847 (diff) |
python/python3-psutil: Updated for version 5.9.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psutil')
-rw-r--r-- | python/python3-psutil/python3-psutil.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-psutil/python3-psutil.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-psutil/python3-psutil.SlackBuild b/python/python3-psutil/python3-psutil.SlackBuild index 8e2100b31acda..69f2d5cf46769 100644 --- a/python/python3-psutil/python3-psutil.SlackBuild +++ b/python/python3-psutil/python3-psutil.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-psutil SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.9.6} +VERSION=${VERSION:-5.9.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-psutil/python3-psutil.info b/python/python3-psutil/python3-psutil.info index c2a3197148219..5074543cb85c4 100644 --- a/python/python3-psutil/python3-psutil.info +++ b/python/python3-psutil/python3-psutil.info @@ -1,8 +1,8 @@ PRGNAM="python3-psutil" -VERSION="5.9.6" +VERSION="5.9.7" HOMEPAGE="https://github.com/giampaolo/psutil" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-5.9.6.tar.gz" -MD5SUM="eec35090e7474e471a12f0dd16c981f9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-5.9.7.tar.gz" +MD5SUM="afcc40a779f84f6d909570a8934cebc3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |