From: Wang Mingyu Date: Thu, 1 Jun 2023 09:03:23 +0000 (+0800) Subject: python3-psutil: upgrade 5.9.4 -> 5.9.5 X-Git-Tag: uninative-4.1~576 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59d320d21620eb0788f87828a402aef4393f499;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-psutil: upgrade 5.9.4 -> 5.9.5 License-Update: Fix license: extra open quote. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb b/meta/recipes-devtools/python/python3-psutil_5.9.5.bb similarity index 82% rename from meta/recipes-devtools/python/python3-psutil_5.9.4.bb rename to meta/recipes-devtools/python/python3-psutil_5.9.5.bb index 019ea2dec15..c84e2225b8e 100644 --- a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb +++ b/meta/recipes-devtools/python/python3-psutil_5.9.5.bb @@ -1,9 +1,9 @@ SUMMARY = "A cross-platform process and system utilities module for Python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1" HOMEPAGE = "https://pypi.org/project/psutil/" -SRC_URI[sha256sum] = "3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62" +SRC_URI[sha256sum] = "5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c" inherit pypi setuptools3