forked from pool/python-psutil
Accepting request 668824 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/668824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=99
This commit is contained in:
committed by
Git OBS Bridge
parent
86003102d7
commit
9e9c218619
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 17:39:46 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 5.5.0:
|
||||
* Enhancements
|
||||
+ 1350: [FreeBSD] added support for sensors_temperatures(). (patch
|
||||
by Alex Manuskin)
|
||||
+ 1352: [FreeBSD] added support for CPU frequency. (patch by Alex
|
||||
Manuskin)
|
||||
* Bug fixes
|
||||
+ 1111: Process.oneshot() is now thread safe.
|
||||
+ 1354: [Linux] disk_io_counters() fails on Linux kernel 4.18+.
|
||||
+ 1357: [Linux] Process' memory_maps() and io_counters() method
|
||||
are no longer exposed if not supported by the kernel.
|
||||
+ 1368: [Windows] fix psutil.Process().ionice(...)
|
||||
mismatch. (patch by EccoTheFlintstone)
|
||||
+ 1370: [Windows] improper usage of CloseHandle() may lead to
|
||||
override the original error code when raising an exception.
|
||||
+ 1373: incorrect handling of cache in Process.oneshot() context
|
||||
causes Process instances to return incorrect results.
|
||||
+ 1376: [Windows] OpenProcess() now uses
|
||||
PROCESS_QUERY_LIMITED_INFORMATION access rights wherever
|
||||
possible, resulting in less AccessDenied exceptions being thrown
|
||||
for system processes.
|
||||
+ 1376: [Windows] check if variable is NULL before free()ing
|
||||
it. (patch by EccoTheFlintstone)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 1 22:42:43 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user