summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-08-04 13:48:50 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-06 09:51:32 -0700
commitf6eb522f0ca9e870a852daa870cff3ab326963ad (patch)
treec8e6d7c9ad1838ce80ac1f10c2a9d1a7afabb07b /meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb
parentb69fdf498163162ff977d81f444921130dcb6836 (diff)
downloadmeta-openembedded-f6eb522f0ca9e870a852daa870cff3ab326963ad.tar.gz
python3-pyflakes: upgrade 2.4.0 -> 2.5.0
Changelog: =========== Drop support for EOL python 2.7 / 3.4 / 3.5 Ignore __all__ when not directly assigned Handle TypeAlias annotations as aliases (PEP 613) Assignment expressions (:=) target outer scope in comprehensions Add support for new python 3.11 syntax Unify output so it is always filename:lineno:col: message Properly report SyntaxError from stdin in python < 3.9 Fix offsets of "SyntaxError"s in pypy Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb10
1 files changed, 10 insertions, 0 deletions
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
new file mode 100644
index 0000000000..5c75ea48aa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb
@@ -0,0 +1,10 @@
1SUMMARY = "passive checker of Python programs"
2HOMEPAGE = "https://github.com/PyCQA/pyflakes"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f"
5
6SRC_URI[sha256sum] = "491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"
7
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"