From 290cb7d7ba1023372618a365bceac1d0d54ef55c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 23 Aug 2022 14:02:02 +0300 Subject: python3-typed-ast: Upgrade 1.5.2 -> 1.5.4 Upgrade to release 1.5.4: - Do not include now private code.h - Fix Python 3.11 support Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-typed-ast_1.5.2.bb | 12 ------------ .../recipes-devtools/python/python3-typed-ast_1.5.4.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 55cd78ce8f..0000000000 --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.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] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb new file mode 100644 index 0000000000..e6c1746a8a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.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] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf