From a5744215bedc6e55a744884856b6291520c607d1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 27 Jan 2021 17:55:37 +0200 Subject: python3-typed-ast: Upgrade 1.4.1 -> 1.4.2 Upgrade to release 1.4.2: - Fix linker error in debug build - Fix cross compile by adjusting includes - ast27: prefix exported symbols - Add 3.9 to supported versions Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-typed-ast_1.4.1.bb | 12 ------------ .../recipes-devtools/python/python3-typed-ast_1.4.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb deleted file mode 100644 index 2cc9f6c435..0000000000 --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.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] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb new file mode 100644 index 0000000000..09f387ca63 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.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] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf