Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-openmesh for openSUSE:Factory checked in at 2025-05-09 18:50:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openmesh (Old) and /work/SRC/openSUSE:Factory/.python-openmesh.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openmesh" Fri May 9 18:50:17 2025 rev:4 rq:1276002 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openmesh/python-openmesh.changes 2023-03-01 16:15:09.754944362 +0100 +++ /work/SRC/openSUSE:Factory/.python-openmesh.new.30101/python-openmesh.changes 2025-05-09 18:52:52.088847479 +0200 @@ -1,0 +2,5 @@ +Fri May 9 05:12:20 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openmesh.spec ++++++ --- /var/tmp/diff_new_pack.yNK86g/_old 2025-05-09 18:52:52.568867447 +0200 +++ /var/tmp/diff_new_pack.yNK86g/_new 2025-05-09 18:52:52.572867613 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-openmesh # -# 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 @@ -22,12 +22,13 @@ Release: 0 Summary: A data structure for representing and manipulating polygon meshes License: BSD-3-Clause -Group: Development/Languages/Python URL: https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python Source: https://files.pythonhosted.org/packages/source/o/openmesh/openmesh-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: fdupes @@ -47,10 +48,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -64,6 +65,6 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitearch}/openmesh-%{version}-py*.egg-info +%{python_sitearch}/openmesh-%{version}.dist-info %{python_sitearch}/openmesh.*so