SHA256
1
0
forked from pool/python-evdev

Accepting request 965007 from home:theMarix:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/965007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=20
This commit is contained in:
Matthias Bach
2022-03-26 11:33:33 +00:00
committed by Git OBS Bridge
parent 7ee4ec8a7d
commit f7ce5e7c4d
5 changed files with 13 additions and 28 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 26 11:04:09 UTC 2022 - Matthias Bach <marix@marix.org> - 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 20:16:20 UTC 2022 - Matthias Bach <marix@marix.org>