14
0
forked from pool/python-psutil

Accepting request 535808 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/535808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=82
This commit is contained in:
Michael Ströder
2017-10-22 17:35:19 +00:00
committed by Git OBS Bridge
parent 895caee925
commit 2c7aba5f55
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Oct 22 17:07:53 UTC 2017 - arun@gmx.de
- update to version 5.4.0:
* Enhancements
+ 1123: [AIX] added support for AIX platform. (patch by Arnon
Yaari)
* Bug fixes
+ 1009: [Linux] sensors_temperatures() may crash with IOError.
+ 1012: [Windows] disk_io_counters()'s read_time and write_time
were expressed in tens of micro seconds instead of milliseconds.
+ 1127: [OSX] invalid reference counting in Process.open_files()
may lead to segfault. (patch by Jakub Bacic)
+ 1129: [Linux] sensors_fans() may crash with IOError. (patch by
Sebastian Saip)
+ 1131: [SunOS] fix compilation warnings. (patch by Arnon Yaari)
+ 1133: [Windows] can't compile on newer versions of Visual Studio
2017 15.4. (patch by Max Bélanger)
+ 1138: [Linux] can't compile on CentOS 5.0 and RedHat 5.0. (patch
by Prodesire)
-------------------------------------------------------------------
Mon Sep 25 09:17:26 UTC 2017 - michael@stroeder.com