chore(deps): update dependency build to v0.10.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
build (changelog) | minor |
==0.7.0 -> ==0.10.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
pypa/build (build)
v0.10.0
===================
- Replace
pep517
dependency withpyproject_hooks
, into whichpep517
has been renamed (MR🇵🇷 539
, Fixes :issue:529
) - Change build backend from
setuptools
toflit
(MR🇵🇷 470
, Fixes :issue:394
) - Dropped support for Python 3.6 (MR
🇵🇷 532
)
v0.9.0
==================
- Hide a Python 3.11.0 unavoidable warning with venv (MR
🇵🇷 527
) - Fix infinite recursion error in
check_dependency
with circular dependencies (MR🇵🇷 512
, Fixes :issue:511
) - Only import colorama on Windows (MR
🇵🇷 494
, Fixes :issue:493
) - Flush output more often to reduce interleaved output (MR
🇵🇷 494
) - Small API cleanup, like better
_all__
and srcdir being read only. (MR🇵🇷 477
) - Only use
importlib_metadata
when needed (MR🇵🇷 401
) - Clarify in printout when build dependencies are being installed (MR
🇵🇷 514
)
v0.8.0
==================
- Accept
os.PathLike[str]
in addition tostr
for paths in public API (MR🇵🇷 392
, Fixes :issue:372
) - Add schema validation for
build-system
table to check conformity with PEP 517 and PEP 518 (MR🇵🇷 365
, Fixes :issue:364
) - Better support for Python 3.11 (sysconfig schemes MR
🇵🇷 434
, MR🇵🇷 463
, tomllib MR🇵🇷 443
, warnings MR🇵🇷 420
) - Improved error printouts (MR
🇵🇷 442
) - Avoid importing packaging unless needed (MR
🇵🇷 395
, Fixes :issue:393
)
Breaking Changes
- Failure to create a virtual environment in the
build.env
module now raisesbuild.FailedProcessError
(MR🇵🇷 442
)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.