14
0
forked from pool/python-evdev

- Update to 1.1.2:

* Fix handling of absinfo capabilities
  * Fix invalid example
  * Check if FF_MAX_EFFECTS is defined

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-03-01 11:03:17 +00:00
committed by Git OBS Bridge
parent 7b051e8c87
commit 0cd8d69a7b
5 changed files with 18 additions and 21 deletions

View File

@@ -1,10 +0,0 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/gvalkov/python-evdev.git</param>
<param name="scm">git</param>
<param name="revision">v1.1.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="disabled" />
</services>

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 1 11:01:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.2:
* Fix handling of absinfo capabilities
* Fix invalid example
* Check if FF_MAX_EFFECTS is defined
-------------------------------------------------------------------
Tue Aug 28 08:00:44 UTC 2018 - marix@marix.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-evdev
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define modname evdev
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-evdev
Version: 1.1.0
Version: 1.1.2
Release: 0
Summary: Python bindings to the Linux input handling subsystem
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/gvalkov/python-evdev
URL: https://github.com/gvalkov/python-evdev
Source: https://github.com/gvalkov/%{name}/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
%description
@@ -53,13 +52,13 @@ subsystem.
%install
%python_install
%python_expand %fdupes %buildroot/%$python_sitearch
%python_expand %fdupes %{buildroot}/%{$python_sitearch}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} py.test-%{$python_version} tests -k 'not test_uinput'
%files %python_files
%python_sitearch/evdev*
%files %{python_files}
%{python_sitearch}/evdev*
%license LICENSE
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a99fd6d63f1177efc16e0874235db5856ee625e1dd312f0c5d2700bfff7b20fe
size 82985

3
v1.1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4403d4ee2d9682d17d292d5cfe0781d9ebfe119c7bb0f631fb59de3003bad49d
size 83067