From 9b4ad57d4fa0bf7938bdeb4e7eae8927312737b8 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 30 Aug 2022 12:24:54 +0800 Subject: [PATCH] python3-hatchling: upgrade 1.8.0 -> 1.8.1 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- .../{python3-hatchling_1.8.0.bb => python3-hatchling_1.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatchling_1.8.0.bb => python3-hatchling_1.8.1.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-hatchling_1.8.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb similarity index 85% rename from meta/recipes-devtools/python/python3-hatchling_1.8.0.bb rename to meta/recipes-devtools/python/python3-hatchling_1.8.1.bb index 17a10eeb2de..bfdb664715d 100644 --- a/meta/recipes-devtools/python/python3-hatchling_1.8.0.bb +++ b/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb @@ -8,7 +8,7 @@ inherit pypi python_hatchling DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" DEPENDS:remove:class-native = "python3-hatchling-native" -SRC_URI[sha256sum] = "a4f982fdca0717d8c46bfe7b501302f90aaf2a5302845d550b49c8739681feb2" +SRC_URI[sha256sum] = "448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd" do_compile:prepend() { export PYTHONPATH=src -- 2.47.3