Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2018-08-27 12:54:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and      /work/SRC/openSUSE:Factory/.python-psutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psutil"

Mon Aug 27 12:54:53 2018 rev:44 rq:630325 version:5.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes      
2018-06-18 13:48:46.428597196 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2018-08-27 12:55:06.628537953 +0200
@@ -1,0 +2,29 @@
+Sat Aug 18 17:02:59 UTC 2018 - [email protected]
+
+- update to version 5.4.7:
+  * Enhancements
+    + 1286: [macOS] psutil.OSX constant is now deprecated in favor of
+      new psutil.MACOS.
+    + 1309: [Linux] added psutil.STATUS_PARKED constant for
+      Process.status().
+    + 1321: [Linux] add disk_io_counters() dual implementation relying
+      on /sys/block filesystem in case /proc/diskstats is not
+      available. (patch by Lawrence Ye)
+  * Bug fixes
+    + 1209: [macOS] Process.memory_maps() may fail with EINVAL due to
+      poor task_for_pid() syscall. AccessDenied is now raised instead.
+    + 1278: [macOS] Process.threads() incorrectly return microseconds
+      instead of seconds. (patch by Nikhil Marathe)
+    + 1279: [Linux, macOS, BSD] net_if_stats() may return ENODEV.
+    + 1294: [Windows] psutil.Process().connections() may sometime fail
+      with MemoryError. (patch by sylvainduchesne)
+    + 1305: [Linux] disk_io_stats() may report inflated r/w bytes
+      values.
+    + 1309: [Linux] Process.status() is unable to recognize "idle" and
+      "parked" statuses (returns '?').
+    + 1313: [Linux] disk_io_counters() can report inflated IO counters
+      due to erroneously counting base disk device and its
+      partition(s) twice.
+    + 1323: [Linux] sensors_temperatures() may fail with ValueError.
+
+-------------------------------------------------------------------
@@ -78,0 +108,5 @@
+Thu Dec 21 14:40:27 UTC 2017 - [email protected]
+
+- build python3 subpackage (FATE#324435, bsc#1073879)
+
+-------------------------------------------------------------------
@@ -866,0 +901,5 @@
+
+-------------------------------------------------------------------
+Wed Sep  3 01:41:38 CEST 2014 - [email protected]
+
+- sanitize release line in specfile

Old:
----
  psutil-5.4.6.tar.gz

New:
----
  psutil-5.4.7.tar.gz

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

Other differences:
------------------
++++++ python-psutil.spec ++++++
--- /var/tmp/diff_new_pack.rnuNzH/_old  2018-08-27 12:55:07.520538930 +0200
+++ /var/tmp/diff_new_pack.rnuNzH/_new  2018-08-27 12:55:07.524538935 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-psutil
-Version:        5.4.6
+Version:        5.4.7
 Release:        0
 Summary:        A process utilities module for Python
 License:        BSD-3-Clause
@@ -29,14 +29,14 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       net-tools
+Requires:       procps
 # SECTION test requirements
-BuildRequires:  python-ipaddress
-BuildRequires:  python-mock
 BuildRequires:  net-tools
 BuildRequires:  procps
+BuildRequires:  python-ipaddress
+BuildRequires:  python-mock
 # /SECTION
-Requires:       net-tools
-Requires:       procps
 %ifpython2
 Requires:       python-ipaddress
 %endif

++++++ psutil-5.4.6.tar.gz -> psutil-5.4.7.tar.gz ++++++
++++ 2862 lines of diff (skipped)


Reply via email to