summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-evdev_1.7.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-evdev: switch to PEP-517 build backendalperak2024-08-091-1/+1
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-evdev-1.7.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: upgrade 1.6.1 -> 1.7.1Wang Mingyu2024-06-111-0/+22
Changelog: ============ - Provide fallback value for FF_MAX_EFFECTS, which fixes the build on EL 7 - Add #ifdef guards around UI_GET_SYSNAME to improve kernel compatibility - Wait up to two seconds for uinput devices to appear. - Respect the CPATH/C_INCLUDE_PATH environment variables during install. - Add the uniq address to the string representation of InputDevice. - Improved method for finding the device node corresponding to a uinput device - Repository TLC (reformatted with ruff, fixed linting warnings, moved packaging metadata to pyproject.toml etc.). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>