15
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

@@ -18,7 +18,7 @@
%define modname evdev
Name: python-evdev
Version: 1.4.0
Version: 1.5.0
Release: 0
Summary: Python bindings to the Linux input handling subsystem
License: BSD-3-Clause
@@ -26,8 +26,6 @@ Group: Development/Languages/Python
URL: https://github.com/gvalkov/python-evdev
# Source needs to be pulled form Github as the source distribution on PyPI lacks the test directory
Source: https://github.com/gvalkov/python-evdev/archive/v%{version}.tar.gz
# PATCH-FIX-UPSTREAM evdev-re-Pattern.patch -- gh#gvalkov/python-evdev#152
Patch1: evdev-re-Pattern.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}