Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-11-20 18:18:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and      /work/SRC/openSUSE:Factory/.python-psutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psutil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes      
2016-09-27 13:45:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-11-20 18:18:41.000000000 +0100
@@ -1,0 +2,42 @@
+Tue Nov  8 21:15:33 UTC 2016 - [email protected]
+
+- update to version 5.0.0:
+  * Enhncements
+    + 799: new Process.oneshot() context manager making Process
+      methods around +2x faster in general and from +2x to +6x faster
+      on Windows.
+    + 943: better error message in case of version conflict on import.
+  * Bug fixes
+    + 932: [NetBSD] net_connections() and Process.connections() may
+      fail without raising an exception.
+    + 933: [Windows] memory leak in cpu_stats() and
+      WindowsService.description().
+      
+-------------------------------------------------------------------
+Sat Nov  5 16:22:59 UTC 2016 - [email protected]
+
+- Update to version 4.4.2:
+  * 931: psutil no longer compiles on Solaris.
+
+-------------------------------------------------------------------
+Tue Oct 25 18:13:08 UTC 2016 - [email protected]
+
+- Update to version 4.4.1:
+  * 927: Popen.__del__() may cause maximum recursion depth error.
+- Update to version 4.4.0:
+  Enhancements
+  * 887: [Linux] virtual_memory()'s 'available' and 'used' 
+    values are more precise and match "free" cmdline utility. 
+    "available" also takes into account LCX containers 
+    preventing "available" to overflow "total".
+  * 891: procinfo.py script has been updated and provides a 
+    lot more info.
+  Bug fixes
+  * 825: [Linux] cpu_affinity; fix possible double close and 
+    use of unopened socket.
+  * 885: ValueError is raised if a negative integer is passed 
+    to cpu_percent() functions.
+  * 892: [Linux] Process.cpu_affinity([-1]) raise SystemError 
+    with no error set; now ValueError is raised.
+
+-------------------------------------------------------------------

Old:
----
  psutil-4.3.1.tar.gz

New:
----
  psutil-5.0.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-psutil.spec ++++++
--- /var/tmp/diff_new_pack.ZNa6yW/_old  2016-11-20 18:18:42.000000000 +0100
+++ /var/tmp/diff_new_pack.ZNa6yW/_new  2016-11-20 18:18:42.000000000 +0100
@@ -17,15 +17,16 @@
 
 
 Name:           python-psutil
-Version:        4.3.1
+Version:        5.0.0
 Release:        0
 Summary:        A process utilities module for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://pypi.python.org/pypi/psutil/
-Source:         
https://pypi.io/packages/source/p/psutil/psutil-%{version}.tar.gz
+Source:         https://pypi.io/packages/source/p/psutil/psutil-%{version}.zip
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  unzip
 Requires:       net-tools
 Requires:       procps
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to