diff --git a/python-scikit-build.changes b/python-scikit-build.changes index 4d04b0e..1a5edbd 100644 --- a/python-scikit-build.changes +++ b/python-scikit-build.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Oct 10 10:24:26 UTC 2021 - Ben Greiner + +- 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. + ------------------------------------------------------------------- Thu Dec 3 00:02:25 UTC 2020 - Benjamin Greiner diff --git a/python-scikit-build.spec b/python-scikit-build.spec index efafc36..bdc0e73 100644 --- a/python-scikit-build.spec +++ b/python-scikit-build.spec @@ -70,6 +70,8 @@ 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