From bc488be5a8d260a0bdc69c37173a7168706f9be3 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 3 Aug 2022 16:44:06 +0800 Subject: [PATCH] python3-setuptools: upgrade 63.2.0 -> 63.3.0 Merge with pypa/distutils@129480b, including substantial delinting and cleanup, some refactoring around compiler logic, better messaging in cygwincompiler (pypa/distutils#161). Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli --- ...ython3-setuptools_63.2.0.bb => python3-setuptools_63.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_63.2.0.bb => python3-setuptools_63.3.0.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools_63.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_63.3.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_63.2.0.bb rename to meta/recipes-devtools/python/python3-setuptools_63.3.0.bb index 15c171b846c..da7e7892fd6 100644 --- a/meta/recipes-devtools/python/python3-setuptools_63.2.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_63.3.0.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] = "c04b44a57a6265fe34a4a444e965884716d34bae963119a76353434d6f18e450" +SRC_URI[sha256sum] = "273b6847ae61f7829c1affcdd9a32f67aa65233be508f4fbaab866c5faa4e408" DEPENDS += "${PYTHON_PN}" -- 2.47.3