diff --git a/psutil-5.1.3.tar.gz b/psutil-5.1.3.tar.gz deleted file mode 100644 index 19b5feb..0000000 --- a/psutil-5.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:959bd58bdc8152b0a143cb3bd822d4a1b8f7230617b0e3eb2ff6e63812120f2b -size 341980 diff --git a/psutil-5.2.0.tar.gz b/psutil-5.2.0.tar.gz new file mode 100644 index 0000000..cf57665 --- /dev/null +++ b/psutil-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc91d068faa5613c093335f0e758673ef8c722ad4bfa4aded64c13ae69089eb +size 345519 diff --git a/python-psutil.changes b/python-psutil.changes index 6fad397..f76ffe9 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -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 diff --git a/python-psutil.spec b/python-psutil.spec index fd1cc6a..e7de8d2 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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