From 504e0273b19d010ee88ea3e103a4436174f12fdf8b7cb29c9d6b971de5ad4079 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 24 Sep 2022 10:53:06 +0000 Subject: [PATCH] - 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 --- libevdev-0.11.tar.gz | 3 +++ python-libevdev-0.9.tar.bz2 | 3 --- python-libevdev.changes | 8 ++++++++ python-libevdev.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 libevdev-0.11.tar.gz delete mode 100644 python-libevdev-0.9.tar.bz2 diff --git a/libevdev-0.11.tar.gz b/libevdev-0.11.tar.gz new file mode 100644 index 0000000..f70a6f1 --- /dev/null +++ b/libevdev-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e560169508f560f +size 27320 diff --git a/python-libevdev-0.9.tar.bz2 b/python-libevdev-0.9.tar.bz2 deleted file mode 100644 index 3756887..0000000 --- a/python-libevdev-0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49fdccd8870f124fd560752c0735865b314f6d7959ade039c7b3523d47203af2 -size 31496 diff --git a/python-libevdev.changes b/python-libevdev.changes index beb015a..5f7ced7 100644 --- a/python-libevdev.changes +++ b/python-libevdev.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Sep 24 10:52:33 UTC 2022 - Dirk Müller + +- upadte to 0.11: + * doc updates + * fix broken link +- use pypi tarballs + ------------------------------------------------------------------- Mon Nov 22 14:59:29 UTC 2021 - Matej Cepl diff --git a/python-libevdev.spec b/python-libevdev.spec index 65892a6..5c5b6e7 100644 --- a/python-libevdev.spec +++ b/python-libevdev.spec @@ -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