[meta-python,5/5] python3-typed-ast: Upgrade 1.4.3 -> 1.5.2

Message ID 20220302222738.1047918-5-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-semantic-version: Upgrade 2.8.5 -> 2.9.0 | expand

Commit Message

Leon Anavi March 2, 2022, 10:27 p.m. UTC
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 <leon.anavi@konsulko.com>
---
 .../{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%)

Patch

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 c482251b8..55cd78ce8 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"