summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-evdev_1.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-evdev: Upgrade 1.8.0 -> 1.9.0Leon Anavi2025-02-131-22/+0
| | | | | | | | | | | | | | Upgrade to release 1.9.0: - Fix for CPATH/C_INCLUDE_PATH being ignored during build. - Slightly faster reading of events in device.read() and device.read_one(). - Fix FreeBSD support. - Drop deprecated InputDevice.fn (use InputDevice.path instead). - Improve type hint coverage and add a py.typed file to the sdist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>