diff options
Diffstat (limited to 'python/python2-psutil')
-rw-r--r-- | python/python2-psutil/README | 2 | ||||
-rw-r--r-- | python/python2-psutil/python2-psutil.SlackBuild | 4 | ||||
-rw-r--r-- | python/python2-psutil/python2-psutil.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/python/python2-psutil/README b/python/python2-psutil/README index b5cc3863a4..222729fbc5 100644 --- a/python/python2-psutil/README +++ b/python/python2-psutil/README @@ -6,3 +6,5 @@ as: ps, top, df, kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap. Optional dependencies: mock and ipaddress + +NOTE: 6.1.1 is last supported python-2.7 version. diff --git a/python/python2-psutil/python2-psutil.SlackBuild b/python/python2-psutil/python2-psutil.SlackBuild index 76726a06db..8419446bcd 100644 --- a/python/python2-psutil/python2-psutil.SlackBuild +++ b/python/python2-psutil/python2-psutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python2-psutil -# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-psutil SRCNAM=${PRGNAM#python2-*} -VERSION=${VERSION:-6.0.0} +VERSION=${VERSION:-6.1.1} 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 85ca75b625..772581166f 100644 --- a/python/python2-psutil/python2-psutil.info +++ b/python/python2-psutil/python2-psutil.info @@ -1,8 +1,8 @@ PRGNAM="python2-psutil" -VERSION="6.0.0" +VERSION="6.1.1" HOMEPAGE="https://github.com/giampaolo/psutil" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-6.0.0.tar.gz" -MD5SUM="5874bd773d2fe7da3c0817424f383033" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-6.1.1.tar.gz" +MD5SUM="d06db97a604ddeac1d42694eac4390db" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |