1
0
forked from pool/python-psutil

Accepting request 370950 from home:stroeder:branches:devel:languages:python

update to 4.1.0

OBS-URL: https://build.opensuse.org/request/show/370950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=56
This commit is contained in:
Denisart Benjamin 2016-03-14 19:00:35 +00:00 committed by Git OBS Bridge
parent 3e0b309039
commit d29db915e4
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a7c672f9ee79c84ff16b8de6f6040080f0e25002ac47f115f4a54aa88e5cfcd
size 293800

3
psutil-4.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6abebec9c8833baaf1c51dd1b0259246d1d50b9b50e9a4aa66f33b1e98b8d17
size 301330

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Mar 13 15:05:56 UTC 2016 - michael@stroeder.com
- removed TODO from %doc, not in upstream tar-ball anymore
- update to version 4.1.0:
* Enhancements
+ #777: [Linux] Process.open_files() on Linux return 3 new fields:
position, mode and flags.
+ #779: Process.cpu_times() returns two new fields,
'children_user' and 'children_system' (always set to 0 on OSX
and Windows).
+ #789: [Windows] psutil.cpu_times() return two new fields:
"interrupt" and "dpc". Same for psutil.cpu_times_percent().
+ #792: new psutil.cpu_stats() function returning number of CPU
ctx switches interrupts, soft interrupts and syscalls.
* Bug fixes
+ #774: [FreeBSD] net_io_counters() dropout is no longer set to 0
if the kernel provides it.
+ #776: [Linux] Process.cpu_affinity() may erroneously raise
NoSuchProcess. (patch by wxwright)
+ #780: [OSX] psutil does not compile with some gcc versions.
+ #786: net_if_addrs() may report incomplete MAC addresses.
+ #788: [NetBSD] virtual_memory()'s buffers and shared values were
set to 0.
+ #790: [OSX] psutil won't compile on OSX 10.4.
-------------------------------------------------------------------
Wed Feb 17 19:18:13 UTC 2016 - michael@stroeder.com

View File

@ -17,7 +17,7 @@
Name: python-psutil
Version: 4.0.0
Version: 4.1.0
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause
@ -56,7 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO
%doc CREDITS scripts HISTORY.rst LICENSE README.rst
%{python_sitearch}/psutil/
%{python_sitearch}/psutil/_psutil_*.so
%{python_sitearch}/psutil-%{version}-py*.egg-info