Date
1 - 1 of 1
[meta-python] [PATCH] python3-pyflakes: upgrade 2.5.0 -> 3.0.1
wangmy
From: Wang Mingyu <wangmy@...>
Changelog: Fix crash on augmented assign to print builtin Signed-off-by: Wang Mingyu <wangmy@...> --- .../{python3-pyflakes_2.5.0.bb => python3-pyflakes_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyflakes_2.5.0.bb => python3-pyflakes_3.0.1.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb rename to meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb index 5c75ea48a..2e3a3474a 100644 --- a/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/PyCQA/pyflakes" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" -SRC_URI[sha256sum] = "491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3" +SRC_URI[sha256sum] = "ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd" inherit pypi setuptools3 -- 2.25.1 |
|