diff --git a/python-scikit-build.changes b/python-scikit-build.changes index 33aeb98..b51f282 100644 --- a/python-scikit-build.changes +++ b/python-scikit-build.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 3 18:09:24 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-scikit-build.spec b/python-scikit-build.spec index 065f0d5..7d1c4de 100644 --- a/python-scikit-build.spec +++ b/python-scikit-build.spec @@ -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 diff --git a/scikit-build-0.16.6.tar.gz b/scikit-build-0.16.6.tar.gz deleted file mode 100644 index 99660b7..0000000 --- a/scikit-build-0.16.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9047817b0dd2522cc8b7122b398e8a41c18bf4cbd23de1644919bdf34941a8c6 -size 272201 diff --git a/scikit-build-0.16.7.tar.gz b/scikit-build-0.16.7.tar.gz new file mode 100644 index 0000000..4bace1c --- /dev/null +++ b/scikit-build-0.16.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b9cc7479b71e6c8d434596dfade025253aae23adb22a9a2d85850fd51cecfd +size 274287