whool

A standards-compliant Python build backend to package Odoo addons.

MIT License

Downloads
49.7K
Stars
23
whool - v1.2 Latest Release

Published by sbidoul 3 months ago

What's Changed

Full Changelog: https://github.com/sbidoul/whool/compare/v1.1...v1.2

whool - v1.1

Published by sbidoul 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sbidoul/whool/compare/v1.0.1...v1.1

whool - v1.0.1

Published by sbidoul 7 months ago

Fix previous build that was missing the whool script.

Full Changelog: https://github.com/sbidoul/whool/compare/v1.0...v1.0.1

whool - v1.0

Published by sbidoul 8 months ago

What's Changed

Full Changelog: https://github.com/sbidoul/whool/compare/v0.5...v1.0

whool - v0.5

Published by sbidoul about 1 year ago

whool - v0.4

Published by sbidoul about 1 year ago

whool is now considered stable. A 1.0 will be released when the documentation is
complete and the test coverage improved a bit.

Features

  • When doing an editable install, add a .gitignore file in the build directory. (#7)
  • Add pre-commit hook to initialize pyproject.toml. (#10)
  • Test with python 3.12. (#11)

Docs

  • Improved documentation in README.

Full Changelog: https://github.com/sbidoul/whool/compare/v0.3...v0.4

whool - v0.3

Published by sbidoul about 1 year ago

  • Don't use wheel internal api.
  • Remove the dependencies command (we can use something like pyproject-dependencies instead).
  • Add support for the WHOOL_POST_VERSION_STRATEGY_OVERRIDE environment variable.
  • Add prepare_metadata_for_build_wheel and prepare_metadata_for_build_editable hooks for better performance when only metadata is needed such as when using pyproject-dependencies.
  • Depend on manifestoo-core>=1 so we don't depend on setuptools-odoo anymore.
whool -

Published by sbidoul about 1 year ago

  • support wheel 0.41
whool -

Published by sbidoul over 1 year ago

  • updated release process
  • slightly improved README
whool - v0.2

Published by sbidoul over 1 year ago

What's Changed

  • Bump the maximum supported version of the wheel package.

Full Changelog: https://github.com/sbidoul/whool/compare/v0.1...v0.2