From ae8535a618dc2ca9b112cc832b96272d092efc03 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Thu, 10 Aug 2023 11:39:48 -0400 Subject: [PATCH] python3-mypy-extensions: upgrade 0.4.3 -> 1.0.0 Signed-off-by: Justin Bronder Signed-off-by: Khem Raj --- ...ypy-extensions_0.4.3.bb => python3-mypy-extensions_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-mypy-extensions_0.4.3.bb => python3-mypy-extensions_1.0.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb b/meta-python/recipes-devtools/python/python3-mypy-extensions_1.0.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb rename to meta-python/recipes-devtools/python/python3-mypy-extensions_1.0.0.bb index 83ac5362d6..4c431431c2 100644 --- a/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-mypy-extensions_1.0.0.bb @@ -7,6 +7,6 @@ PYPI_PACKAGE = "mypy_extensions" inherit pypi setuptools3 -SRC_URI[sha256sum] = "2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" +SRC_URI[sha256sum] = "75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" BBCLASSEXTEND = "native"