diff --git a/python-scikit-build.changes b/python-scikit-build.changes index cdb9082..42570d3 100644 --- a/python-scikit-build.changes +++ b/python-scikit-build.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Dec 21 22:23:44 UTC 2022 - Ben Greiner + +- Update to 0.16.4 + * This releases backports additions for Windows ARM + cross-compiling via cibuildwheel from scikit-build-core 0.1.4. + * Initial experimental support for Windows ARM cross-compile in + #824 and #818 + * Replace mailing list with GitHub Discussions board in #823 + * Some CI updates in #811 and #812 +- Version 0.16.3 + * This release fixes logging issues using setuptools 65.6+ + affecting our tests. Pytest 7.2+ is now supported. setup.py + and setup_requires are deprecated, and tests are + marked as such. + * Fix typo in usage.rst in #795, thanks to @chohner. + * Support pytest 7.2+ in #801. + * Change warning filtering in #802. + * Handle logging changes in setuptools 65.6+ in #807. + * Add deprecated markers to some tests in #807. + * Allow known warnings to show up in the tests #807. +- Version 0.16.2 + * This addresses one more small regression with the FindPython + change from 0.16.0 that was affecting conda. #793 + ------------------------------------------------------------------- Sat Oct 29 15:32:48 UTC 2022 - Ben Greiner diff --git a/python-scikit-build.spec b/python-scikit-build.spec index a2677b5..2653e08 100644 --- a/python-scikit-build.spec +++ b/python-scikit-build.spec @@ -27,7 +27,7 @@ %define skip_python2 1 Name: python-scikit-build%{psuffix} -Version: 0.16.1 +Version: 0.16.4 Release: 0 Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions License: MIT @@ -53,11 +53,10 @@ Requires: python-wheel >= 0.32.0 Requires: python-typing-extensions >= 3.7 %endif %if %{with test} +# Note: When tests fail try `osc build ---clean` in order to get rid of remnant numpy typing stubs in $HOME BuildRequires: %{python_module Cython >= 0.25.1} BuildRequires: %{python_module build >= 0.7} -BuildRequires: %{python_module flake8 >= 3.0.4} -BuildRequires: %{python_module path.py >= 11.5.0} -BuildRequires: %{python_module pytest >= 6.0.0 with %python-pytest < 7.2} +BuildRequires: %{python_module pytest >= 6.0.0} BuildRequires: %{python_module pytest-mock >= 1.10.4} BuildRequires: %{python_module pytest-virtualenv >= 1.2.5} BuildRequires: %{python_module requests} @@ -101,8 +100,6 @@ cp %{S:99} tests/samples/issue-334-configure-cmakelist-non-cp1252-encoding/setup %check # test_pep518 needs a wheelhouse with downloaded wheels including platform dependent cmake donttest="test_pep518" -# https://github.com/scikit-build/scikit-build/issues/784 -donttest="$donttest or (test_hide_listing and True and bdist_wheel)" %pytest -k "not ($donttest)" %endif diff --git a/scikit-build-0.16.1.tar.gz b/scikit-build-0.16.1.tar.gz deleted file mode 100644 index aa6a139..0000000 --- a/scikit-build-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b87dcac5cfd884ccfe313e66a1feea596075a99d370d20488314ae5d19296db -size 269763 diff --git a/scikit-build-0.16.4.tar.gz b/scikit-build-0.16.4.tar.gz new file mode 100644 index 0000000..d81ee38 --- /dev/null +++ b/scikit-build-0.16.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a20c4adeab3c2aec11d70bce9690995cff0e53beafe321a7b530009aca8e731 +size 271037