diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-08-04 13:48:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:51:32 -0700 |
| commit | f6eb522f0ca9e870a852daa870cff3ab326963ad (patch) | |
| tree | c8e6d7c9ad1838ce80ac1f10c2a9d1a7afabb07b | |
| parent | b69fdf498163162ff977d81f444921130dcb6836 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyflakes_2.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.4.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb index 827ff0b292..5c75ea48aa 100644 --- a/meta-python/recipes-devtools/python/python3-pyflakes_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyflakes_2.5.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/PyCQA/pyflakes" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c" | 6 | SRC_URI[sha256sum] = "491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
