Skip to content

Releases: pypa/build

Version 1.2.1

28 Mar 07:14
1.2.1
1e67c06
Compare
Choose a tag to compare

What's Changed

  • Avoid error when terminal width is undetectable on Python < 3.11
    (PR #761)

Full Changelog: 1.2.0...1.2.1

Version 1.2.0

27 Mar 23:04
d5fb6fb
Compare
Choose a tag to compare

What's Changed

  • Add --installer option, supporting pip and uv. Added uv extra.
    (PR #751)
  • Improve console output and provide -v for dependency installation
    (PR #749)
  • Avoid compiling unused bytecode when using pip
    (PR #752)
  • Dropped support for Python 3.7
    (PR #743)

Full Changelog: 1.1.1...1.2.0

Version 1.1.1

29 Feb 20:30
1.1.1
Compare
Choose a tag to compare

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: v1.1.0...1.1.1

Version 1.1.0

29 Feb 16:57
v1.1.0
da06973
Compare
Choose a tag to compare

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: 1.0.3...v1.1.0

Version 1.0.3

06 Sep 23:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.3

Version 1.0.0

01 Sep 15:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...1.0.0