Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scikit-build for openSUSE:Factory checked in at 2023-01-04 20:18:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scikit-build (Old) and /work/SRC/openSUSE:Factory/.python-scikit-build.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build" Wed Jan 4 20:18:33 2023 rev:13 rq:1055959 version:0.16.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scikit-build/python-scikit-build.changes 2022-12-22 16:23:09.430058070 +0100 +++ /work/SRC/openSUSE:Factory/.python-scikit-build.new.1563/python-scikit-build.changes 2023-01-04 20:18:37.281639180 +0100 @@ -1,0 +2,7 @@ +Wed Jan 4 16:30:24 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Remove pyproject.toml tool.pylint entries not relevant for us and + failing old py3.6 pip in 15.X +- Old setuptools_scm in 15.X does not pull in toml automatically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scikit-build.spec ++++++ --- /var/tmp/diff_new_pack.Qzep9I/_old 2023-01-04 20:18:38.757647956 +0100 +++ /var/tmp/diff_new_pack.Qzep9I/_new 2023-01-04 20:18:38.761647981 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,9 @@ %if !%{with test} # https://github.com/scikit-build/scikit-build/issues/689 BuildRequires: %{python_module setuptools_scm} +%if 0%{?suse_version} < 1550 +BuildRequires: %{python_module toml} +%endif %endif BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -86,6 +89,8 @@ cp %{S:99} tests/samples/issue-274-support-one-package-without-package-dir/setup.cfg cp %{S:99} tests/samples/issue-334-configure-cmakelist-non-cp1252-encoding/setup.cfg %endif +# remove toml entries not relevant for us and failing old py3.6 pip in 15.X +sed -i '/tool.pylint/,/^$/ d' pyproject.toml %if !%{with test} %build @@ -108,7 +113,7 @@ %doc AUTHORS.rst README.rst CONTRIBUTING.rst HISTORY.rst docs/ %license LICENSE %{python_sitelib}/skbuild -%{python_sitelib}/scikit_build-%{version}*-info +%{python_sitelib}/scikit_build-%{version}.dist-info %endif %changelog