From df23c276249262d3c9815e5e13eb762353fab841034897b883ea24926c3957eb Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Sat, 22 Feb 2025 11:51:41 +0000 Subject: [PATCH] - Update to 1.9.1 * Fix fox missing UI_FF constants in generated ecodes.py. * More type annotations. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=38 --- python-evdev-1.9.0.tar.gz | 3 --- python-evdev-1.9.1.tar.gz | 3 +++ python-evdev.changes | 7 +++++++ python-evdev.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-evdev-1.9.0.tar.gz create mode 100644 python-evdev-1.9.1.tar.gz diff --git a/python-evdev-1.9.0.tar.gz b/python-evdev-1.9.0.tar.gz deleted file mode 100644 index 61a69fd..0000000 --- a/python-evdev-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9783a80dca381b9258f74a80a8f7be3fcd7e1c8206752bc428b1b88be22ab369 -size 47965 diff --git a/python-evdev-1.9.1.tar.gz b/python-evdev-1.9.1.tar.gz new file mode 100644 index 0000000..3a6e5d3 --- /dev/null +++ b/python-evdev-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958e8aad958250428a57ff6c6fb8e2c254737affaca654165d9222f5a279698b +size 48554 diff --git a/python-evdev.changes b/python-evdev.changes index ef4538e..68cff98 100644 --- a/python-evdev.changes +++ b/python-evdev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 22 11:48:15 UTC 2025 - Matthias Bach - 1.9.1 + +- Update to 1.9.1 + * Fix fox missing UI_FF constants in generated ecodes.py. + * More type annotations. + ------------------------------------------------------------------- Mon Feb 10 19:03:30 UTC 2025 - Matthias Bach - 1.9.0 diff --git a/python-evdev.spec b/python-evdev.spec index b050dae..44231b1 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -19,7 +19,7 @@ %define modname evdev %{?sle15_python_module_pythons} Name: python-evdev -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: Python bindings to the Linux input handling subsystem License: BSD-3-Clause