From 3ae2306dfa87c3d5010c4342f6293a210547610215d3f2d7e68906c87ec2d2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 9 Mar 2019 16:37:35 +0000 Subject: [PATCH] Accepting request 683027 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/683027 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=103 --- psutil-5.5.1.tar.gz | 3 --- psutil-5.6.0.tar.gz | 3 +++ python-psutil.changes | 49 +++++++++++++++++++++++++++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) delete mode 100644 psutil-5.5.1.tar.gz create mode 100644 psutil-5.6.0.tar.gz diff --git a/psutil-5.5.1.tar.gz b/psutil-5.5.1.tar.gz deleted file mode 100644 index 1f02174..0000000 --- a/psutil-5.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72cebfaa422b7978a1d3632b65ff734a34c6b34f4578b68a5c204d633756b810 -size 426750 diff --git a/psutil-5.6.0.tar.gz b/psutil-5.6.0.tar.gz new file mode 100644 index 0000000..fdc3f06 --- /dev/null +++ b/psutil-5.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca71c08335fbfc6929438fe3a502f169ba96dd20e50b3544053d6be5cb19d82 +size 426596 diff --git a/python-psutil.changes b/python-psutil.changes index 4986b22..416feb5 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sat Mar 9 15:45:36 UTC 2019 - Arun Persaud + +- update to version 5.6.0: + * Enhancements + + 1379: [Windows] Process suspend() and resume() now use + NtSuspendProcess and NtResumeProcess instead of + stopping/resuming all threads of a process. This is faster and + more reliable (aka this is what ProcessHacker does). + + 1420: [Windows] in case of exception disk_usage() now also shows + the path name. + + 1422: [Windows] Windows APIs requiring to be dynamically loaded + from DLL libraries are now loaded only once on startup (instead + of on per function call) significantly speeding up different + functions and methods. + + 1426: [Windows] PAGESIZE and number of processors is now + calculated on startup. + + 1428: in case of error, the traceback message now shows the + underlying C function called which failed. + + 1433: new Process.parents() method. (idea by Ghislain Le Meur) + + 1437: pids() are returned in sorted order. + + 1442: python3 is now the default interpreter used by Makefile. + * Bug fixes + + 1353: process_iter() is now thread safe (it rarely raised + TypeError). + + 1394: [Windows] Process name() and exe() may erroneously return + "Registry". QueryFullProcessImageNameW is now used instead of + GetProcessImageFileNameW in order to prevent that. + + 1411: [BSD] lack of Py_DECREF could cause segmentation fault on + process instantiation. + + 1419: [Windows] Process.environ() raises NotImplementedError + when querying a 64-bit process in 32-bit-WoW mode. Now it raises + AccessDenied. + + 1427: [OSX] Process cmdline() and environ() may erroneously + raise OSError on failed malloc(). + + 1429: [Windows] SE DEBUG was not properly set for current + process. It is now, and it should result in less AccessDenied + exceptions for low-pid processes. + + 1432: [Windows] Process.memory_info_ex()'s USS memory is + miscalculated because we're not using the actual system + PAGESIZE. + + 1439: [NetBSD] Process.connections() may return incomplete + results if using oneshot(). + + 1447: original exception wasn't turned into NSP/AD exceptions + when using Process.oneshot() ctx manager. + * Incompatible API changes + + 1291: [OSX] Process.memory_maps() was removed because inherently + broken (segfault) for years. + ------------------------------------------------------------------- Sat Feb 16 17:23:16 UTC 2019 - Arun Persaud diff --git a/python-psutil.spec b/python-psutil.spec index c8920e9..658917e 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.5.1 +Version: 5.6.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause