From: Wang Mingyu Date: Tue, 19 Dec 2023 09:58:58 +0000 (+0800) Subject: python3-psutil: upgrade 5.9.6 -> 5.9.7 X-Git-Tag: uninative-4.4~655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69bc749e385848239407de1693d0c3db9692b72c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-psutil: upgrade 5.9.6 -> 5.9.7 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 df4f776b7b5..9a8c3e11f89 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