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:
parent
a581f33459
commit
7f6f3df1e0
@ -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
3
psutil-5.9.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62
|
||||||
|
size 485825
|
@ -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>
|
Sat Oct 22 16:23:10 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.9.3
|
Version: 5.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user