summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-evdev_1.7.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>