Accepting request 1060177 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.16.6 * Fix a discovery regression in 0.16.5 when a cmake folder or cmake.py was present in #848. * Correct an issue in the tests where a generator wasn't expanded into a list in #850. - Version 0.16.5 * Use cmake module if installed over system installs in #839. * Support setting of -DCMAKE_SYSTEM_PROCESSOR if passed for selecting an arch, useful for cross compiling on conda-forge in #843. * Fixed a rare encoded error output string on Windows in #842. * Better granularity in extras in #838. * Add test markers for nosetuptoolsscm and isolated (helpful for package distributions building scikit-build itself like conda) in #837. OBS-URL: https://build.opensuse.org/request/show/1060177 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build?expand=0&rev=30
This commit is contained in:
parent
0f666e3967
commit
145ef198bb
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 21 17:22:01 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 0.16.6
|
||||||
|
* Fix a discovery regression in 0.16.5 when a cmake folder or
|
||||||
|
cmake.py was present in #848.
|
||||||
|
* Correct an issue in the tests where a generator wasn't expanded
|
||||||
|
into a list in #850.
|
||||||
|
- Version 0.16.5
|
||||||
|
* Use cmake module if installed over system installs in #839.
|
||||||
|
* Support setting of -DCMAKE_SYSTEM_PROCESSOR if passed for
|
||||||
|
selecting an arch, useful for cross compiling on conda-forge in
|
||||||
|
#843.
|
||||||
|
* Fixed a rare encoded error output string on Windows in #842.
|
||||||
|
* Better granularity in extras in #838.
|
||||||
|
* Add test markers for nosetuptoolsscm and isolated (helpful for
|
||||||
|
package distributions building scikit-build itself like conda)
|
||||||
|
in #837.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 4 16:30:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Wed Jan 4 16:30:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-scikit-build%{psuffix}
|
Name: python-scikit-build%{psuffix}
|
||||||
Version: 0.16.4
|
Version: 0.16.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
|
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -103,9 +103,9 @@ sed -i '/tool.pylint/,/^$/ d' pyproject.toml
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
# test_pep518 needs a wheelhouse with downloaded wheels including platform dependent cmake
|
# these tests need a wheelhouse with downloaded wheels including platform dependent cmake
|
||||||
donttest="test_pep518"
|
donttestmarker="isolated"
|
||||||
%pytest -k "not ($donttest)"
|
%pytest -m "not ($donttestmarker)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a20c4adeab3c2aec11d70bce9690995cff0e53beafe321a7b530009aca8e731
|
|
||||||
size 271037
|
|
3
scikit-build-0.16.6.tar.gz
Normal file
3
scikit-build-0.16.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9047817b0dd2522cc8b7122b398e8a41c18bf4cbd23de1644919bdf34941a8c6
|
||||||
|
size 272201
|
Loading…
Reference in New Issue
Block a user