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:
parent
5d62156c16
commit
19997a3da5
@ -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
3
psutil-4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b
|
||||
size 315878
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user