diff --git a/psutil-5.4.7.tar.gz b/psutil-5.4.7.tar.gz deleted file mode 100644 index d84eeb0..0000000 --- a/psutil-5.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b6322b167a5ba0c5463b4d30dfd379cd4ce245a1162ebf8fc7ab5c5ffae4f3b -size 420300 diff --git a/psutil-5.4.8.tar.gz b/psutil-5.4.8.tar.gz new file mode 100644 index 0000000..85086a1 --- /dev/null +++ b/psutil-5.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3 +size 422742 diff --git a/python-psutil.changes b/python-psutil.changes index 6b8a037..75bd012 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Nov 1 22:42:43 UTC 2018 - Arun Persaud + +- update to version 5.4.8: + * Enhancements + + 1197: [Linux] cpu_freq() is now implemented by parsing + /proc/cpuinfo in case /sys/devices/system/cpu/* filesystem is + not available. + + 1310: [Linux] psutil.sensors_temperatures() now parses + /sys/class/thermal in case /sys/class/hwmon fs is not available + (e.g. Raspberry Pi). (patch by Alex Manuskin) + + 1320: [Posix] better compilation support when using g++ instead + of gcc. (patch by Jaime Fullaondo) + * Bug fixes + + 715: do not print exception on import time in case cpu_times() + fails. + + 1004: [Linux] Process.io_counters() may raise ValueError. + + 1277: [OSX] available and used memory (psutil.virtual_memory()) + metrics are not accurate. + + 1294: [Windows] psutil.Process().connections() may sometimes + fail with intermittent 0xC0000001. (patch by Sylvain Duchesne) + + 1307: [Linux] disk_partitions() does not honour PROCFS_PATH. + + 1320: [AIX] system CPU times (psutil.cpu_times()) were being + reported with ticks unit as opposed to seconds. (patch by Jaime + Fullaondo) + + 1332: [OSX] psutil debug messages are erroneously printed all + the time. (patch by Ilya Yanok) + + 1346: [SunOS] net_connections() returns an empty list. (patch by + Oleksii Shevchuk) + ------------------------------------------------------------------- Sat Aug 18 17:02:59 UTC 2018 - arun@gmx.de diff --git a/python-psutil.spec b/python-psutil.spec index 6fd568f..084934e 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.4.7 +Version: 5.4.8 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause