Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package salt-lint for openSUSE:Factory checked in at 2026-07-21 23:08:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/salt-lint (Old) and /work/SRC/openSUSE:Factory/.salt-lint.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "salt-lint" Tue Jul 21 23:08:44 2026 rev:3 rq:1366778 version:0.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/salt-lint/salt-lint.changes 2025-03-24 13:27:28.699864171 +0100 +++ /work/SRC/openSUSE:Factory/.salt-lint.new.24530/salt-lint.changes 2026-07-21 23:08:47.166986213 +0200 @@ -1,0 +2,7 @@ +Fri Jul 17 02:26:44 UTC 2026 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros to build and install the module. +- Sprinkle in fdupes after install. +- Remove devel module from BuildRequires, this is noarch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ salt-lint.spec ++++++ --- /var/tmp/diff_new_pack.t4EwDb/_old 2026-07-21 23:08:47.955013146 +0200 +++ /var/tmp/diff_new_pack.t4EwDb/_new 2026-07-21 23:08:47.955013146 +0200 @@ -1,7 +1,7 @@ # # spec file for package salt-lint # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,8 +34,9 @@ URL: https://github.com/warpnet/salt-lint Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/s/salt-lint/salt-lint-%{version}.tar.gz -BuildRequires: %{pythons}-devel +BuildRequires: %{pythons}-pip BuildRequires: %{pythons}-setuptools +BuildRequires: %{pythons}-wheel BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{pythons}-pathspec >= 0.6.0 @@ -227,15 +228,16 @@ %setup -q -n salt-lint-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %doc *.md %license LICENSE* %{_bindir}/salt-lint -%{python_sitelib}/salt_lint*egg* +%{python_sitelib}/salt_lint-%{version}.dist-info %{python_sitelib}/saltlint/
