diff mbox series

[meta-python,38/45] python3-scikit-build-core: upgrade 0.11.0 -> 0.11.1

Message ID 1742893312-3809-38-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/45] abseil-cpp: upgrade 20250127.0 -> 20250127.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 25, 2025, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Bump pyproject-metadata to handle form feeds on Python < 3.12.8
- Increase timeout on CI
- Ignore deprecation message from cattrs on Python 3.14 alphas
- Add more integration tests in Fedora
- Restore example builds for Windows/macOS
- Remove leftover Python 3.7 checks
- Bump pytest version and include pytest-xdist
- Bump to ruff 0.10, work around bug
- Clarify verbosity options
- Fix incorrect configuration example
- Fix incorrect name (PYBIND11_NEWPYTHON -> PYBIND11_FINDPYTHON)

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.0.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.0.bb
rename to meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb
index 2d01f0bf03..0632503ac9 100644
--- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.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] = "423d8b0885bf1942816c851f8ec7c1efc0a7ecad4f38ff43d5ba869a894b107b"
+SRC_URI[sha256sum] = "4e5988df5cd33f0bdb9967b72663ca99f50383c9bc21d8b24fa40c0661ae72b7"
 
 BBCLASSEXTEND = "native nativesdk"