From d94d3e792b00cd338b589fa08cd18e7a9176b19a42a023bb433cb4662355657b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 Aug 2018 11:24:15 +0000 Subject: [PATCH 1/2] - build python3 subpackage (FATE#324435, bsc#1073879) - sanitize release line in specfile OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=94 --- python-psutil.changes | 10 ++++++++++ python-psutil.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/python-psutil.changes b/python-psutil.changes index 7bb3a42..414e539 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -75,6 +75,11 @@ Wed Jan 3 22:40:21 UTC 2018 - arun@gmx.de * Bug fixes + 1193: pids() may return False on OSX. +------------------------------------------------------------------- +Thu Dec 21 14:40:27 UTC 2017 - mihai.dinca@suse.com + +- build python3 subpackage (FATE#324435, bsc#1073879) + ------------------------------------------------------------------- Thu Dec 7 16:47:30 UTC 2017 - arun@gmx.de @@ -865,6 +870,11 @@ Tue Sep 30 10:32:34 UTC 2014 - toddrme2178@gmail.com * Process instances' "retcode" attribute returned by psutil.wait_procs() has been renamed to "returncode" for consistency with subprocess.Popen. +------------------------------------------------------------------- +Wed Sep 3 01:41:38 CEST 2014 - ro@suse.de + +- sanitize release line in specfile + ------------------------------------------------------------------- Wed Nov 27 21:26:26 UTC 2013 - p.drouand@gmail.com diff --git a/python-psutil.spec b/python-psutil.spec index 5a9696d..76cbbdc 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -30,10 +30,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # 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 From a34080ca9b1a64042dc88f33538e85796e8e22795c2ce287654634df2db25b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 18 Aug 2018 20:54:08 +0000 Subject: [PATCH 2/2] Accepting request 630322 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/630322 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=95 --- psutil-5.4.6.tar.gz | 3 --- psutil-5.4.7.tar.gz | 3 +++ python-psutil.changes | 29 +++++++++++++++++++++++++++++ python-psutil.spec | 6 +++--- 4 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 psutil-5.4.6.tar.gz create mode 100644 psutil-5.4.7.tar.gz diff --git a/psutil-5.4.6.tar.gz b/psutil-5.4.6.tar.gz deleted file mode 100644 index 0d9a59c..0000000 --- a/psutil-5.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686e5a35fe4c0acc25f3466c32e716f2d498aaae7b7edc03e2305b682226bcf6 -size 418059 diff --git a/psutil-5.4.7.tar.gz b/psutil-5.4.7.tar.gz new file mode 100644 index 0000000..d84eeb0 --- /dev/null +++ b/psutil-5.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6322b167a5ba0c5463b4d30dfd379cd4ce245a1162ebf8fc7ab5c5ffae4f3b +size 420300 diff --git a/python-psutil.changes b/python-psutil.changes index 414e539..6b8a037 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Aug 18 17:02:59 UTC 2018 - arun@gmx.de + +- 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. + ------------------------------------------------------------------- Wed Jun 13 18:12:32 UTC 2018 - toddrme2178@gmail.com diff --git a/python-psutil.spec b/python-psutil.spec index 76cbbdc..6fd568f 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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 devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: net-tools +Requires: procps # SECTION test requirements BuildRequires: net-tools BuildRequires: procps BuildRequires: python-ipaddress BuildRequires: python-mock # /SECTION -Requires: net-tools -Requires: procps %ifpython2 Requires: python-ipaddress %endif