- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build?expand=0&rev=12
This commit is contained in:
parent
990e4f71c6
commit
1493d56957
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 10 10:24:26 UTC 2021 - Ben Greiner <code@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 3 00:02:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Thu Dec 3 00:02:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -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-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-274-support-one-package-without-package-dir/setup.cfg
|
||||||
cp %{S:99} tests/samples/issue-334-configure-cmakelist-non-cp1252-encoding/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
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user