From: Wang Mingyu Date: Sun, 13 Nov 2022 03:02:58 +0000 (+0800) Subject: python3-psutil: upgrade 5.9.3 -> 5.9.4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2aef4590c7733e21081a0a4969516c9d43cba86;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-psutil: upgrade 5.9.3 -> 5.9.4 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.3.bb b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb similarity index 87% rename from meta/recipes-devtools/python/python3-psutil_5.9.3.bb rename to meta/recipes-devtools/python/python3-psutil_5.9.4.bb index f0998031503..54d5784a0d1 100644 --- a/meta/recipes-devtools/python/python3-psutil_5.9.3.bb +++ b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" HOMEPAGE = "https://pypi.org/project/psutil/" -SRC_URI[sha256sum] = "7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6" +SRC_URI[sha256sum] = "3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62" inherit pypi setuptools3