From: wangmy Date: Wed, 3 Aug 2022 08:44:06 +0000 (+0800) Subject: python3-setuptools: upgrade 63.2.0 -> 63.3.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc488be5a8d260a0bdc69c37173a7168706f9be3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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}"