aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-12 17:02:10 +0300
committerArmin Kuster <akuster808@gmail.com>2021-04-17 06:46:24 -0700
commitd06828fdd8607e4d18e55231e69f90c4585394b3 (patch)
treefdd08c791fa84007cfab2339e1569128559effa2 /meta-python
parentf220c5a6394cc3f25fd61e9dd7fb81701fa80ffd (diff)
downloadmeta-openembedded-d06828fdd8607e4d18e55231e69f90c4585394b3.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 8dce3fc5460a2dcddf7aa55911b045a4922b45db) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb (renamed from meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb)2
1 files changed, 1 insertions, 1 deletions
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.3.bb
index 09f387ca63..c482251b8f 100644
--- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.3.bb
@@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"
+SRC_URI[sha256sum] = "fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"
BBCLASSEXTEND = "native"