Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-03-02 14:21:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-26 10:14:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-03-02 14:21:19.000000000 +0100
@@ -1,0 +2,41 @@
+Wed Feb 17 19:18:13 UTC 2016 - [email protected]
+
+- update to version 4.0.0
+
+**Enhancements**
+
+- #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.
+
+**Bug fixes**
+
+- #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:
------------------
++++++ python-psutil.spec ++++++
--- /var/tmp/diff_new_pack.1n1UAy/_old  2016-03-02 14:21:20.000000000 +0100
+++ /var/tmp/diff_new_pack.1n1UAy/_new  2016-03-02 14:21:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-psutil
-Version:        3.4.2
+Version:        4.0.0
 Release:        0
 Summary:        A process utilities module for Python
 License:        BSD-3-Clause
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO
 %{python_sitearch}/psutil/
 %{python_sitearch}/psutil/_psutil_*.so
 %{python_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