summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-evdev_1.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-evdev: upgrade 1.7.1 -> 1.8.0Wang Mingyu2025-02-121-0/+22
License-Update: Copyright year updated to 2025 Changelog: ============ - ecodes mappings that point to more than one value are now tuples - Generate ecodes.py at build time - Small character device verification cleanup - Pylint fixes - Generate typing stubs for evdev.ecodes - Bump required python version to 3.8 - Use relative imports and sort imports - Add pylint -E and pytest to ci - Fix swapped delay and repeat - Drop from __future__ import print_function - Fix example - Binary wheels - Documentation fix - OS package badges from repology.org Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>