Releases: cmake-wheel/cmeel
Releases · cmake-wheel/cmeel
Release v0.38.0
- add
fix-pkg-config
option, default totrue
Release v0.37.0
- autodetect
README{.md, .rst, .txt, }
readme
is no longer required
Release v0.36.0
- forward build dependencies as "build" extra
project.urls
is no longer required- tools: flake8, pydocstyle, pyupgrade → ruff
Release v0.35.0
- add
build_editable
following PEP 660 - update tooling, lints & ci, notably: isort, pydocstyle, mypy & safety
Release v0.34.1
- allow building "py3x-none-any" wheels with
pyver-any = true
in pyproject.toml
Release v0.34.0
- allow building "py3x-none-any" wheels with
pyver-any = true
in pyproject.toml
Release v0.33.0
- allow building "py3-none-any" wheels with
any = true
in pyproject.toml
Release v0.32.3
- stringfy paths in
check_output
s, to fix build on windows
Release v0.32.2
- parse wheel pack output with a regex
- fix some builds on windows
- fix ci on some mac OS
Release v0.32.1
- fix path separator on windows