diff --git a/_service b/_service new file mode 100644 index 0000000..413b85c --- /dev/null +++ b/_service @@ -0,0 +1,3 @@ + + + diff --git a/python-evdev-1.6.0.tar.gz b/python-evdev-1.6.0.tar.gz deleted file mode 100644 index 73d1f35..0000000 --- a/python-evdev-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85877121b46e0eacf390c1ee4a07e6f5fcb3c603c1649efcccdd554f2fe0c3ab -size 86212 diff --git a/python-evdev-1.6.1.tar.gz b/python-evdev-1.6.1.tar.gz new file mode 100644 index 0000000..74e4abe --- /dev/null +++ b/python-evdev-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b412da2d3b206feff86bb3b6456b8dde8e2b0b9ce23dfd4e556ced125c6ac4f +size 86199 diff --git a/python-evdev.changes b/python-evdev.changes index 1f27e28..81d378d 100644 --- a/python-evdev.changes +++ b/python-evdev.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 23 14:25:52 UTC 2023 - Matthias Bach - 1.6.1 + +- Update to 1.6.1 + * No changelog was made available. +- Fix source URL as upstream no longer creates Github releases but + only tags. +- Add a _service file for easier source download. + ------------------------------------------------------------------- Wed Jul 20 20:11:21 UTC 2022 - Matthias Bach - 1.6.0 diff --git a/python-evdev.spec b/python-evdev.spec index e448504..5ef8af5 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -1,7 +1,7 @@ # # spec file for package python-evdev # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,14 @@ %define modname evdev %define skip_python2 1 Name: python-evdev -Version: 1.6.0 +Version: 1.6.1 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 # Source needs to be pulled form Github as the source distribution on PyPI lacks the test directory -Source: https://github.com/gvalkov/python-evdev/archive/v%{version}.tar.gz#/python-evdev-%{version}.tar.gz +Source: https://github.com/gvalkov/python-evdev/archive/refs/tags/v%{version}.tar.gz#/python-evdev-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}