From: Wang Mingyu Date: Tue, 21 Feb 2023 10:20:00 +0000 (+0800) Subject: python3-setuptools: upgrade 67.3.1 -> 67.3.3 X-Git-Tag: 2023-04-mickledore~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de8e7e0c2cbd558678ee59fae8b0024c6d0a7b9a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- 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}"