Chore(deps): bump build from 1.1.1 to 1.2.0
Bumps build from 1.1.1 to 1.2.0.
Release notes
Sourced from build's releases.
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
Changelog
Sourced from build's changelog.
1.2.0 (2024-03-27)
- 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
)
Commits
-
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 flag -
5662669
chore: bump mypy -
24c513d
chore: reformat using Black 2024 style -
08cdb76
ruff: bump version and update config -
97ea57b
perf: avoid compiling unused bytecode (#752) -
327f280
Help mypy narrow -
f28f1ad
Restore uv$PATH
lookup with logging message - Additional commits viewable in compare view