From: Wang Mingyu Date: Wed, 24 Apr 2024 08:42:24 +0000 (+0800) Subject: python3-setuptools: upgrade 69.2.0 -> 69.5.1 X-Git-Tag: uninative-4.5~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e411840719054ed7e1ada8b2386860a91c80672b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-setuptools: upgrade 69.2.0 -> 69.5.1 Changelog: ============= - Merged bugfix for pypa/distutils - Refresh unpinned vendored dependencies. - Updated vendored packaging to version 24.0. - Remove attempt to canonicalize the version. It's already canonical enough. - Support PEP 625 by canonicalizing package name and version in filenames. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools_69.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_69.2.0.bb rename to meta/recipes-devtools/python/python3-setuptools_69.5.1.bb index 897398afc5d..8261b09d164 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.2.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.5.1.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] = "0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e" +SRC_URI[sha256sum] = "6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987" DEPENDS += "python3"