From 8dce3fc5460a2dcddf7aa55911b045a4922b45db Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 12 Apr 2021 17:02:10 +0300 Subject: python3-typed-ast: Upgrade 1.4.2 -> 1.4.3 Upgrade to release 1.4.3: - Fix compilation on python 3.10 - Add Python 3.10 classifier Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-typed-ast_1.4.2.bb | 12 ------------ .../recipes-devtools/python/python3-typed-ast_1.4.3.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 09f387ca63..0000000000 --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.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] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a" - -BBCLASSEXTEND = "native" 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 new file mode 100644 index 0000000000..c482251b8f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.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] = "fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf