Accepting request 1077046 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 0.16.7
  * Added SKBUILD_GNU_SKIP_LOCAL_SYMBOL_EXPORT_OVERRIDE to disable
    script in #848, thanks to @aaron-bray and @vyasr.
  * Address a new warning from setuptools in our test suite in
    #859.
  * Move to using Ruff, update to Black 23, and use Flynt to move
    more code to f-strings.

OBS-URL: https://build.opensuse.org/request/show/1077046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build?expand=0&rev=32
This commit is contained in:
Benjamin Greiner 2023-04-03 18:15:26 +00:00 committed by Git OBS Bridge
parent 145ef198bb
commit c6218764a0
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 3 18:09:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.16.7
* Added SKBUILD_GNU_SKIP_LOCAL_SYMBOL_EXPORT_OVERRIDE to disable
script in #848, thanks to @aaron-bray and @vyasr.
* Address a new warning from setuptools in our test suite in
#859.
* Move to using Ruff, update to Black 23, and use Flynt to move
more code to f-strings.
-------------------------------------------------------------------
Sat Jan 21 17:22:01 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -25,9 +25,8 @@
%define psuffix %{nil}
%endif
%define skip_python2 1
Name: python-scikit-build%{psuffix}
Version: 0.16.6
Version: 0.16.7
Release: 0
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
License: MIT
@ -91,6 +90,7 @@ cp %{S:99} tests/samples/issue-334-configure-cmakelist-non-cp1252-encoding/setup
%endif
# remove toml entries not relevant for us and failing old py3.6 pip in 15.X
sed -i '/tool.pylint/,/^$/ d' pyproject.toml
sed -i '/tool.ruff/,/^$/ d' pyproject.toml
%if !%{with test}
%build

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9047817b0dd2522cc8b7122b398e8a41c18bf4cbd23de1644919bdf34941a8c6
size 272201

View File

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