Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cc5b26b442
!10 Update package to version 1.6.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-04-11 05:54:21 +00:00
jxy_git
7c0a07a703 Update package to version 1.6.1 2023-04-10 16:52:29 +08:00
openeuler-ci-bot
3428181bd1
!8 【更新版本】更新master分支到最新的发布版本1.6.0
From: @kkzhs_admin 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-08-08 10:51:52 +00:00
kkz
f0d62e9dc0 upgrade to 1.6.0(the latest version) 2022-08-03 13:39:15 +08:00
openeuler-ci-bot
1cbd58255a
!7 Package upgrade
From: @lyn1001 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-14 06:26:52 +00:00
lyn1001
f7fb59bffe Package upgrade 2022-06-13 16:47:25 +08:00
openeuler-ci-bot
d6675e326f
!6 License compliance rectification
From: @xigaoxinyan 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-16 09:30:18 +00:00
xigaoxinyan
3d8c3dda9d License compliance rectification 2022-05-10 16:08:26 +08:00
openeuler-ci-bot
146effe3eb !4 python-evdev
Merge pull request !4 from wangef/master
2020-05-19 14:24:58 +08:00
wwx913452
5485dbf613 added python-evdev.yaml 2020-05-07 10:05:59 +08:00
4 changed files with 20 additions and 4 deletions

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

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-evdev Name: python-evdev
Version: 1.1.2 Version: 1.6.1
Release: 5 Release: 1
Summary: Python bindings to the generic input event interface in Linux Summary: Python bindings to the generic input event interface in Linux
License: BSD License: BSD-3-Clause
URL: https://python-evdev.readthedocs.io 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 BuildRequires: gcc kernel-headers python3-devel python3-setuptools
@ -53,5 +53,17 @@ 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/} %{python3_sitearch}/{evdev/,evdev-%{version}-py%{python3_version}.egg-info/}
%changelog %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
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.5.0-1
- Upgrade to version 1.5.0
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 1.1.2-6
- License compliance rectification
* Wed Mar 4 2020 duyeyu <duyeyu@huawei.com> - 1.1.2-5 * Wed Mar 4 2020 duyeyu <duyeyu@huawei.com> - 1.1.2-5
- Initial package. - Initial package.

4
python-evdev.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: gvalkov/python-evdev
tag_prefix: ^v
seperator: .

Binary file not shown.