chore(deps): bump build from 1.0.3 to 1.1.1
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 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
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 missingpyproject.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
-
b36126a
release 1.1.1 -
9588222
env: fix global pip (#746) -
da06973
chore: prepare for 1.1.0 (#744) -
42231a7
compat: create separate importlib, tarfile and tomllib shims -
894998a
chore: address feedback -
aa0aa04
fix(types): make the passthrough general -
af5ff53
feat: use external pip if available -
9ceb49d
build(deps): bump the actions group with 1 update (#739) -
ac57b94
refactor: pull out pip checks (#735) -
e6969d1
pre-commit: bump repositories (#734) - Additional commits viewable in compare view