diff --git a/programming/language/python3/python3-psutil/actions.py b/programming/language/python3/python3-psutil/actions.py index 2d63ecf8c4..8790660776 100644 --- a/programming/language/python3/python3-psutil/actions.py +++ b/programming/language/python3/python3-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/programming/language/python3/python3-psutil/pspec.xml b/programming/language/python3/python3-psutil/pspec.xml index 0af5f1e8e4..372487db61 100644 --- a/programming/language/python3/python3-psutil/pspec.xml +++ b/programming/language/python3/python3-psutil/pspec.xml @@ -13,7 +13,7 @@ library A cross-platform process utilities module for Python python3-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 python3-devel @@ -26,12 +26,19 @@ python3 - /usr/share/doc/python3-psutil /usr/lib/python3* + /usr/share/doc/python3-psutil + + 2020-07-21 + 5.7.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 5.7.0