diff --git a/programming/language/python3/python3-psutil/actions.py b/programming/language/python3/python3-psutil/actions.py
index 0a61b4ac3e..2d63ecf8c4 100644
--- a/programming/language/python3/python3-psutil/actions.py
+++ b/programming/language/python3/python3-psutil/actions.py
@@ -9,7 +9,9 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def build():
+ # suppress compiler warnings
pisitools.cflags.add("-Wno-stringop-truncation")
+ # fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -L/var/pisi/python3-3.8.1-8/work/temp/lib -lbz2 -lpthread -ldl")
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-psutil/pspec.xml b/programming/language/python3/python3-psutil/pspec.xml
index 4f43511d16..0af5f1e8e4 100644
--- a/programming/language/python3/python3-psutil/pspec.xml
+++ b/programming/language/python3/python3-psutil/pspec.xml
@@ -8,12 +8,12 @@
PisiLinux Community
admins@pisilinux.org
- BSD
programming.language.python3
+ BSD
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.6.7.tar.gz
+ https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gz
python3-devel
@@ -21,16 +21,24 @@
python3-psutil
+ A cross-platform process utilities module for Python
python3
- /usr/lib/python3*
/usr/share/doc/python3-psutil
+ /usr/lib/python3*
+
+ 2020-02-21
+ 5.7.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-01-07
5.6.7
@@ -74,4 +82,4 @@
ertugrulerata@gmail.com
-
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-psutil/translations.xml b/programming/language/python3/python3-psutil/translations.xml
index a497350e09..a450ab28d8 100644
--- a/programming/language/python3/python3-psutil/translations.xml
+++ b/programming/language/python3/python3-psutil/translations.xml
@@ -5,4 +5,4 @@
Platform bağımsız, süreçler hakkında bilgi sağlayan bir Python modülü
python3-psutil, bütün çalışan süreçler ve sistem kullanımı (MİB - Merkezi İşlem Birim(CPU) ve hafıza gibi) hakkında bilgilere erişimek için arayüz sunan bir Python modülüdür. ps, top, kill, lsof, netstat gibi bir çok komut satırı araçlarının sunduğu işlevselliği sağlamaktadır.
-
+
\ No newline at end of file