From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 --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 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192716): https://lists.openembedded.org/g/openembedded-core/message/192716 Mute This Topic: https://lists.openembedded.org/mt/103260104/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
