From b879b58b8647ffe7c452bd875f8e610871ae8334 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 3 Mar 2022 00:27:38 +0200 Subject: [PATCH] python3-typed-ast: Upgrade 1.4.3 -> 1.5.2 Upgrade to release 1.5.2: - Add support for building aarch64 wheels - Remove update process document - Port ast27 to Python 3.11 - Define _PyUnicode_DecodeUnicodeEscape even on Python 3.6+ Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-typed-ast_1.4.3.bb => python3-typed-ast_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typed-ast_1.4.3.bb => python3-typed-ast_1.5.2.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb rename to meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb index c482251b8f1..55cd78ce8fa 100644 --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb @@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast" inherit pypi setuptools3 -SRC_URI[sha256sum] = "fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" +SRC_URI[sha256sum] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27" BBCLASSEXTEND = "native"