diff --git a/system/base/python-psutil/actions.py b/system/base/python-psutil/actions.py index 00e68f6b..5499d70f 100644 --- a/system/base/python-psutil/actions.py +++ b/system/base/python-psutil/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules def build(): # suppress compiler warnings diff --git a/system/base/python-psutil/pspec.xml b/system/base/python-psutil/pspec.xml index 408b996b..ed0b3475 100644 --- a/system/base/python-psutil/pspec.xml +++ b/system/base/python-psutil/pspec.xml @@ -8,12 +8,12 @@ PisiLinux Community admins@pisilinux.org - programming.language.python3 + programming.language.python BSD library A cross-platform process utilities module for Python python-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat. - https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gz + https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz python-devel @@ -32,6 +32,13 @@ + + 2020-07-20 + 5.7.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 5.7.0 @@ -75,4 +82,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file