diff mbox series

[meta-python,12/25] python3-gast: upgrade 0.5.4 -> 0.6.0

Message ID 1719816242-11839-12-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/25] ctags: upgrade 6.1.20240623.0 -> 6.1.20240630.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 1, 2024, 6:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Harmonize gast.dump behavior across versions, following py3.13 behavior

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-gast_0.5.4.bb => python3-gast_0.6.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gast_0.5.4.bb => python3-gast_0.6.0.bb} (78%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb b/meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-gast_0.5.4.bb
rename to meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
index 9c750ea3b..af46c3feb 100644
--- a/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90"
 
-SRC_URI[sha256sum] = "9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97"
+SRC_URI[sha256sum] = "88fc5300d32c7ac6ca7b515310862f71e6fdf2c029bbec7c66c0f5dd47b6b1fb"
 
 inherit pypi setuptools3