Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sarif-om for openSUSE:Factory checked in at 2025-06-12 15:54:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sarif-om (Old) and /work/SRC/openSUSE:Factory/.python-sarif-om.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sarif-om" Thu Jun 12 15:54:16 2025 rev:3 rq:1285059 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sarif-om/python-sarif-om.changes 2023-06-14 16:31:53.443409159 +0200 +++ /work/SRC/openSUSE:Factory/.python-sarif-om.new.19631/python-sarif-om.changes 2025-06-12 15:56:00.007998626 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 08:22:52 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sarif-om.spec ++++++ --- /var/tmp/diff_new_pack.BoF2ld/_old 2025-06-12 15:56:00.616023859 +0200 +++ /var/tmp/diff_new_pack.BoF2ld/_new 2025-06-12 15:56:00.620024025 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-sarif_om +# spec file for package python-sarif-om # -# Copyright (c) 2022 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 @@ -23,18 +23,20 @@ Summary: Classes implementing the SARIF 2.1.0 object model License: MIT URL: https://github.com/microsoft/sarif-python-om -Source: https://files.pythonhosted.org/packages/source/s/sarif-om/sarif_om-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pbr} -# SECTION test requirements -BuildRequires: %{python_module attrs} +Source: https://files.pythonhosted.org/packages/source/s/sarif_om/sarif_om-%{version}.tar.gz BuildRequires: %{python_module pbr} -# /SECTION +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-pbr BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module attrs} +BuildRequires: %{python_module pbr} +# /SECTION %python_subpackages %description @@ -44,15 +46,16 @@ %setup -q -n sarif_om-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check # no upstream testsuite %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/sarif[-_]om +%{python_sitelib}/sarif[-_]om-%{version}*-info