Sourced from build's releases.
Version 1.2.1
What's Changed
- Avoid error when terminal width is undetectable on Python < 3.11 (PR #761)
Full Changelog: https://github.com/pypa/build/compare/1.2.0...1.2.1
Version 1.2.0
What's Changed
- Add
--installer
option, supportingpip
anduv
. Addeduv
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: https://github.com/pypa/build/compare/1.1.1...1.2.0
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 missingpyproject.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
@MichaReiser
made their first contribution in pypa/build#697@GianlucaFicarelli
made their first contribution in pypa/build#693Full Changelog: https://github.com/pypa/build/compare/1.0.3...v1.1.0
Sourced from build's changelog.
1.2.1 (2024-03-28)
- Avoid error when terminal width is undetectable on Python < 3.11 (PR :pr:
761
)1.2.0 (2024-03-27)
- Add
--installer
option, supportingpip
anduv
. Addeduv
extra. (PR :pr:751
)- Improve console output and provide
-v
for dependency installation (PR :pr:749
)- Avoid compiling unused bytecode when using
pip
(PR :pr:752
)- Dropped support for Python 3.7 (PR :pr:
743
)1.1.1 (2024-02-29)
- Fixed invoking outer pip from user site packages (PR :pr:
746
, fixes issue :issue:745
)- Corrected the minimum pip version required to use an outer pip (PR :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 :pr:
736
)- Stopped injecting
wheel
as a build dependency automatically, in the case of missingpyproject.toml
-- by :user:webknjaz
. (PR :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 :pr:693
, fixes issue :issue:692
)
1e67c06
chore: bump version number to 1.2.1e5072e3
fix: support min width not detectable (#761)d5fb6fb
chore: prepare for 1.2.0 (#758)1ae6eb1
pre-commit: bump repositories (#757)a1f005d
pre-commit: bump repositories (#756)5076a56
uv: support double verbosity flag5662669
chore: bump mypy24c513d
chore: reformat using Black 2024 style08cdb76
ruff: bump version and update config97ea57b
perf: avoid compiling unused bytecode (#752)