From 11c1594d963319aced20e5c7966f17cb811d95d3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:29 +0800 Subject: python3-pyflakes: upgrade 3.3.2 -> 3.4.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyflakes_3.3.2.bb | 10 ---------- meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyflakes_3.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_3.3.2.bb b/meta-python/recipes-devtools/python/python3-pyflakes_3.3.2.bb deleted file mode 100644 index 68509a5073..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyflakes_3.3.2.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] = "6dfd61d87b97fba5dcfaaf781171ac16be16453be6d816147989e7f6e6a9576b" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb new file mode 100644 index 0000000000..a946a008c2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.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] = "b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf