From 19997a3da5e7e76eca595b1601a5e315e0bc7bc979c43a49349f10f19d1fa56d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Sep 2016 08:24:31 +0000 Subject: [PATCH] Accepting request 429933 from home:stroeder:branches:devel:languages:python update to upstream release 4.3.1 OBS-URL: https://build.opensuse.org/request/show/429933 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=64 --- psutil-4.3.0.tar.gz | 3 --- psutil-4.3.1.tar.gz | 3 +++ python-psutil.changes | 18 ++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 psutil-4.3.0.tar.gz create mode 100644 psutil-4.3.1.tar.gz diff --git a/psutil-4.3.0.tar.gz b/psutil-4.3.0.tar.gz deleted file mode 100644 index db695aa..0000000 --- a/psutil-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86197ae5978f216d33bfff4383d5cc0b80f079d09cf45a2a406d1abb5d0299f0 -size 316470 diff --git a/psutil-4.3.1.tar.gz b/psutil-4.3.1.tar.gz new file mode 100644 index 0000000..db6709b --- /dev/null +++ b/psutil-4.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b +size 315878 diff --git a/python-psutil.changes b/python-psutil.changes index 59c348e..a994bf1 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Sep 24 12:36:35 UTC 2016 - michael@stroeder.com + +- update to version 4.3.1: + * #881: "make install" now works also when using a virtual env. + * #854: Process.as_dict() raises ValueError if passed an erroneous attrs name. + * #857: [SunOS] Process cpu_times(), cpu_percent(), threads() amd + memory_maps() may raise RuntimeError if attempting to query a 64bit + process with a 32bit python. "Null" values are returned as a fallback. + * #858: Process.as_dict() should not return memory_info_ex() because it's + deprecated. + * #863: [Windows] memory_map truncates addresses above 32 bits + * #866: [Windows] win_service_iter() and services in general are not able + to handle unicode service names / descriptions. + * #869: [Windows] Process.wait() may raise TimeoutExpired with wrong + timeout unit (ms instead of sec). + * #870: [Windows] Handle leak inside psutil_get_process_data. + ------------------------------------------------------------------- Fri Jul 8 08:51:43 UTC 2016 - dmueller@suse.com diff --git a/python-psutil.spec b/python-psutil.spec index a25e65c..71adebe 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 4.3.0 +Version: 4.3.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause