diff --git a/psutil-5.3.1.tar.gz b/psutil-5.3.1.tar.gz deleted file mode 100644 index a3a26fb..0000000 --- a/psutil-5.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12dd9c8abbad15f055e9579130035b38617020ce176f4a498b7870e6321ffa67 -size 397075 diff --git a/psutil-5.4.0.tar.gz b/psutil-5.4.0.tar.gz new file mode 100644 index 0000000..7d9bb3e --- /dev/null +++ b/psutil-5.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6397ec24a2ec09751447d9f169486b68b37ac7a8d794dca003ace4efaafc6a +size 406945 diff --git a/python-psutil.changes b/python-psutil.changes index b5ffd88..7d228cf 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -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 diff --git a/python-psutil.spec b/python-psutil.spec index baadfe6..efc1e1b 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.3.1 +Version: 5.4.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause @@ -62,8 +62,6 @@ $python -O -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/ %fdupes %{buildroot}%{$python_sitearch} } - - %if %{with test} %check make test