From 0ef156ff6979a906b3a93dfe841cbdaae3629584 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sat, 13 Dec 2025 17:58:09 +0100 Subject: [PATCH] python3-psutil: upgrade 7.0.0 -> 7.1.3 Release notes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Signed-off-by: Tom Geelen Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/{python3-psutil_7.0.0.bb => python3-psutil_7.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-psutil_7.0.0.bb => python3-psutil_7.1.3.bb} (90%) diff --git a/meta/recipes-devtools/python/python3-psutil_7.0.0.bb b/meta/recipes-devtools/python/python3-psutil_7.1.3.bb similarity index 90% rename from meta/recipes-devtools/python/python3-psutil_7.0.0.bb rename to meta/recipes-devtools/python/python3-psutil_7.1.3.bb index a2af198083..67d2080f21 100644 --- a/meta/recipes-devtools/python/python3-psutil_7.0.0.bb +++ b/meta/recipes-devtools/python/python3-psutil_7.1.3.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1" HOMEPAGE = "https://pypi.org/project/psutil/" -SRC_URI[sha256sum] = "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456" +SRC_URI[sha256sum] = "6c86281738d77335af7aec228328e944b30930899ea760ecf33a4dba66be5e74" inherit pypi python_setuptools_build_meta -- 2.47.3