diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 14:57:19 -0700 |
commit | 28295bfd591a3d00f706894e01b4f252ee2e1c0a (patch) | |
tree | 38541f352b6033534745b18c05e7b48054d3c8e5 /meta-python | |
parent | 40826ebae9f29ccb41e7640f6c68447e5580dda2 (diff) | |
download | meta-openembedded-28295bfd591a3d00f706894e01b4f252ee2e1c0a.tar.gz |
python3-scikit-build-core: upgrade 0.11.0 -> 0.11.1
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb (renamed from meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
10 | inherit pypi python_hatchling | 10 | inherit pypi python_hatchling |
11 | 11 | ||
12 | SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch" | 12 | SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch" |
13 | SRC_URI[sha256sum] = "423d8b0885bf1942816c851f8ec7c1efc0a7ecad4f38ff43d5ba869a894b107b" | 13 | SRC_URI[sha256sum] = "4e5988df5cd33f0bdb9967b72663ca99f50383c9bc21d8b24fa40c0661ae72b7" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |