1
0
forked from pool/python-psutil

Accepting request 430376 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/430376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2016-09-27 11:45:06 +00:00 committed by Git OBS Bridge
commit 2e87c369e6
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86197ae5978f216d33bfff4383d5cc0b80f079d09cf45a2a406d1abb5d0299f0
size 316470

3
psutil-4.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b
size 315878

View File

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

View File

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