Accepting request 494951 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/494951 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=34
This commit is contained in:
commit
f7c9d57a8a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fc91d068faa5613c093335f0e758673ef8c722ad4bfa4aded64c13ae69089eb
|
|
||||||
size 345519
|
|
3
psutil-5.2.2.tar.gz
Normal file
3
psutil-5.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:44746540c0fab5b95401520d29eb9ffe84b3b4a235bd1d1971cbe36e1f38dd13
|
||||||
|
size 348413
|
@ -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
|
Thu Mar 16 14:56:27 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.2.0
|
Version: 5.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user