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
This commit is contained in:
parent
acfccb018d
commit
bdca8db763
@ -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
3
psutil-5.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c
|
||||
size 479757
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user