From: Wang Mingyu Date: Tue, 20 Aug 2024 06:51:38 +0000 (+0800) Subject: python3-setuptools: upgrade 72.1.0 -> 72.2.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fccef7a731f44e5d27653e06becb54cf770e5e5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools: upgrade 72.1.0 -> 72.2.0 Changelog: - Support for Pathlike objects in data files and extensions - native support for C++ compilers - removed unused get_msvcr() Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_72.1.0.bb rename to meta/recipes-devtools/python/python3-setuptools_72.2.0.bb index 945d443affc..63ea999960b 100644 --- a/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_72.2.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] = "8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec" +SRC_URI[sha256sum] = "80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9" DEPENDS += "python3"