From b879b58b8647ffe7c452bd875f8e610871ae8334 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 3 Mar 2022 00:27:38 +0200 Subject: 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 --- .../recipes-devtools/python/python3-typed-ast_1.4.3.bb | 12 ------------ .../recipes-devtools/python/python3-typed-ast_1.5.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb (limited to 'meta-python/recipes-devtools/python') 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.4.3.bb deleted file mode 100644 index c482251b8f..0000000000 --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments" -HOMEPAGE = "https://github.com/python/typed_ast" -LICENSE = "Apache-2.0 & MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f" - -PYPI_PACKAGE = "typed_ast" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb new file mode 100644 index 0000000000..55cd78ce8f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb @@ -0,0 +1,12 @@ +SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments" +HOMEPAGE = "https://github.com/python/typed_ast" +LICENSE = "Apache-2.0 & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f" + +PYPI_PACKAGE = "typed_ast" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf