diff mbox series

[v2,2/2] python3-build: upgrade 1.5.0 -> 1.5.1

Message ID 20260710134239.2098960-2-ross.burton@arm.com
State New
Headers show
Series [v2,1/2] fontconfig: upgrade 2.18.1 -> 2.18.2 | expand

Commit Message

Ross Burton July 10, 2026, 1:42 p.m. UTC
Highlights of the upstream changelog:

- feat(cli): accept sdist tarball as srcdir argument
- feat(deps): show wanted vs found in missing-deps error
- feat(cli): warn on valueless config settings
- feat(cli): add --sdist-extract-dir to reuse compiler caches
- feat(util): deprecate project_wheel_metadata
- feat: report resolved build dependency versions
- feat(env): control the isolated build environment location
- feat(cli): machine-readable build report, and metadata from a wheel
- fix(cli): drain verbose subprocess output without a worker thread
- fix(env): reject a file as --env-dir and drop a mutable default
- feat(cli): surface debug paths when a backend build fails
- fix(cli): fix CLI warnings being written to stdout instead of stderr
- fix: build correct dest path in Windows symlink support probe
- fix: derive dist-info directory from wheel contents, not filename
- fix: use LF instead of os.linesep when writing pip/uv requirements files
- fix: decide color support per output stream, not solely from stdout
- fix: minor robustness fixes from code review

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/{python3-build_1.5.0.bb => python3-build_1.5.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-build_1.5.0.bb => python3-build_1.5.1.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-build_1.5.0.bb b/meta/recipes-devtools/python/python3-build_1.5.1.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-build_1.5.0.bb
rename to meta/recipes-devtools/python/python3-build_1.5.1.bb
index e263e29383..dd741cb862 100644
--- a/meta/recipes-devtools/python/python3-build_1.5.0.bb
+++ b/meta/recipes-devtools/python/python3-build_1.5.1.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/pypa/build"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
 
-SRC_URI[sha256sum] = "302c22c3ba2a0fd5f3911918651341ebb3896176cbdec15bd421f80b1afc7647"
+SRC_URI[sha256sum] = "94e17f1db803ab22f46049376c44c8437c52090f0dfdf1adc43df56542d644fb"
 
 inherit pypi python_flit_core