chore(deps): update dependency build to v1 #10586
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.10.0
->==1.0.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
pypa/build (build)
v1.0.0
Compare Source
==================
toml
library fallback;toml
can no longer be usedas a substitute for
tomli
(PR :pr:
567
)runner
parameter toutil.project_wheel_metadata
(PR :pr:
566
, fixes issue :issue:553
)ProjectBuilder
constructor signature, added alternativeProjectBuilder.from_env
constructor, redefinedenv.IsolatedEnv
interface, and exposed
env.DefaultIsolatedEnv
, replacingenv.IsolatedEnvBuilder
. The aim has been to shift responsibility formodifying the environment from the project builder to the
IsolatedEnv
entirely and to ensure that the builder will be initialised from an
IsolatedEnv
in a consistent manner. Mutating the project builder is nolonger supported.
(PR :pr:
537
)virtualenv
is no longer imported when using-n
, for faster builds(PR :pr:
636
, fixes issue :issue:510
)3.8+ required.
(PR :pr:
657
, :pr:661
, fixes issue :issue:656
)importlib-metadata
has been increased to 4.6 andPython 3.10 due to a bug in the standard library version with URL
requirements in extras. This is still not required for 3.8 when bootstrapping
(as long as you don't have URL requirements in extras).
(PR :pr:
631
, fixes issue :issue:631
)(PR :pr:
660
)network
marker(PR :pr:
649
, fixes issue :issue:648
)get_requires*
hooks, fixing a longstanding bug. If this affects your setuptools build, you can use
-C--build-option=<cmd> -C--build-option=<option>
to workaround an issuewith Setuptools not allowing unrecognised build options when running this
hook.
(PR :pr:
627
, fixes issue :issue:#264
)(PR :pr:
624
)(PR :pr:
609
)PYTHONWARNDEFAULTENCODING
is set.(PR :pr:
587
, fixes issue :issue:577
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.