Skip to content

Releases: cmake-wheel/cmeel

Release v0.36.0

05 Apr 16:42
v0.36.0
Compare
Choose a tag to compare
  • forward build dependencies as "build" extra
  • project.urls is no longer required
  • tools: flake8, pydocstyle, pyupgrade → ruff

Release v0.35.0

07 Mar 14:34
v0.35.0
Compare
Choose a tag to compare
  • add build_editable following PEP 660
  • update tooling, lints & ci, notably: isort, pydocstyle, mypy & safety

Release v0.34.1

06 Mar 17:23
v0.34.1
Compare
Choose a tag to compare
  • allow building "py3x-none-any" wheels with pyver-any = true in pyproject.toml

Release v0.34.0

06 Mar 17:22
v0.34.0
Compare
Choose a tag to compare
  • allow building "py3x-none-any" wheels with pyver-any = true in pyproject.toml

Release v0.33.0

06 Mar 12:23
v0.33.0
Compare
Choose a tag to compare
  • allow building "py3-none-any" wheels with any = true in pyproject.toml

Release v0.32.3

28 Feb 17:32
v0.32.3
Compare
Choose a tag to compare
  • stringfy paths in check_outputs, to fix build on windows

Release v0.32.2

28 Feb 16:36
v0.32.2
Compare
Choose a tag to compare
  • parse wheel pack output with a regex
  • fix some builds on windows
  • fix ci on some mac OS

Release v0.32.1

27 Feb 11:19
v0.32.1
Compare
Choose a tag to compare
  • fix path separator on windows

Release v0.32.0

24 Feb 23:00
v0.32.0
Compare
Choose a tag to compare
  • don't require pip on DEBUG mode
  • DEBUG: show wheel name

Release v0.31.0

04 Feb 11:01
v0.31.0
Compare
Choose a tag to compare
  • configure logging through log-level / CMEEL_LOG_LEVEL
  • DEBUG level: show pip freeze, the commands, and their environment