15
0

- upadte to 0.11:

* doc updates
  * fix broken link 
- use pypi tarballs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libevdev?expand=0&rev=4
This commit is contained in:
2022-09-24 10:53:06 +00:00
committed by Git OBS Bridge
parent 136b5ca53e
commit 504e0273b1
4 changed files with 15 additions and 7 deletions

BIN
libevdev-0.11.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Sep 24 10:52:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- upadte to 0.11:
* doc updates
* fix broken link
- use pypi tarballs
-------------------------------------------------------------------
Mon Nov 22 14:59:29 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
%global modname libevdev
%define libevdev_reqver 1.6.0
Name: python-%{modname}
Version: 0.9
Version: 0.11
Release: 0
Summary: Python wrapper around the libevdev C library
License: MIT
Group: Development/Libraries/Python
URL: https://python-libevdev.readthedocs.io/
Source0: https://gitlab.freedesktop.org/libevdev/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
Source0: https://files.pythonhosted.org/packages/source/l/libevdev/libevdev-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -43,7 +43,7 @@ python-libevdev is a wrapper around the libevdev C library, with a
pythonic API.
%prep
%autosetup -p1
%autosetup -p1 -n %{modname}-%{version}
%build
%python_build