1
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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:959bd58bdc8152b0a143cb3bd822d4a1b8f7230617b0e3eb2ff6e63812120f2b
size 341980

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fc91d068faa5613c093335f0e758673ef8c722ad4bfa4aded64c13ae69089eb
size 345519

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

View File

@ -17,7 +17,7 @@
Name: python-psutil
Version: 5.1.3
Version: 5.2.0
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause