Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyVirtualDisplay for openSUSE:Factory checked in at 2025-05-13 20:12:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyVirtualDisplay (Old) and /work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyVirtualDisplay" Tue May 13 20:12:19 2025 rev:22 rq:1276783 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes 2023-09-08 21:15:59.339431174 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.30101/python-PyVirtualDisplay.changes 2025-05-13 20:12:39.064921762 +0200 @@ -1,0 +2,5 @@ +Mon May 12 07:45:40 UTC 2025 - Daniel Garcia <daniel.gar...@suse.com> + +- Remove python-vncdotool build dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyVirtualDisplay.spec ++++++ --- /var/tmp/diff_new_pack.nLbvCp/_old 2025-05-13 20:12:41.421020648 +0200 +++ /var/tmp/diff_new_pack.nLbvCp/_new 2025-05-13 20:12:41.433021152 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-PyVirtualDisplay # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,7 +50,6 @@ BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module vncdotool >= 0.13.0} BuildRequires: /usr/bin/who BuildRequires: xmessage BuildRequires: xorg-x11-server-extra @@ -64,6 +63,8 @@ %prep %setup -q -n PyVirtualDisplay-%{version} +# Ignore test_xvnc.py to remove python-vncdotool build dependency +rm tests/test_xvnc.py %build %python_build