UNCLASSIFIED - NO CUI

Skip to content

chore(deps): update dependency build to v0.10.0

POPs-renovate-tools_03Dec2024 requested to merge renovate/build-0.x into development

This MR contains the following updates:

Package Update Change
build (changelog) minor ==0.7.0 -> ==0.10.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

pypa/build (build)

v0.10.0

Compare Source

===================

  • Replace pep517 dependency with pyproject_hooks, into which pep517 has been renamed (MR 🇵🇷539, Fixes :issue:529)
  • Change build backend from setuptools to flit (MR 🇵🇷470, Fixes :issue:394)
  • Dropped support for Python 3.6 (MR 🇵🇷532)

v0.9.0

Compare Source

==================

  • Hide a Python 3.11.0 unavoidable warning with venv (MR 🇵🇷527)
  • Fix infinite recursion error in check_dependency with circular dependencies (MR 🇵🇷512, Fixes :issue:511)
  • Only import colorama on Windows (MR 🇵🇷494, Fixes :issue:493)
  • Flush output more often to reduce interleaved output (MR 🇵🇷494)
  • Small API cleanup, like better _all__ and srcdir being read only. (MR 🇵🇷477)
  • Only use importlib_metadata when needed (MR 🇵🇷401)
  • Clarify in printout when build dependencies are being installed (MR 🇵🇷514)

v0.8.0

Compare Source

==================

  • Accept os.PathLike[str] in addition to str for paths in public API (MR 🇵🇷392, Fixes :issue:372)
  • Add schema validation for build-system table to check conformity with PEP 517 and PEP 518 (MR 🇵🇷365, Fixes :issue:364)
  • Better support for Python 3.11 (sysconfig schemes MR 🇵🇷434, MR 🇵🇷463, tomllib MR 🇵🇷443, warnings MR 🇵🇷420)
  • Improved error printouts (MR 🇵🇷442)
  • Avoid importing packaging unless needed (MR 🇵🇷395, Fixes :issue:393)

Breaking Changes

  • Failure to create a virtual environment in the build.env module now raises build.FailedProcessError (MR 🇵🇷442)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports