14
0
forked from pool/python-psutil

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:
2022-09-14 13:33:23 +00:00
committed by Git OBS Bridge
parent acfccb018d
commit bdca8db763
4 changed files with 23 additions and 7 deletions

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>