From f508081b34c297321b6a15e81d593cebc5efaee6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 13 Nov 2022 11:03:57 +0800 Subject: [PATCH] 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 --- ...ython3-setuptools_65.5.0.bb => python3-setuptools_65.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_65.5.0.bb => python3-setuptools_65.5.1.bb} (95%) 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}" -- 2.47.3