forked from pool/python-evdev
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 462c9e5489 | |||
|
|
1121d13d3a | ||
| 35e49bb9e7 | |||
|
|
174216bb98 | ||
| ab46bfb204 | |||
|
|
6896da18f8 | ||
| d8bc0e87d9 | |||
|
|
dbebc0931c |
2
_service
2
_service
@@ -1,3 +1,3 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="download_files" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f09ccbb89880dd82c7f71482b662fb1ebb5824968cac0cd3d4e50b9f7715f6a
|
||||
size 88275
|
||||
3
python-evdev-1.9.2.tar.gz
Normal file
3
python-evdev-1.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cfb65765b8c63e587110d9b42fa26806bd6dd76565c55c3618afd4c4c48c5a5
|
||||
size 48925
|
||||
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 20:11:01 UTC 2025 - Matthias Bach <marix@marix.org> - 1.9.2
|
||||
|
||||
- Update to 1.9.2
|
||||
* Use Generic to set precise type for InputDevice.path.
|
||||
* Allow supressing build-dependent information in ecodes.c.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 11:48:15 UTC 2025 - Matthias Bach <marix@marix.org> - 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 <marix@marix.org> - 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 19:36:45 UTC 2025 - Matthias Bach <marix@marix.org> - 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 9 09:18:42 UTC 2024 - Matthias Bach <marix@marix.org> - 1.7.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-evdev
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define modname evdev
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-evdev
|
||||
Version: 1.7.1
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
Summary: Python bindings to the Linux input handling subsystem
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user