From: Wang Mingyu Date: Sun, 13 Nov 2022 03:03:57 +0000 (+0800) Subject: python3-setuptools: upgrade 65.5.0 -> 65.5.1 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f508081b34c297321b6a15e81d593cebc5efaee6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools: upgrade 65.5.0 -> 65.5.1 Changelog: ----- #3638: Drop a test dependency on the mock package, always use unittest.mock #3659: Fixed REDoS vector in package_index. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-setuptools_65.5.0.bb b/meta/recipes-devtools/python/python3-setuptools_65.5.1.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_65.5.0.bb rename to meta/recipes-devtools/python/python3-setuptools_65.5.1.bb index 8198cbd1048..8dc724e55a5 100644 --- a/meta/recipes-devtools/python/python3-setuptools_65.5.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_65.5.1.bb @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += "file://0001-change-shebang-to-python3.patch \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "512e5536220e38146176efb833d4a62aa726b7bbff82cfbc8ba9eaa3996e0b17" +SRC_URI[sha256sum] = "e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f" DEPENDS += "${PYTHON_PN}"