From e25bb72b083f411569c271c0d09ba06ca292fba3 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 16 Nov 2021 11:35:56 +0800 Subject: [PATCH] python3-gast: upgrade 0.5.2 -> 0.5.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-gast_0.5.2.bb => python3-gast_0.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gast_0.5.2.bb => python3-gast_0.5.3.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.2.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-gast_0.5.2.bb rename to meta-python/recipes-devtools/python/python3-gast_0.5.3.bb index d318973a17..7fd49456d2 100644 --- a/meta-python/recipes-devtools/python/python3-gast_0.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" -SRC_URI[sha256sum] = "f81fcefa8b982624a31c9e4ec7761325a88a0eba60d36d1da90e47f8fe3c67f7" +SRC_URI[sha256sum] = "cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea" inherit pypi setuptools3