From: Wang Mingyu Date: Wed, 22 Nov 2023 09:04:25 +0000 (+0800) Subject: python3-setuptools: upgrade 68.2.2 -> 69.0.2 X-Git-Tag: yocto-5.2~4499 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=159f1e8e3ec91fab5ab191821674b69626f0dc76;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools: upgrade 68.2.2 -> 69.0.2 Changelog: ============ -Added missing estimated date for removing setuptools.dep_util -Fixed imports of setuptools.dep_util.newer_group. A deprecation warning is issued instead of a hard failure. -Include type information (py.typed, *.pyi) by default -Exported distutils.dep_util and setuptools.dep_util through setuptools.modified -Merged with pypa/distutils@7a04cbda0fc714. -Replaced hardcoded numeric values with dis.opmap, fixing problem with 3.13.0a1. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-setuptools_68.2.2.bb b/meta/recipes-devtools/python/python3-setuptools_69.0.2.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_68.2.2.bb rename to meta/recipes-devtools/python/python3-setuptools_69.0.2.bb index 06957d7000c..8093ab9ba84 100644 --- a/meta/recipes-devtools/python/python3-setuptools_68.2.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.0.2.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] = "4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87" +SRC_URI[sha256sum] = "735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6" DEPENDS += "${PYTHON_PN}"