Changelog for
python312-evdev-debuginfo-1.9.0-1.1.i586.rpm :
* Mon Feb 10 2025 Matthias Bach
- 1.9.0- Update to 1.9.0
* Slightly faster reading of events in device.read() and device.read_one().
* Drop deprecated InputDevice.fn (use InputDevice.path instead).
* Improve type hint coverage and add a py.typed file.- Remove fix-tests.patch as it was included upstream.
* Wed Jan 29 2025 Matthias Bach - 1.8.0- Update to 1.8.0
* The evdev.ecodes module is now generated at install time and contains only constants. This allows type checking and introspection of the evdev.ecodes module, without having to execute it first. The old module is available as evdev.ecodes_runtime.
* Reverse mappings in evdev.ecodes that point to more than one value are now tuples instead of lists.
* Fix keyboard delay and repeat being swapped.
* Move the syn() convenience method from InputDevice to EventIO.- Add fix-tests.patch to pull in test fixes that upstream only included after tagging their release.- Switch source download during packaging from disabledrun to manualrun.
* Thu May 09 2024 Matthias Bach - 1.7.1- Update to 1.7.1
* Wait up to two seconds for uinput devices to appear.
* Mon Feb 19 2024 Matthias Bach - 1.7.0- Update to 1.7.0
* Add the uniq address to the string representation of InputDevice.
* Improved method for finding the device node corresponding to a uinput device- Adjust package build to upstream\'s switch to pyproject.toml.- Drop obsolete Leap 15.3 compatiblity handling in spec file.
* Wed Jul 12 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Jan 23 2023 Matthias Bach - 1.6.1- Update to 1.6.1
* No changelog was made available.- Fix source URL as upstream no longer creates Github releases but only tags.- Add a _service file for easier source download.
* Wed Jul 20 2022 Matthias Bach - 1.6.0- Update to 1.6.0
* Fix Python 3.11 compatibility- Drop packaging for Python 2
* Sat Mar 26 2022 Matthias Bach - 1.5.0- Update to 1.5.0
* Input device is now closed from main thread in InputDevice.close()
* util.find_ecodes_by_regex now works across all Python versions- Drop evdev-re-Pattern.patch now included upstream
* Mon Jan 10 2022 Matthias Bach - Work around broken pytest macro on Leap 15.3
* Fri Apr 09 2021 Ben Greiner - Add evdev-re-Pattern.patch -- gh#gvalkov/python-evdev#152