From da02029962690e086d835d1b87362592f41fba2e Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 12 May 2022 17:20:33 +0800 Subject: [PATCH] python3-flask: upgrade 2.1.1 -> 2.1.2 Changelog: ========== Fix type annotation for json.loads, it accepts str or bytes. The --cert and --key options on flask run can be given in either order. Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/{python3-flask_2.1.1.bb => python3-flask_2.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask_2.1.1.bb => python3-flask_2.1.2.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-flask_2.1.1.bb b/meta-python/recipes-devtools/python/python3-flask_2.1.2.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-flask_2.1.1.bb rename to meta-python/recipes-devtools/python/python3-flask_2.1.2.bb index 24a704770..7d290a4fe 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.1.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" -SRC_URI[sha256sum] = "a8c9bd3e558ec99646d177a9739c41df1ded0629480b4c8d2975412f3c9519c8" +SRC_URI[sha256sum] = "315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477" PYPI_PACKAGE = "Flask"