From: Wang Mingyu Date: Wed, 15 Mar 2023 11:11:20 +0000 (+0800) Subject: python3-setuptools: upgrade 67.4.0 -> 67.6.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ad28d785d199716d98550193c9d3a9877b94ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools: upgrade 67.4.0 -> 67.6.0 Changelog: ========= #3804: Added caching for supported wheel tags. #3846: Added pruning heuristics to PackageFinder based on exclude. #3843: Although pkg_resources has been discouraged for use, some projects still consider pkg_resources viable for usage. This change makes it clear that pkg_resources should not be used, emitting a DeprecationWarning when imported. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_67.6.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_67.4.0.bb rename to meta/recipes-devtools/python/python3-setuptools_67.6.0.bb index 1a29d37a02f..aa1d525c022 100644 --- a/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_67.6.0.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] = "e5fd0a713141a4a105412233c63dc4e17ba0090c8e8334594ac790ec97792330" +SRC_URI[sha256sum] = "2ee892cd5f29f3373097f5a814697e397cf3ce313616df0af11231e2ad118077" DEPENDS += "${PYTHON_PN}"