From 83227b767299a1f8bbeb9e3b69eab8aa09fb6a07 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Apr 2024 15:10:12 +0800 Subject: [PATCH] python3-build: upgrade 1.1.1 -> 1.2.1 Changelog: ============ -Avoid error when terminal width is undetectable on Python < 3.11 -Add --installer option, supporting pip and uv. Added uv extra. -Improve console output and provide -v for dependency installation -Avoid compiling unused bytecode when using pip -Dropped support for Python 3.7 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/{python3-build_1.1.1.bb => python3-build_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-build_1.1.1.bb => python3-build_1.2.1.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-build_1.1.1.bb b/meta/recipes-devtools/python/python3-build_1.2.1.bb similarity index 89% rename from meta/recipes-devtools/python/python3-build_1.1.1.bb rename to meta/recipes-devtools/python/python3-build_1.2.1.bb index 7fc3eef91b9..0156861201d 100644 --- a/meta/recipes-devtools/python/python3-build_1.1.1.bb +++ b/meta/recipes-devtools/python/python3-build_1.2.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/build" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" -SRC_URI[sha256sum] = "8eea65bb45b1aac2e734ba2cc8dad3a6d97d97901a395bd0ed3e7b46953d2a31" +SRC_URI[sha256sum] = "526263f4870c26f26c433545579475377b2b7588b6f1eac76a001e873ae3e19d" inherit pypi python_flit_core -- 2.47.3