Accepting request 1044136 from devel:languages:python:numeric

- 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
    <command> 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 (forwarded request 1044135 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1044136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-build?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2022-12-22 15:22:58 +00:00 committed by Git OBS Bridge
commit 33fbdd0165
4 changed files with 31 additions and 9 deletions

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Dec 21 22:23:44 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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
<command> 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 <code@bnavigator.de>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b87dcac5cfd884ccfe313e66a1feea596075a99d370d20488314ae5d19296db
size 269763

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a20c4adeab3c2aec11d70bce9690995cff0e53beafe321a7b530009aca8e731
size 271037