1
0

Accepting request 1096199 from home:badshah400

* Update to version 0.4.7.
* Add %{name}.rpmlintrc file to suppress false positives about missing required or left-over python modules.
* Disable an additional sdist test that requires access to the network.
* Rebase scikit-build-core-offline-wheelhouse.patch so that it applies cleanly against updated sources.

OBS-URL: https://build.opensuse.org/request/show/1096199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build-core?expand=0&rev=5
This commit is contained in:
2023-07-01 10:41:20 +00:00
committed by Git OBS Bridge
parent c4dff1f0a8
commit ea5e051d54
6 changed files with 38 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jun 30 18:52:43 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.4.7:
* remove SKBUILD_STATE unused message when building
[gh#scikit-build/scikit-build-core#401].
* logging environment should use reprs
[gh#scikit-build/scikit-build-core#409].
- Add %{name}.rpmlintrc file to suppress false positives about
missing required or left-over python modules.
- Disable an additional sdist test that requires access to the
network.
- Rebase scikit-build-core-offline-wheelhouse.patch so that it
applies cleanly against updated sources.
-------------------------------------------------------------------
Thu Apr 6 07:20:09 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>