forked from pool/python-evdev
- update to 1.4.0:
- Fix ``InputDevice.set_absinfo`` to allow setting parameters to zero. - Fix off-by-one in ``ioctl_EVIOCG_bits``, which causes value at the end of the list to not be reported back - Fix ``set_absinfo`` to allow setting parameters to zero - Fix leak when returning ``BlockingIOError`` from a read - Fix "There is no current event loop in thread" error for non asyncio code - Prevent ``InputDevice`` destructor from blocking - Add missing return codes to ``os.strerror()`` calls and fix force feedback - Add the ``util.find_ecodes_by_regex()`` helper function. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=16
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-evdev
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define modname evdev
|
||||
Name: python-evdev
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Python bindings to the Linux input handling subsystem
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user