From bdca8db763fe093b2ef6a9185ea1464fadac3aea2f91afd2da6af981fe39ad3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 14 Sep 2022 13:33:23 +0000 Subject: [PATCH] Accepting request 1003358 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/1003358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=146 --- psutil-5.9.1.tar.gz | 3 --- psutil-5.9.2.tar.gz | 3 +++ python-psutil.changes | 16 ++++++++++++++++ python-psutil.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 psutil-5.9.1.tar.gz create mode 100644 psutil-5.9.2.tar.gz diff --git a/psutil-5.9.1.tar.gz b/psutil-5.9.1.tar.gz deleted file mode 100644 index 4eb5803..0000000 --- a/psutil-5.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954 -size 479090 diff --git a/psutil-5.9.2.tar.gz b/psutil-5.9.2.tar.gz new file mode 100644 index 0000000..fc5a6ed --- /dev/null +++ b/psutil-5.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c +size 479757 diff --git a/python-psutil.changes b/python-psutil.changes index 1a95dc9..ae854c0 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 10 15:41:34 UTC 2022 - Arun Persaud + +- update to version 5.9.2: + * Bug fixes + + 2093_, [FreeBSD], **[critical]**: `pids()`_ may fail with + ENOMEM. Dynamically increase the "malloc()" buffer size until + it's big enough. + + 2095_, [Linux]: `net_if_stats()`_ returns incorrect interface + speed for 100GbE network cards. + + 2113_, [FreeBSD], **[critical]**: `virtual_memory()`_ may raise + ENOMEM due to missing "#include " directive. + (patch by Peter Jeremy) + + 2128_, [NetBSD]: `swap_memory()`_ was miscalculated. (patch by + Thomas Klausner) + ------------------------------------------------------------------- Fri Jul 15 07:59:26 UTC 2022 - Ben Greiner diff --git a/python-psutil.spec b/python-psutil.spec index c897c1d..09f83c7 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -24,7 +24,7 @@ %endif %bcond_without python2 Name: python-psutil -Version: 5.9.1 +Version: 5.9.2 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause @@ -44,11 +44,11 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: procps %if %{with test} -%if 0%{suse_version} < 1550 -BuildRequires: %{python_module unittest2} -%endif BuildRequires: net-tools BuildRequires: procps +%if 0%{?suse_version} < 1550 +BuildRequires: %{python_module unittest2} +%endif %if %{with python2} BuildRequires: python-ipaddress BuildRequires: python-mock