From 1f3602a771c4f68dc5d052a9099d20f5741414d2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 15 Jan 2023 13:22:54 +0800 Subject: [PATCH] python3-setuptools: upgrade 65.6.3 -> 65.7.0 Changelog: ========= * #3594: Added "htmlcov" to FlatLayoutModuleFinder.DEFAULT_EXCLUDE -- by :user:'demianbrecht' * #3667: Added a human-readable error description when ".egg-info" directory is not writeable -- by :user:'droodev' * #3713: Fixed incomplete "getattr" statement that caused problems when accessing undefined attribute. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- ...ython3-setuptools_65.6.3.bb => python3-setuptools_65.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_65.6.3.bb => python3-setuptools_65.7.0.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools_65.6.3.bb b/meta/recipes-devtools/python/python3-setuptools_65.7.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_65.6.3.bb rename to meta/recipes-devtools/python/python3-setuptools_65.7.0.bb index a8bcb3a6024..789d212281c 100644 --- a/meta/recipes-devtools/python/python3-setuptools_65.6.3.bb +++ b/meta/recipes-devtools/python/python3-setuptools_65.7.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] = "a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75" +SRC_URI[sha256sum] = "4d3c92fac8f1118bb77a22181355e29c239cabfe2b9effdaa665c66b711136d7" DEPENDS += "${PYTHON_PN}" -- 2.47.3