14
0
forked from pool/python-psutil

Accepting request 479784 from home:stroeder:branches:devel:languages:python

update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/479784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=71
This commit is contained in:
Michael Ströder
2017-03-15 19:20:05 +00:00
committed by Git OBS Bridge
parent 94a550af86
commit 7e5659eef3
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Mar 15 13:52:27 UTC 2017 - michael@stroeder.com
- update to version 5.2.0
**Enhancements**
- 971_: [Linux] Add psutil.sensors_fans() function. (patch by Nicolas Hennion)
- 976_: [Windows] Process.io_counters() has 2 new fields: *other_count* and
*other_bytes*.
- 976_: [Linux] Process.io_counters() has 2 new fields: *read_chars* and
*write_chars*.
**Bug fixes**
- 872_: [Linux] can now compile on Linux by using MUSL C library.
- 985_: [Windows] Fix a crash in `Process.open_files` when the worker thread for `NtQueryObject` times out.
- 986_: [Linux] Process.cwd() may raise NoSuchProcess instead of ZombieProcess.
-------------------------------------------------------------------
Wed Feb 8 14:40:55 UTC 2017 - michael@stroeder.com