From d29db915e4acf2e7cc579d060321b811753a69479e54ca1013631201ccb6d7cb Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 14 Mar 2016 19:00:35 +0000
Subject: [PATCH] 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
---
psutil-4.0.0.tar.gz | 3 ---
psutil-4.1.0.tar.gz | 3 +++
python-psutil.changes | 26 ++++++++++++++++++++++++++
python-psutil.spec | 4 ++--
4 files changed, 31 insertions(+), 5 deletions(-)
delete mode 100644 psutil-4.0.0.tar.gz
create mode 100644 psutil-4.1.0.tar.gz
diff --git a/psutil-4.0.0.tar.gz b/psutil-4.0.0.tar.gz
deleted file mode 100644
index 50e25af..0000000
--- a/psutil-4.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1a7c672f9ee79c84ff16b8de6f6040080f0e25002ac47f115f4a54aa88e5cfcd
-size 293800
diff --git a/psutil-4.1.0.tar.gz b/psutil-4.1.0.tar.gz
new file mode 100644
index 0000000..b8fe26c
--- /dev/null
+++ b/psutil-4.1.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6abebec9c8833baaf1c51dd1b0259246d1d50b9b50e9a4aa66f33b1e98b8d17
+size 301330
diff --git a/python-psutil.changes b/python-psutil.changes
index a45ffc7..98e2082 100644
--- a/python-psutil.changes
+++ b/python-psutil.changes
@@ -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
diff --git a/python-psutil.spec b/python-psutil.spec
index 2bdf5a7..8378d95 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -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