From d774f05cb5018c0eb33238dfa20ce9432e2f7dd4274ceb653bd74cb715dca2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 11 Nov 2017 18:25:06 +0000 Subject: [PATCH] Accepting request 540775 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/540775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=84 --- psutil-5.4.0.tar.gz | 3 --- psutil-5.4.1.tar.gz | 3 +++ python-psutil.changes | 18 ++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 psutil-5.4.0.tar.gz create mode 100644 psutil-5.4.1.tar.gz diff --git a/psutil-5.4.0.tar.gz b/psutil-5.4.0.tar.gz deleted file mode 100644 index 7d9bb3e..0000000 --- a/psutil-5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e6397ec24a2ec09751447d9f169486b68b37ac7a8d794dca003ace4efaafc6a -size 406945 diff --git a/psutil-5.4.1.tar.gz b/psutil-5.4.1.tar.gz new file mode 100644 index 0000000..39267cb --- /dev/null +++ b/psutil-5.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e2de159e3c987435cb3b47d6f37035db190a1499f3af714ba7af5c379b6ba2 +size 408489 diff --git a/python-psutil.changes b/python-psutil.changes index 7d228cf..484c4d4 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Nov 10 22:54:03 UTC 2017 - arun@gmx.de + +- update to version 5.4.1: + * Enhancements + + 1164: [AIX] add support for Process.num_ctx_switches(). (patch + by Arnon Yaari) + + 1053: abandon Python 3.3 support (psutil still works but it's no + longer tested). + * Bug fixes + + 1150: [Windows] when a process is terminate()d now the exit code + is set to SIGTERM instead of 0. (patch by Akos Kiss) + + 1151: python -m psutil.tests fail + + 1154: [AIX] psutil won't compile on AIX 6.1.0. (patch by Arnon + Yaari) + + 1167: [Windows] net_io_counter() packets count now include also + non-unicast packets. (patch by Matthew Long) + ------------------------------------------------------------------- Sun Oct 22 17:07:53 UTC 2017 - arun@gmx.de diff --git a/python-psutil.spec b/python-psutil.spec index efc1e1b..4cd3fc0 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.0 +Version: 5.4.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause