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 2021-10-11 15:31:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scikit-build (Old) and /work/SRC/openSUSE:Factory/.python-scikit-build.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build" Mon Oct 11 15:31:46 2021 rev:6 rq:924535 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scikit-build/python-scikit-build.changes 2020-12-04 21:27:23.514030461 +0100 +++ /work/SRC/openSUSE:Factory/.python-scikit-build.new.2443/python-scikit-build.changes 2021-10-11 15:32:42.474949882 +0200 @@ -1,0 +2,12 @@ +Sun Oct 10 10:24:26 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 0.12.0 + * Fixed a regression that caused setuptools to complain about + unknown setup option (cmake_process_manifest_hook). + * If it applies, ensure generator toolset is used to configure + the project. + * Read CYTHON_FLAGS where needed, instead of once, allowing the + user to define multiple modules with different flags. + * Avoid an IndexError if prefix was empty. + +------------------------------------------------------------------- Old: ---- scikit-build-0.11.1.tar.gz New: ---- scikit-build-0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scikit-build.spec ++++++ --- /var/tmp/diff_new_pack.4I0UNB/_old 2021-10-11 15:32:42.942950632 +0200 +++ /var/tmp/diff_new_pack.4I0UNB/_new 2021-10-11 15:32:42.946950639 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-scikit-build # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-scikit-build -Version: 0.11.1 +Version: 0.12.0 Release: 0 Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions License: MIT @@ -30,6 +30,7 @@ BuildRequires: %{python_module setuptools >= 28.0.0} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: cmake Requires: python-distro Requires: python-packaging Requires: python-setuptools >= 28.0.0 @@ -65,9 +66,12 @@ %python_expand mkdir -p /tmp/fakepythonroot%{$python_sitelib} cp %{S:99} tests/samples/hello-cpp/setup.cfg sed -i "/hello-1.2.3\/setup.py/ a \ 'hello-1.2.3/setup.cfg'," tests/test_hello_cpp.py +cp %{S:99} tests/samples/cython-flags/setup.cfg cp %{S:99} tests/samples/issue-274-support-default-package-dir/setup.cfg 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 +# remove coverage flags +sed -i '/addopts/ d' setup.cfg %build %python_build @@ -86,6 +90,6 @@ %doc AUTHORS.rst README.rst CONTRIBUTING.rst HISTORY.rst docs/ %license LICENSE %{python_sitelib}/skbuild -%{python_sitelib}/scikit_build-%{version}-py*.egg-info +%{python_sitelib}/scikit_build-%{version}*-info %changelog ++++++ scikit-build-0.11.1.tar.gz -> scikit-build-0.12.0.tar.gz ++++++ ++++ 2171 lines of diff (skipped)