From b52c0c49f23c9ff888be3af3bac7473561b8120d Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 00:56:17 +0200 Subject: [PATCH] python3-pyflakes: update to 2.4.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyflakes_2.3.1.bb => python3-pyflakes_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyflakes_2.3.1.bb => python3-pyflakes_2.4.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb b/meta-python/recipes-devtools/python/python3-pyflakes_2.4.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb rename to meta-python/recipes-devtools/python/python3-pyflakes_2.4.0.bb index 607879c8d..641bb2667 100644 --- a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyflakes_2.4.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/dreamhost/cliff" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" -SRC_URI[sha256sum] = "f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" +SRC_URI[sha256sum] = "05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c" inherit pypi setuptools3