Skip to content

chore(deps): bump build from 1.0.3 to 1.1.1

HIFIS Bot requested to merge dependabot-pip-build-1.1.1 into main

Bumps build from 1.0.3 to 1.1.1.

Release notes

Sourced from build's releases.

Version 1.1.1

What's Changed

  • Fixed invoking outer pip from user site packages (PR #746, fixes issue #745)
  • Corrected the minimum pip version required to use an outer pip (PR #746, fixes issue #745)

Full Changelog: https://github.com/pypa/build/compare/v1.1.0...1.1.1

Version 1.1.0

What's Changed

  • Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR #736)
  • Stopped injecting wheel as a build dependency automatically, in the case of missing pyproject.toml -- by @​webknjaz. (PR #716)
  • Use importlib_metadata on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by @​GianlucaFicarelli. (PR #693, fixes issue #692)

New Contributors

Full Changelog: https://github.com/pypa/build/compare/1.0.3...v1.1.0

Changelog

Sourced from build's changelog.

1.1.1 (2024-02-29)

  • Fixed invoking outer pip from user site packages (PR 🇵🇷746, fixes issue :issue:745)
  • Corrected the minimum pip version required to use an outer pip (PR 🇵🇷746, fixes issue :issue:745)

1.1.0 (2024-02-29)

  • Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR 🇵🇷736)
  • Stopped injecting wheel as a build dependency automatically, in the case of missing pyproject.toml -- by :user:webknjaz. (PR 🇵🇷716)
  • Use importlib_metadata on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by :user:GianlucaFicarelli. (PR 🇵🇷693, fixes issue :issue:692)
Commits

Merge request reports