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-06-11 16:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyVirtualDisplay (Old)
and /work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyVirtualDisplay"
Wed Jun 11 16:19:23 2025 rev:23 rq:1284668 version:3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
2025-05-13 20:12:39.064921762 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.19631/python-PyVirtualDisplay.changes
2025-06-11 16:19:53.691877380 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 05:49:38 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyVirtualDisplay.spec ++++++
--- /var/tmp/diff_new_pack.65v25E/_old 2025-06-11 16:19:54.331904056 +0200
+++ /var/tmp/diff_new_pack.65v25E/_new 2025-06-11 16:19:54.335904223 +0200
@@ -32,7 +32,9 @@
License: BSD-2-Clause
URL: https://github.com/ponty/PyVirtualDisplay
Source:
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-EasyProcess
@@ -67,11 +69,11 @@
rm tests/test_xvnc.py
%build
-%python_build
+%pyproject_wheel
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -92,6 +94,6 @@
%license LICENSE.txt
%doc README.md
%{python_sitelib}/pyvirtualdisplay
-%{python_sitelib}/PyVirtualDisplay-%{version}-*info
+%{python_sitelib}/[Pp]y[Vv]irtual[Dd]isplay-%{version}.dist-info
%endif