forked from pool/python-psutil
Accepting request 555281 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/555281 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=86
This commit is contained in:
parent
d774f05cb5
commit
57b65f2a28
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42e2de159e3c987435cb3b47d6f37035db190a1499f3af714ba7af5c379b6ba2
|
||||
size 408489
|
3
psutil-5.4.2.tar.gz
Normal file
3
psutil-5.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00a1f9ff8d1e035fba7bfdd6977fa8ea7937afdb4477339e5df3dba78194fe11
|
||||
size 411888
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 16:47:30 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 5.4.2:
|
||||
* Enhancements
|
||||
+ 1173: introduced PSUTIL_DEBUG environment variable which can be
|
||||
set in order to print useful debug messages on stderr (useful in
|
||||
case of nasty errors).
|
||||
+ 1177: added support for sensors_battery() on OSX. (patch by
|
||||
Arnon Yaari)
|
||||
+ 1183: Process.children() is 2x faster on UNIX and 2.4x faster on
|
||||
Linux.
|
||||
+ 1188: deprecated method Process.memory_info_ex() now warns by
|
||||
using FutureWarning instead of DeprecationWarning.
|
||||
* Bug fixes
|
||||
+ 1152: [Windows] disk_io_counters() may return an empty dict.
|
||||
+ 1169: [Linux] users() "hostname" returns username
|
||||
instead. (patch by janderbrain)
|
||||
+ 1172: [Windows] make test does not work.
|
||||
+ 1179: [Linux] Process.cmdline() is now able to splits cmdline
|
||||
args for misbehaving processes which overwrite /proc/pid/cmdline
|
||||
and use spaces instead of null bytes as args separator.
|
||||
+ 1181: [OSX] Process.memory_maps() may raise ENOENT.
|
||||
+ 1187: [OSX] pids() does not return PID 0 on recent OSX versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 22:54:03 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-psutil
|
||||
Version: 5.4.1
|
||||
Version: 5.4.2
|
||||
Release: 0
|
||||
Summary: A process utilities module for Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user