14
0
forked from pool/python-psutil

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
This commit is contained in:
Thomas Bechtold
2016-05-30 06:59:39 +00:00
committed by Git OBS Bridge
parent d29db915e4
commit 4b4b017320
4 changed files with 22 additions and 4 deletions

View File

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