summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-evdev
Commit message (Collapse)AuthorAgeFilesLines
* python3-evdev: upgrade 1.9.1 -> 1.9.2Yoann Congal10 days1-116/+0
| | | | | | | | | | | | | | | | | | | | | * Remove a merged reproducibility patch * Adapt the --reproducible option Changelog (from [0]): 1.9.2 (May 01, 2025) ==================== - Add the "--reproducible" build option which removes the build date and used headers from the generated ``ecodes.c``. Example usage:: python -m build --config-setting=--build-option='build_ecodes --reproducible' -n - Use ``Generic`` to set precise type for ``InputDevice.path``. [0]: https://github.com/gvalkov/python-evdev/blob/v1.9.2/docs/changelog.rst Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: Fix buildpaths errors and reproducibilityYoann Congal2025-04-151-0/+116
Add a submitted patch to support the reproducible generation of intermediate file ecodes.c, then, use it to fix the buildpaths errors. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>