diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/psutil/README | 2 | ||||
-rw-r--r-- | python/psutil/psutil.SlackBuild | 4 | ||||
-rw-r--r-- | python/psutil/psutil.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/psutil/README b/python/psutil/README index 5337e5735850..8ba3203e5614 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 4e575df79dad..b14c843c580b 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 adf16965e4a2..7f71a59eaf4f 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="" |