14
0
forked from pool/python-psutil

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
This commit is contained in:
2016-06-23 14:51:21 +00:00
committed by Git OBS Bridge
parent 25562e7c8f
commit ca5911f6cf
4 changed files with 21 additions and 4 deletions

View File

@@ -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