diff mbox series

[meta-python,2/4] python3-typed-ast: Upgrade 1.5.2 -> 1.5.4

Message ID 20220823110204.2685251-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/4] python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0 | expand

Commit Message

Leon Anavi Aug. 23, 2022, 11:02 a.m. UTC
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>
---
 .../{python3-typed-ast_1.5.2.bb => python3-typed-ast_1.5.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typed-ast_1.5.2.bb => python3-typed-ast_1.5.4.bb} (78%)
diff mbox series

Patch

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
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-typed-ast_1.5.2.bb
rename to 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"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27"
+SRC_URI[sha256sum] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"
 
 BBCLASSEXTEND = "native"