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 2022-01-17 22:34:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-evdev (Old) and /work/SRC/openSUSE:Factory/.python-evdev.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-evdev" Mon Jan 17 22:34:32 2022 rev:9 rq:947059 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-evdev/python-evdev.changes 2021-04-12 12:39:48.169539341 +0200 +++ /work/SRC/openSUSE:Factory/.python-evdev.new.1892/python-evdev.changes 2022-01-17 22:35:30.782302024 +0100 @@ -1,0 +2,5 @@ +Mon Jan 10 20:16:20 UTC 2022 - Matthias Bach <ma...@marix.org> + +- Work around broken pytest macro on Leap 15.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-evdev.spec ++++++ --- /var/tmp/diff_new_pack.6heKeC/_old 2022-01-17 22:35:31.118302247 +0100 +++ /var/tmp/diff_new_pack.6heKeC/_new 2022-01-17 22:35:31.122302249 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-evdev # -# 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 @@ -57,6 +57,10 @@ %python_expand %fdupes %{buildroot}/%{$python_sitearch} %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}