Update package to version 1.6.1

This commit is contained in:
jxy_git 2023-04-10 16:50:48 +08:00
parent 3428181bd1
commit 7c0a07a703
3 changed files with 5 additions and 2 deletions

BIN
python-evdev-1.6.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-evdev
Version: 1.6.0
Version: 1.6.1
Release: 1
Summary: Python bindings to the generic input event interface in Linux
License: BSD-3-Clause
URL: https://python-evdev.readthedocs.io
Source0: https://github.com/gvalkov/%{name}/archive/v%{version}.tar.gz
Source0: https://github.com/gvalkov/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc kernel-headers python3-devel python3-setuptools
@ -53,6 +53,9 @@ An event can be a key or button press, a mouse movement or a tap on a touchscree
%{python3_sitearch}/{evdev/,evdev-%{version}-py%{python3_version}.egg-info/}
%changelog
* Mon Apr 10 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.6.1-1
- Update package to version 1.6.1
* Wed Aug 03 2022 kkz <zhaoshuang@uniontech.com> - 1.6.0-1
- Upgrade to version 1.6.0

Binary file not shown.