From 4b4b017320bc62ee666600b8c431b8f1cbd48dda8334d103f1224602250f6847 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 30 May 2016 06:59:39 +0000 Subject: [PATCH] Accepting request 398523 from home:stroeder:branches:devel:languages:python update to 4.2.0 OBS-URL: https://build.opensuse.org/request/show/398523 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=58 --- psutil-4.1.0.tar.gz | 3 --- psutil-4.2.0.tar.gz | 3 +++ python-psutil.changes | 18 ++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 psutil-4.1.0.tar.gz create mode 100644 psutil-4.2.0.tar.gz diff --git a/psutil-4.1.0.tar.gz b/psutil-4.1.0.tar.gz deleted file mode 100644 index b8fe26c..0000000 --- a/psutil-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6abebec9c8833baaf1c51dd1b0259246d1d50b9b50e9a4aa66f33b1e98b8d17 -size 301330 diff --git a/psutil-4.2.0.tar.gz b/psutil-4.2.0.tar.gz new file mode 100644 index 0000000..99f507e --- /dev/null +++ b/psutil-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544f013a0aea7199e07e3efe5627f5d4165179a04c66050b234cc3be2eca1ace +size 311767 diff --git a/python-psutil.changes b/python-psutil.changes index 98e2082..604c3bf 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat May 28 11:34:45 UTC 2016 - michael@stroeder.com + +- update to version 4.2.0: + * Enhancements + + #795: [Windows] new APIs to deal with Windows services: + win_service_iter() and win_service_get(). + + #800: [Linux] psutil.virtual_memory() returns a new "shared" + memory field. + + #819: [Linux] speedup /proc parsing: - Process.ppid() is 20% + faster - Process.status() is 28% faster - Process.name() is 25% + faster - Process.num_threads is 20% faster on Python 3 + * Bug fixes + + #797: [Linux] net_if_stats() may raise OSError for certain NIC + cards. + + #813: Process.as_dict() should ignore extraneous attribute names + which gets attached to the Process instance. + ------------------------------------------------------------------- Sun Mar 13 15:05:56 UTC 2016 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 8378d95..66f7640 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause