forked from pool/python-psutil
Accepting request 645954 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/645954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=97
This commit is contained in:
parent
a34080ca9b
commit
86003102d7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b6322b167a5ba0c5463b4d30dfd379cd4ce245a1162ebf8fc7ab5c5ffae4f3b
|
|
||||||
size 420300
|
|
3
psutil-5.4.8.tar.gz
Normal file
3
psutil-5.4.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3
|
||||||
|
size 422742
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 1 22:42:43 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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
|
Sat Aug 18 17:02:59 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.4.7
|
Version: 5.4.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user