forked from pool/python-psutil
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user