diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-08-23 14:02:02 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-23 19:12:52 -0700 |
commit | 290cb7d7ba1023372618a365bceac1d0d54ef55c (patch) | |
tree | b2dbd789937be51eb3ef9301a0c9aa27d4f0c375 /meta-python | |
parent | d058eb1a3c7d8b1e45802d5eac0ba233307906c0 (diff) | |
download | meta-openembedded-290cb7d7ba1023372618a365bceac1d0d54ef55c.tar.gz |
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 <leon.anavi@konsulko.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.5.4.bb (renamed from meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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.4.bb index 55cd78ce8..e6c1746a8 100644 --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb | |||
@@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast" | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27" | 10 | SRC_URI[sha256sum] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |