Changelog for
python311-scikit-build-core-0.4.7-2.1.noarch.rpm :
* Mon Apr 08 2024 Dirk Müller
- add sle15_python_module_pythons
* Fri Jun 30 2023 Atri Bhattacharya - 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 06 2023 Steve Kowalik - 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 2023 Ben Greiner - 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