forked from pool/python-libevdev
Accepting request 1005759 from devel:languages:python
- upadte to 0.11: * doc updates * fix broken link - use pypi tarballs OBS-URL: https://build.opensuse.org/request/show/1005759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libevdev?expand=0&rev=3
This commit is contained in:
BIN
libevdev-0.11.tar.gz
LFS
Normal file
BIN
libevdev-0.11.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49fdccd8870f124fd560752c0735865b314f6d7959ade039c7b3523d47203af2
|
||||
size 31496
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user