Accepting request 1034803 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1034803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2022-11-10 13:19:15 +00:00 committed by Git OBS Bridge
commit 52809e2d40
4 changed files with 20 additions and 4 deletions

View File

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

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

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

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>

View File

@ -24,7 +24,7 @@
%endif
%bcond_without python2
Name: python-psutil
Version: 5.9.3
Version: 5.9.4
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause