14
0
forked from pool/python-evdev

- 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.
- Switch package to modern Python
  * On Python 3.6 there is no new enough setuptools anyhow.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=29
This commit is contained in:
Matthias Bach
2024-02-19 21:20:43 +00:00
committed by Git OBS Bridge
parent 4fecdc48ee
commit fb5186d30a
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 19 18:59:44 UTC 2024 - Matthias Bach <marix@marix.org> - 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.
-------------------------------------------------------------------
Wed Jul 12 12:35:05 UTC 2023 - ecsos <ecsos@opensuse.org>