diff mbox series

python3-build: upgrade 1.6.0 -> 1.6.1

Message ID 20260911112216.2675023-1-ross.burton@arm.com
State New
Headers show
Series python3-build: upgrade 1.6.0 -> 1.6.1 | expand

Commit Message

Ross Burton Sept. 11, 2026, 11:22 a.m. UTC
Abridged release notes:

- Avoid trying to detect symlinks on Windows, regression in 1.6.0
- Add ``--sdist-extract-dir`` to extract the intermediate sdist into a
  persistent directory, enabling compiler cache reuse across rebuilds
- Add ``--env-dir`` to place the isolated build environment at a fixed
  path, enabling compiler cache reuse across builds
- Deprecate :func:`build.util.project_wheel_metadata`; use ``python -m
  build --metadata`` instead
- Warn on config settings without a value (e.g. ``-C--my-flag``); use
  ``-C--my-flag=`` instead for compatibility with pip

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

Patch

diff --git a/meta/recipes-devtools/python/python3-build_1.6.0.bb b/meta/recipes-devtools/python/python3-build_1.6.1.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-build_1.6.0.bb
rename to meta/recipes-devtools/python/python3-build_1.6.1.bb
index acec9cd9efd..e5b673c5447 100644
--- a/meta/recipes-devtools/python/python3-build_1.6.0.bb
+++ b/meta/recipes-devtools/python/python3-build_1.6.1.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
 
 SRC_URI += "file://check-valid-dist.patch"
 
-SRC_URI[sha256sum] = "bd2c8afc603e7a2e0ce70e2ea85f0a6d02043bafbd307f5bada0f98669eca5af"
+SRC_URI[sha256sum] = "51cc11666391ab6f092070437ac747002ff46f3e4113a3622177ee6b488bfc53"
 
 inherit pypi python_flit_core