From 268cf3c8d706fcc9d219dfa233f21ccc4f03193092bd220a5b549ea151417ed5 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Wed, 20 Jul 2022 20:14:28 +0000 Subject: [PATCH] - Update to 1.6.0 * Fix Python 3.11 compatibility OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=22 --- python-evdev-1.6.0.tar.gz | 3 +++ python-evdev.changes | 6 ++++++ python-evdev.spec | 4 ++-- v1.5.0.tar.gz | 3 --- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 python-evdev-1.6.0.tar.gz delete mode 100644 v1.5.0.tar.gz diff --git a/python-evdev-1.6.0.tar.gz b/python-evdev-1.6.0.tar.gz new file mode 100644 index 0000000..73d1f35 --- /dev/null +++ b/python-evdev-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85877121b46e0eacf390c1ee4a07e6f5fcb3c603c1649efcccdd554f2fe0c3ab +size 86212 diff --git a/python-evdev.changes b/python-evdev.changes index 9871217..593e270 100644 --- a/python-evdev.changes +++ b/python-evdev.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 20 20:11:21 UTC 2022 - Matthias Bach - 1.6.0 + +- Update to 1.6.0 + * Fix Python 3.11 compatibility + ------------------------------------------------------------------- Sat Mar 26 11:04:09 UTC 2022 - Matthias Bach - 1.5.0 diff --git a/python-evdev.spec b/python-evdev.spec index b5a9885..37bc8b0 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -18,14 +18,14 @@ %define modname evdev Name: python-evdev -Version: 1.5.0 +Version: 1.6.0 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 +Source: https://github.com/gvalkov/python-evdev/archive/v%{version}.tar.gz#/python-evdev-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} diff --git a/v1.5.0.tar.gz b/v1.5.0.tar.gz deleted file mode 100644 index a4849ca..0000000 --- a/v1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b106986279658f1ad7613936adce6d6cc2ea17152a23f3dd8460f0512b17ffe2 -size 86384