14
0
forked from pool/python-psutil

Accepting request 1034380 from home:stroeder:python

update to version 5.9.4

OBS-URL: https://build.opensuse.org/request/show/1034380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=150
This commit is contained in:
2022-11-09 09:26:01 +00:00
committed by Git OBS Bridge
parent a581f33459
commit 7f6f3df1e0
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 7 20:52:52 UTC 2022 - Michael Ströder <michael@stroeder.com>
- update to version 5.9.4:
* Enhancements
- 2102: use Limited API when building wheels with CPython 3.6+ on Linux,
macOS and Windows. This allows to use pre-built wheels in all future
versions of cPython 3. (patch by Matthieu Darbois)
* Bug fixes
- 2077, [Windows]: Use system-level values for virtual_memory().
(patch by Daniel Widdis)
- 2156, [Linux]: compilation may fail on very old gcc compilers due to
missing SPEED_UNKNOWN definition. (patch by Amir Rossert)
- 2010, [macOS]: on MacOS, arm64 IFM_1000_TX and IFM_1000_T are
the same value, causing a build failure. (patch by Lawrence D'Anna)
-------------------------------------------------------------------
Sat Oct 22 16:23:10 UTC 2022 - Arun Persaud <arun@gmx.de>