Removed the toml library fallback; toml can no longer be used
as a substitute for tomli
(PR :pr:567)
Added runner parameter to util.project_wheel_metadata
(PR :pr:566, fixes issue :issue:553)
Modified ProjectBuilder constructor signature, added alternative
ProjectBuilder.from_env constructor, redefined env.IsolatedEnv
interface, and exposed env.DefaultIsolatedEnv, replacing
env.IsolatedEnvBuilder. The aim has been to shift responsibility for
modifying 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 no
longer supported.
(PR :pr:537)
virtualenv is no longer imported when using -n, for faster builds
(PR :pr:636, fixes issue :issue:510)
The SDist now contains the repository contents, including tests. Flit-core
3.8+ required.
(PR :pr:657, :pr:661, fixes issue :issue:656)
The minimum version of importlib-metadata has been increased to 4.6 and
Python 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)
Docs now built with Sphinx 7
(PR :pr:660)
Tests now contain a network marker
(PR :pr:649, fixes issue :issue:648)
Config-settings are now passed to get_requires* hooks, fixing a long
standing bug. If this affects your setuptools build, you can use
-C--build-option=<cmd> -C--build-option=<option> to workaround an issue
with Setuptools not allowing unrecognised build options when running this
hook.
(PR :pr:627, fixes issue :issue:[#264](https://github.com/pypa/build/issues/264))
Test on Python 3.12 betas/RCs
(PR :pr:624)
Filter out malicious files when extracting tar archives when Python supports it
(PR :pr:609)
Specify encoding, fixing issues when PYTHONWARNDEFAULTENCODING is set.
(PR :pr:587, fixes issue :issue:577)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps build from 0.10.0 to 1.0.0.
Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
1fff01e
style: ignore W005, since we are build06e0481
ci: build and test SDist/wheelsed308f1
Release 1.0.05e35bee
Update pyproject.tomld73f906
Update pyproject.tomlcabf511
Update CHANGELOG.rstbd0176b
ci: include pyproject.toml for test changes57d5af5
docs: update changelog for 0.11.0fa419f2
pre-commit: bump repositories59c1f87
chore: add some exception handling minor cleanup checksDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show