From 57b65f2a2820b3cb24a088bace66b5e6b2d574009f091094bd9012d2fbcfd26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 9 Dec 2017 12:37:11 +0000 Subject: [PATCH] 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 --- psutil-5.4.1.tar.gz | 3 --- psutil-5.4.2.tar.gz | 3 +++ python-psutil.changes | 25 +++++++++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 psutil-5.4.1.tar.gz create mode 100644 psutil-5.4.2.tar.gz diff --git a/psutil-5.4.1.tar.gz b/psutil-5.4.1.tar.gz deleted file mode 100644 index 39267cb..0000000 --- a/psutil-5.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42e2de159e3c987435cb3b47d6f37035db190a1499f3af714ba7af5c379b6ba2 -size 408489 diff --git a/psutil-5.4.2.tar.gz b/psutil-5.4.2.tar.gz new file mode 100644 index 0000000..d2cd035 --- /dev/null +++ b/psutil-5.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a1f9ff8d1e035fba7bfdd6977fa8ea7937afdb4477339e5df3dba78194fe11 +size 411888 diff --git a/python-psutil.changes b/python-psutil.changes index 484c4d4..28470c5 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -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 diff --git a/python-psutil.spec b/python-psutil.spec index 4cd3fc0..8b7bee1 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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