From de8e7e0c2cbd558678ee59fae8b0024c6d0a7b9a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 21 Feb 2023 18:20:00 +0800 Subject: [PATCH] python3-setuptools: upgrade 67.3.1 -> 67.3.3 Changelog: ========== #3820: Restore quoted #include argument to has_function. #3827: Improve deprecation warning message on pkg_resources.declare_namespace to display package name. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...ython3-setuptools_67.3.1.bb => python3-setuptools_67.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_67.3.1.bb => python3-setuptools_67.3.3.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools_67.3.1.bb b/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_67.3.1.bb rename to meta/recipes-devtools/python/python3-setuptools_67.3.3.bb index ef759c8bef4..053b671e2a3 100644 --- a/meta/recipes-devtools/python/python3-setuptools_67.3.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += " \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "daec07fd848d80676694d6bf69c009d28910aeece68a38dbe88b7e1bb6dba12e" +SRC_URI[sha256sum] = "ed4e75fafe103c79b692f217158ba87edf38d31004b9dbc1913debb48793c828" DEPENDS += "${PYTHON_PN}" -- 2.47.3