From: Wang Mingyu Date: Tue, 13 Jan 2026 10:25:00 +0000 (+0800) Subject: python3-build: upgrade 1.3.0 -> 1.4.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4748800c9667ea5937d9c2ad810b923a6089b8;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-build: upgrade 1.3.0 -> 1.4.0 Changelog: =========== - Add --quiet flag - Add option to dump PEP 517 metadata with --metadata - Support UV environment variable - Remove a workaround for 3.14b1 - In 3.14 final release, color defaults to True already - Pass sp-repo-review - In pytest configuration, log_level is better than log_cli_level - Split up typing and mypy - Use types-colorama - In docs, first argument for _has_dependency is a name - Fix test failure when flit-core is installed Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-build_1.3.0.bb b/meta/recipes-devtools/python/python3-build_1.4.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-build_1.3.0.bb rename to meta/recipes-devtools/python/python3-build_1.4.0.bb index 2bf08ca08b..910f08374b 100644 --- a/meta/recipes-devtools/python/python3-build_1.3.0.bb +++ b/meta/recipes-devtools/python/python3-build_1.4.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/build" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" -SRC_URI[sha256sum] = "698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397" +SRC_URI[sha256sum] = "f1b91b925aa322be454f8330c6fb48b465da993d1e7e7e6fa35027ec49f3c936" inherit pypi python_flit_core