diff mbox series

[meta-python,51/64] python3-scikit-build-core: upgrade 0.11.3 -> 0.11.4

Message ID 20250610033330.924-51-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/64] audit: upgrade 4.0.4 -> 4.0.5 | expand

Commit Message

Wang Mingyu June 10, 2025, 3:33 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
Fixes:
- Typo in license-files
- Fix dynamic-metadata iteration (only affected GraalPy)
- Better abiflags implementation, uses ABIFLAGS on 3.14+, supports GraalPy
- File API commandFragments is optional
- Add python -m scikit_build_core printout and a few CLI issues
- Add some platform info to logging

Internal:
- Explicit mypy ignores
- Adjust typing to be ready for next mypy release

Documentation:
- Refactor the documentation to use single-line summaries

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...build-core_0.11.3.bb => python3-scikit-build-core_0.11.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-scikit-build-core_0.11.3.bb => python3-scikit-build-core_0.11.4.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb
rename to meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb
index 134bb3aeac..d1b2fde166 100644
--- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb
+++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.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] = "74baf7cbc089f8621cc0646d9c5679034d5be1b014c10912dc32a4bcd1092506"
+SRC_URI[sha256sum] = "5b194bbb04092ae327d294b23e4bbffb6181adce4259440a86c9cf6abb8eaa6c"
 
 BBCLASSEXTEND = "native nativesdk"