Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-evdev for openSUSE:Factory checked in at 2024-02-20 21:14:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-evdev (Old) and /work/SRC/openSUSE:Factory/.python-evdev.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-evdev" Tue Feb 20 21:14:54 2024 rev:14 rq:1147703 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-evdev/python-evdev.changes 2023-07-13 17:17:42.964822533 +0200 +++ /work/SRC/openSUSE:Factory/.python-evdev.new.1706/python-evdev.changes 2024-02-20 21:15:08.447630768 +0100 @@ -1,0 +2,10 @@ +Mon Feb 19 18:59:44 UTC 2024 - Matthias Bach <[email protected]> - 1.7.0 + +- Update to 1.7.0 + * Add the uniq address to the string representation of InputDevice. + * Improved method for finding the device node corresponding to a + uinput device +- Adjust package build to upstream's switch to pyproject.toml. +- Drop obsolete Leap 15.3 compatiblity handling in spec file. + +------------------------------------------------------------------- Old: ---- python-evdev-1.6.1.tar.gz New: ---- python-evdev-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-evdev.spec ++++++ --- /var/tmp/diff_new_pack.6TcJxU/_old 2024-02-20 21:15:08.919649084 +0100 +++ /var/tmp/diff_new_pack.6TcJxU/_new 2024-02-20 21:15:08.919649084 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-evdev # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # 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.6.1 +Version: 1.7.0 Release: 0 Summary: Python bindings to the Linux input handling subsystem License: BSD-3-Clause @@ -28,8 +28,10 @@ # 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/refs/tags/v%{version}.tar.gz#/python-evdev-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 61.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages @@ -49,17 +51,14 @@ %autosetup -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}/%{$python_sitearch} +%python_expand rm %{buildroot}/%{$python_sitearch}/%{modname}/*.c %check -%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} -# Work around broken pytest macro on Leap 15.3 -PYTHONPATH=dummy -%endif %pytest_arch tests -k 'not test_uinput' %files %{python_files} ++++++ python-evdev-1.6.1.tar.gz -> python-evdev-1.7.0.tar.gz ++++++ ++++ 3246 lines of diff (skipped)
