summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-27 17:55:37 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-28 10:52:56 -0800
commita5744215bedc6e55a744884856b6291520c607d1 (patch)
treea110024d4b9906f46426c21d7acfa6ccdae56c8b /meta-python
parente630a5dc35b346d106c3771124bd0564695b76ff (diff)
downloadmeta-openembedded-a5744215bedc6e55a744884856b6291520c607d1.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb (renamed from meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb)2
1 files changed, 1 insertions, 1 deletions
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.2.bb
index 2cc9f6c43..09f387ca6 100644
--- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
@@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b" 10SRC_URI[sha256sum] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"
11 11
12BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native"