forked from pool/python-scikit-build-core
* 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
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 0.2.2:
|
|
* zipinfo should report regular files
|
|
* Support running in environments with SOURCE_DATE_EPOCH set
|
|
* Report self version too
|
|
* refactor: use from_pyproject
|
|
* Add {wheel_tag} for build-dir
|
|
* Support for conda's CMAKE_SYSTEM_PROCESSOR
|
|
* Print out paths
|
|
* docs: update readme for 3.26 backport
|
|
* tests: support running tests with system cmake3 visible
|
|
* tests: nicer exit, minor refactors
|
|
* refactor: minor changes & nicer environment logging printout
|
|
* Local build directory setting & build reuse
|
|
* Add prepare_metadata_for_build_wheel
|
|
* Native wheel writer implementation
|
|
* Use 3.26 dev version port of FindPython
|
|
* tests: allow pytest 7.0+ instead of 7.2+
|
|
* tests: include cmake and ninja if missing in nox
|
|
* tests: simpler pytest-subprocess
|
|
* chore: Python 3.11 Self usage
|
|
* chore: fix Ruff configuration
|
|
* chore: minor adjustments to wheel returns
|
|
* chore: remove duplicate Ruff code
|
|
* fix: handle local cmake dir for search
|
|
* fix: avoid resolving cmake/ninja paths
|
|
* tests: add isolated marker to test_pep518_sdist
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 27 17:59:12 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for v0.1.5
|
|
- New build backend. First user: python-awkward-cpp
|
|
- Add patch: scikit-build-core-offline-wheelhouse.patch for
|
|
offline wheelhouse in testing
|