From 8ff7f9ec9cf236057e46419e9a372f20412375cf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 May 2025 16:59:21 +0800 Subject: [PATCH] python3-scikit-build-core: upgrade 0.11.1 -> 0.11.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...build-core_0.11.1.bb => python3-scikit-build-core_0.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-scikit-build-core_0.11.1.bb => python3-scikit-build-core_0.11.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb rename to meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb index 0632503ac9..134bb3aeac 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb @@ -10,6 +10,6 @@ DEPENDS = "python3-hatch-vcs-native" inherit pypi python_hatchling SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch" -SRC_URI[sha256sum] = "4e5988df5cd33f0bdb9967b72663ca99f50383c9bc21d8b24fa40c0661ae72b7" +SRC_URI[sha256sum] = "74baf7cbc089f8621cc0646d9c5679034d5be1b014c10912dc32a4bcd1092506" BBCLASSEXTEND = "native nativesdk"