]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-psutil: upgrade 6.1.1 -> 7.0.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 18 Feb 2025 07:39:27 +0000 (15:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2025 22:52:42 +0000 (22:52 +0000)
Changelog:
==========
- net_if_addrs() also returns the broadcast address instead of None.
- Python 2.7 is no longer supported. Latest version supporting Python 2.7 is
  psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
- removed long deprecated Process.memory_info_ex() method. It was deprecated in
  psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info().
- Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use
  hundreds of GBs of memory.
- virtual_memory() now relies on host_statistics64 instead of host_statistics.
  This is the same approach used by vm_stat CLI tool, and should grant more accurate results.
- Python 2.7 is no longer supported.
- removed long deprecated Process.memory_info_ex() method.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-psutil_7.0.0.bb [moved from meta/recipes-devtools/python/python3-psutil_6.1.1.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/python/python3-psutil_6.1.1.bb
rename to meta/recipes-devtools/python/python3-psutil_7.0.0.bb
index 9cd2d20fff9f9b616c7e68413ae957881e69bbf1..22ead67ad9961860ec6cc5245db745c1b520e34c 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1"
 HOMEPAGE = "https://pypi.org/project/psutil/"
 
-SRC_URI[sha256sum] = "cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5"
+SRC_URI[sha256sum] = "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456"
 
 inherit pypi python_setuptools_build_meta