Hello community,

here is the log from the commit of package python3-psutil for openSUSE:Factory 
checked in at 2016-02-22 08:57:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-psutil (Old)
 and      /work/SRC/openSUSE:Factory/.python3-psutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-psutil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-psutil/python3-psutil.changes    
2016-02-01 19:57:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psutil.new/python3-psutil.changes       
2016-02-22 08:57:57.000000000 +0100
@@ -1,0 +2,42 @@
+Wed Feb 17 16:58:17 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * removed examples from %doc, not in tar-ball anymore
+
+- update to version 4.0.0:
+  * #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time"
+     field.
+  * #660: [Windows] make.bat is smarter in finding alternative VS
+     install locations. (patch by mpderbec)
+  * #732: Process.environ(). (patch by Frank Benkstein)
+  * #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real"
+     memory stats. (patch by Eric Rahm)
+  * #755: Process.memory_percent() "memtype" parameter.
+  * #758: tests now live in psutil namespace.
+  * #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.)
+  * #756: [Linux] disk_io_counters() return 2 new fields:
+     read_merged_count and write_merged_count.
+  * #762: new scripts/procsmem.py script.
+  * #704: [Solaris] psutil does not compile on Solaris sparc.
+  * #734: on Python 3 invalid UTF-8 data is not correctly handled for
+     process name(), cwd(), exe(), cmdline() and open_files() methods
+     resulting in UnicodeDecodeError exceptions. 'surrogateescape'
+     error handler is now used as a workaround for replacing the
+     corrupted data.
+  * #737: [Windows] when the bitness of psutil and the target process
+     was different cmdline() and cwd() could return a wrong result or
+     incorrectly report an AccessDenied error.
+  * #741: [OpenBSD] psutil does not compile on mips64.
+  * #751: [Linux] fixed call to Py_DECREF on possible Null object.
+  * #754: [Linux] cmdline() can be wrong in case of zombie process.
+  * #759: [Linux] Process.memory_maps() may return paths ending with "
+     (deleted)"
+  * #761: [Windows] psutil.boot_time() wraps to 0 after 49 days.
+  * #764: [NetBSD] fix compilation on NetBSD-6.x.
+  * #766: [Linux] net_connections() can't handle malformed
+     /proc/net/unix file.
+  * #767: [Linux] disk_io_counters() may raise ValueError on 2.6
+     kernels and it's broken on 2.4 kernels.
+  * #770: [NetBSD] disk_io_counters() metrics didn't update.
+
+-------------------------------------------------------------------

Old:
----
  psutil-3.4.2.tar.gz

New:
----
  psutil-4.0.0.tar.gz

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

Other differences:
------------------
++++++ python3-psutil.spec ++++++
--- /var/tmp/diff_new_pack.ePhK4B/_old  2016-02-22 08:57:58.000000000 +0100
+++ /var/tmp/diff_new_pack.ePhK4B/_new  2016-02-22 08:57:58.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-psutil
-Version:        3.4.2
+Version:        4.0.0
 Release:        0
 Summary:        A process utilities module for Python
 License:        BSD-3-Clause
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS HISTORY.rst LICENSE README.rst TODO
 %{python3_sitearch}/psutil/
 %{python3_sitearch}/psutil/_psutil_*.so
 %{python3_sitearch}/psutil-%{version}-py*.egg-info

++++++ psutil-3.4.2.tar.gz -> psutil-4.0.0.tar.gz ++++++
++++ 20051 lines of diff (skipped)


Reply via email to