Accepting request 1003536 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1003536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2022-09-15 20:57:47 +00:00 committed by Git OBS Bridge
commit 0be673427f
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954
size 479090

3
psutil-5.9.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c
size 479757

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Sep 10 15:41:34 UTC 2022 - Arun Persaud <arun@gmx.de>
- 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 <sys/param.h>" 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 <code@bnavigator.de>

View File

@ -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