Accepting request 535808 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/535808 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=82
This commit is contained in:
parent
895caee925
commit
2c7aba5f55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12dd9c8abbad15f055e9579130035b38617020ce176f4a498b7870e6321ffa67
|
|
||||||
size 397075
|
|
3
psutil-5.4.0.tar.gz
Normal file
3
psutil-5.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e6397ec24a2ec09751447d9f169486b68b37ac7a8d794dca003ace4efaafc6a
|
||||||
|
size 406945
|
@ -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
|
Mon Sep 25 09:17:26 UTC 2017 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.3.1
|
Version: 5.4.0
|
||||||
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
|
||||||
@ -62,8 +62,6 @@ $python -O -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/
|
|||||||
%fdupes %{buildroot}%{$python_sitearch}
|
%fdupes %{buildroot}%{$python_sitearch}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user