From ca5911f6cfa9aaf1d5fbadc09f2e57ceda50b93724bdc497e2d26effe5ebe5d5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 23 Jun 2016 14:51:21 +0000 Subject: [PATCH] Accepting request 403655 from home:stroeder:branches:devel:languages:python update to upstream release 4.3.0 (successfully tested on openSUSE Tumbleweed (20160613) x86_64) OBS-URL: https://build.opensuse.org/request/show/403655 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=61 --- psutil-4.2.0.tar.gz | 3 --- psutil-4.3.0.tar.gz | 3 +++ python-psutil.changes | 17 +++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 psutil-4.2.0.tar.gz create mode 100644 psutil-4.3.0.tar.gz diff --git a/psutil-4.2.0.tar.gz b/psutil-4.2.0.tar.gz deleted file mode 100644 index 99f507e..0000000 --- a/psutil-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:544f013a0aea7199e07e3efe5627f5d4165179a04c66050b234cc3be2eca1ace -size 311767 diff --git a/psutil-4.3.0.tar.gz b/psutil-4.3.0.tar.gz new file mode 100644 index 0000000..db695aa --- /dev/null +++ b/psutil-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86197ae5978f216d33bfff4383d5cc0b80f079d09cf45a2a406d1abb5d0299f0 +size 316470 diff --git a/python-psutil.changes b/python-psutil.changes index 6ed805f..c94c1ad 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jun 20 07:39:11 UTC 2016 - michael@stroeder.com + +- update to version 4.3.0: + * #819: [Linux] different speedup improvements: + Process.ppid() is 20% faster + Process.status() is 28% faster + Process.name() is 25% faster + Process.num_threads is 20% faster on Python 3 + * #810: [Windows] Windows wheels are incompatible with pip 7.1.2. + * #812: [NetBSD] fix compilation on NetBSD-5.x. + * #823: [NetBSD] virtual_memory() raises TypeError on Python 3. + * #829: [UNIX] psutil.disk_usage() percent field takes root reserved space + into account. + * #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB in + Windows Vista (NT 6.0) and above using 64bit values from newer win APIs. + ------------------------------------------------------------------- Mon May 30 07:28:01 UTC 2016 - tbechtold@suse.com diff --git a/python-psutil.spec b/python-psutil.spec index af154ca..78d2a9c 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 4.2.0 +Version: 4.3.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause