summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pylint_3.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pylint: upgrade 3.0.0 -> 3.0.1Wang Mingyu2023-10-301-52/+0
| | | | | | | | | | | | | Changelog: ============= -Fixed false positive for inherit-non-class for generic Protocols. -Fix a crash when an enum class which is also decorated with a dataclasses.dataclass decorator is defined. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4a1e10c269b078acad7c9589450aa7b63f3691d4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pylint: allow native buildDaniel McGregor2023-10-171-0/+2
| | | | | | | | | | | We use pylint for some native recipes in our build. Allow pylint to be a native recipe, and likewise allow its runtime dependencies to be native recipes. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fbb9d270790a7d77926f6a34505399e4f9fc1f51) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pylint: Upgrade to 3.0.0Khem Raj2023-10-121-0/+50
Package additional hidden files for ptests (test_primer.py) Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 79eac8e59ff7be9247e67dfb9033312f9fb7cf0e) Signed-off-by: Armin Kuster <akuster808@gmail.com>