diff mbox series

python3-pyproject-hooks: upgrade 1.2.0 -> 1.3.0

Message ID 20260916122437.2101254-1-ross.burton@arm.com
State New
Headers show
Series python3-pyproject-hooks: upgrade 1.2.0 -> 1.3.0 | expand

Commit Message

Ross Burton Sept. 16, 2026, 12:24 p.m. UTC
Upstream release notes:

- Python 3.8 or above is now required.
- UserWarnings from the backend are now captured and re-emitted in the frontend
  process as a new category BuildBackendWarning, so that frontends can
  control how they are shown to users.
- Show the traceback from the backend on a BackendUnavailable error.
- Fix the return type annotation for prepare_metadata_for_build_wheel.
- Fix removing the internal _in_process directory from sys.path where
  the install location includes a symlink.
- Use os.path.commonpath instead of the deprecated commonprefix to
  validate the location of in-tree backends.
- Fix in-tree backends in locations containing the path separator character
- Fix finding distribution metadata with importlib.metadata in the backend
  when an in-tree backend is used.
- pyproject_hooks can be built from source using flit_core 4.x.
- Document that the hooks.subprocess_runner context manager API is not
  thread-safein setuptools compatibility in 1.1.
  before imporing the backend.
- Rely on preferred "files" API on Python 3.9 and later.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb b/meta/recipes-devtools/python/python3-pyproject-hooks_1.3.0.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb
rename to meta/recipes-devtools/python/python3-pyproject-hooks_1.3.0.bb
index cdb9fc78c91..fda19f2f8d7 100644
--- a/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb
+++ b/meta/recipes-devtools/python/python3-pyproject-hooks_1.3.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/pypa/pyproject-hooks"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=aad69c93f605003e3342b174d9b0708c"
 
-SRC_URI[sha256sum] = "1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8"
+SRC_URI[sha256sum] = "26dfd4229ff1820b7964be33bd3eb64367eb7c841215defe11341450c219ce20"
 
 inherit pypi python_flit_core