445638345f
- Update to 0.10.5 * This version fixes an issue rebuilding if you have a build-dir set and are using isolated build environments. The cache is now correctly cleared if this occurs. An issue with a certain style of gitignore was also fixed. - Version 0.10.4 * This version fixes the logic for handling the sysconfig variables on Windows for the values that used to be only provided on UNIX. This mostly affects targeting the Stable ABI on Python 3.13. Editable install rebuilds now work if you have a wheel.install-dir set, too. - Version 0.10.3 * This release fixes an issue on Windows systems with non-utf-8 default encodings for Python <3.14 when reading gitignores with special characters. - Version 0.10.2 * This release fixes a regression with 0.10 where a manually included file in an sdist would get included twice, affecting some tools (like uv). - Version 0.10.1 * Fix crash when building inside a submodule by @ausbin in #854 * cmake.minimum-version logic issue by @henryiii in #853 - Version 0.10.0 * This version adds auto CMake version discovery, opt-in auto minimum-version, rebuild on failure support, quite a few new override options greatly expanding the static config options for builds, more powerful regexs, and more. ## New features: * Auto CMake version by @henryiii in #804 * Auto minimum-version by @henryiii in #798
devel
Steve Kowalik2024-09-06 03:43:50 +00:00
b37bde3917
Accepting request 1179984 from devel:languages:python:numeric
Ana Guerrero2024-06-11 16:31:33 +00:00
8c2712c84d
Accepting request 1179588 from home:bnavigator:branches:devel:languages:python:numeric
Markéta Machová2024-06-11 10:46:52 +00:00
bfe118a75d
Accepting request 1166150 from devel:languages:python:numeric
Ana Guerrero2024-04-08 15:40:25 +00:00
c4dff1f0a8
- 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
Steve Kowalik2023-04-06 07:27:02 +00:00