summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-03-03 00:27:38 +0200
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commitb879b58b8647ffe7c452bd875f8e610871ae8334 (patch)
tree0a701f7014e08258b81ce7b036fe32c910a37372 /meta-python/recipes-devtools/python
parent9a8ecd420f530d9768d00807dc2905e1d0297d7a (diff)
downloadmeta-openembedded-b879b58b8647ffe7c452bd875f8e610871ae8334.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb (renamed from meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb)2
1 files changed, 1 insertions, 1 deletions
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
index c482251b8f..55cd78ce8f 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"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI[sha256sum] = "fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" 10SRC_URI[sha256sum] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27"
11 11
12BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native"