summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2016-10-29 02:26:19 +0200
committer Willy Sudiarto Raharjo2016-11-05 01:16:16 +0100
commit78e0d8358ef6f65a6b2585210a016f1358212031 (patch)
treeb332711b4d77cc10937f94eb6a9cc823e6db5466
parente7e0459855fe232fd02a85455f19f8e7d333be2a (diff)
downloadslackbuilds-78e0d8358ef6f65a6b2585210a016f1358212031.tar.gz
python/psutil: Updated for version 4.4.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--python/psutil/README2
-rw-r--r--python/psutil/psutil.SlackBuild4
-rw-r--r--python/psutil/psutil.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/python/psutil/README b/python/psutil/README
index 5337e57358..8ba3203e56 100644
--- a/python/psutil/README
+++ b/python/psutil/README
@@ -4,7 +4,7 @@ a portable way by using Python, implementing many functionalities offered by
command line tools such as: ps, top, df, kill, free, lsof, netstat, ifconfig,
nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap.
-Optional: python3.
+Optional dependencies: python3, mock and ipaddress
To install python3 bindings run the slackbuild with PYTHON3=yes.
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild
index 4e575df79d..b14c843c58 100644
--- a/python/psutil/psutil.SlackBuild
+++ b/python/psutil/psutil.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=psutil
-VERSION=${VERSION:-4.3.1}
+VERSION=${VERSION:-4.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/python/psutil/psutil.info b/python/psutil/psutil.info
index adf16965e4..7f71a59eaf 100644
--- a/python/psutil/psutil.info
+++ b/python/psutil/psutil.info
@@ -1,8 +1,8 @@
PRGNAM="psutil"
-VERSION="4.3.1"
+VERSION="4.4.1"
HOMEPAGE="https://github.com/giampaolo/psutil"
-DOWNLOAD="https://github.com/giampaolo/psutil/archive/release-4.3.1/psutil-release-4.3.1.tar.gz"
-MD5SUM="74ea960403b73a57709481ff91386bf6"
+DOWNLOAD="https://github.com/giampaolo/psutil/archive/release-4.4.1/psutil-release-4.4.1.tar.gz"
+MD5SUM="28e59b9091cf603fe805e23dd6a5029f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""