diff --git a/psutil-5.2.0.tar.gz b/psutil-5.2.0.tar.gz deleted file mode 100644 index cf57665..0000000 --- a/psutil-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fc91d068faa5613c093335f0e758673ef8c722ad4bfa4aded64c13ae69089eb -size 345519 diff --git a/psutil-5.2.2.tar.gz b/psutil-5.2.2.tar.gz new file mode 100644 index 0000000..b6fd847 --- /dev/null +++ b/psutil-5.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44746540c0fab5b95401520d29eb9ffe84b3b4a235bd1d1971cbe36e1f38dd13 +size 348413 diff --git a/python-psutil.changes b/python-psutil.changes index a8673ae..1de53f0 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Apr 29 16:13:29 UTC 2017 - michael@stroeder.com + +- update to version 5.2.2 + +**Bug fixes** +- 1000_: fixed some setup.py warnings. +- 1002_: [SunOS] remove C macro which will not be available on new Solaris + versions. (patch by Danek Duvall) +- 1004_: [Linux] Process.io_counters() may raise ValueError. +- 1006_: [Linux] cpu_freq() may return None on some Linux versions does not + support the function; now the function is not declared instead. +- 1009_: [Linux] sensors_temperatures() may raise OSError. +- 1010_: [Linux] virtual_memory() may raise ValueError on Ubuntu 14.04. +- 981_: [Linux] cpu_freq() may return an empty list. +- 993_: [Windows] Process.memory_maps() on Python 3 may raise + UnicodeDecodeError. +- 996_: [Linux] sensors_temperatures() may not show all temperatures. +- 997_: [FreeBSD] virtual_memory() may fail due to missing sysctl parameter on + FreeBSD 12. + ------------------------------------------------------------------- Thu Mar 16 14:56:27 UTC 2017 - jmatejek@suse.com diff --git a/python-psutil.spec b/python-psutil.spec index bf11b45..26dbc44 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.2.0 +Version: 5.2.2 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause