chore(deps): update dependency dev/build to v1 #38
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.2.1
Release Notes
pypa/build (dev/build)
v1.2.1
Compare Source
==================
(PR :pr:
761
)v1.2.0
Compare Source
==================
--installer
option, supportingpip
anduv
. Addeduv
extra.
(PR :pr:
751
)-v
for dependency installation(PR :pr:
749
)pip
(PR :pr:
752
)(PR :pr:
743
)v1.1.1
Compare Source
==================
(PR :pr:
746
, fixes issue :issue:745
)(PR :pr:
746
, fixes issue :issue:745
)v1.1.0
Compare Source
==================
setup with virtualenv slightly and venv significantly.
(PR :pr:
736
)wheel
as a build dependency automatically, in thecase of missing
pyproject.toml
-- by :user:webknjaz
.(PR :pr:
716
)importlib_metadata
on Python <3.10.2 for bugfixes not present inthose CPython standard libraries (not required when bootstrapping) -- by
:user:
GianlucaFicarelli
.(PR :pr:
693
, fixes issue :issue:692
)v1.0.3
Compare Source
==================
triggered by adding
data_filter
in 1.0.0.(PR :pr:
675
, fixes issue :issue:674
)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:630
)(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: Whenever PR becomes conflicted, 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.