diff mbox series

python3-psutil: upgrade 5.9.6 -> 5.9.7

Message ID 1702979938-8436-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 69bc749e385848239407de1693d0c3db9692b72c
Headers show
Series python3-psutil: upgrade 5.9.6 -> 5.9.7 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 19, 2023, 9:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-enforce Ruff rule raw-string-in-exception, which helps providing clearer
 tracebacks when exceptions are raised by psutil.
-[PyPy]: psutil did not compile on PyPy due to missing
 PyErr_SetExcFromWindowsErrWithFilenameObject cPython API.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-psutil_5.9.6.bb => python3-psutil_5.9.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-psutil_5.9.6.bb => python3-psutil_5.9.7.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.6.bb b/meta/recipes-devtools/python/python3-psutil_5.9.7.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-psutil_5.9.6.bb
rename to meta/recipes-devtools/python/python3-psutil_5.9.7.bb
index df4f776b7b..9a8c3e11f8 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.6.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.7.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] = "e4b92ddcd7dd4cdd3f900180ea1e104932c7bce234fb88976e2a3b296441225a"
+SRC_URI[sha256sum] = "3f02134e82cfb5d089fddf20bb2e03fd5cd52395321d1c8458a9e58500ff417c"
 
 inherit pypi setuptools3