From 0c3000172fb156a754f746bdd457c654ee451515 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 28 Nov 2022 15:22:18 +0800 Subject: python3-pyflakes: upgrade 2.5.0 -> 3.0.1 Changelog: Fix crash on augmented assign to print builtin Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb deleted file mode 100644 index 5c75ea48aa..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "passive checker of Python programs" -HOMEPAGE = "https://github.com/PyCQA/pyflakes" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" - -SRC_URI[sha256sum] = "491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb b/meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb new file mode 100644 index 0000000000..2e3a3474a0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyflakes_3.0.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "passive checker of Python programs" +HOMEPAGE = "https://github.com/PyCQA/pyflakes" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" + +SRC_URI[sha256sum] = "ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf