From 25d3e390471f3c6d7feab87c42e34f479fac68b7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:19:27 +0800 Subject: [PATCH] python3-gast: upgrade 0.5.3 -> 0.5.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-gast_0.5.3.bb => python3-gast_0.5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gast_0.5.3.bb => python3-gast_0.5.4.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-gast_0.5.3.bb rename to meta-python/recipes-devtools/python/python3-gast_0.5.4.bb index 7fd49456d2..9c750ea3b0 100644 --- a/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" -SRC_URI[sha256sum] = "cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea" +SRC_URI[sha256sum] = "9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97" inherit pypi setuptools3