From 78e0d8358ef6f65a6b2585210a016f1358212031 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 28 Oct 2016 17:26:19 -0700 Subject: python/psutil: Updated for version 4.4.1 Signed-off-by: Larry Hajali --- python/psutil/README | 2 +- python/psutil/psutil.SlackBuild | 4 ++-- python/psutil/psutil.info | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python/psutil') 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="" -- cgit v1.2.3