1
0
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:
Tomáš Chvátal 2017-12-09 12:37:11 +00:00 committed by Git OBS Bridge
parent d774f05cb5
commit 57b65f2a28
4 changed files with 29 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00a1f9ff8d1e035fba7bfdd6977fa8ea7937afdb4477339e5df3dba78194fe11
size 411888

View File

@ -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 Fri Nov 10 22:54:03 UTC 2017 - arun@gmx.de

View File

@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-psutil Name: python-psutil
Version: 5.4.1 Version: 5.4.2
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