Accepting request 1334799 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1334799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-evdev?expand=0&rev=20
This commit is contained in:
2026-02-24 17:31:30 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 24 13:43:09 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.9.3
* Fix several memory leaks in ``input.c``.
* Raise the minimum supported Python version to 3.9
and the setuptools version to 77.0.
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Thu May 1 20:11:01 UTC 2025 - Matthias Bach <marix@marix.org> - 1.9.2

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-evdev
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define modname evdev
%{?sle15_python_module_pythons}
Name: python-evdev
Version: 1.9.2
Version: 1.9.3
Release: 0
Summary: Python bindings to the Linux input handling subsystem
License: BSD-3-Clause
@@ -30,7 +30,7 @@ Source: https://github.com/gvalkov/python-evdev/archive/refs/tags/v%{ver
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 61.0}
BuildRequires: %{python_module setuptools >= 77.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros