Bump build from 0.10.0 to 1.0.0
Created by: dependabot[bot]
Bumps build from 0.10.0 to 1.0.0.
Release notes
Sourced from build's releases.
1.0.0
What's Changed
- infra: replace flake8 with ruff by
@layday
in pypa/build#565- Refactor
IsolatedEnv
, take two by@layday
in pypa/build#537- util: allow passing alternative runner to
project_wheel_metadata
by@q0w
in pypa/build#566- ci: do not trigger workflow for RST file changes by
@layday
in pypa/build#568- build: drop toml fallback by
@layday
in pypa/build#567- infra: fix ruff configuration and add a few checks by
@henryiii
in pypa/build#573- Minor doc fixes by
@layday
in pypa/build#574- docs: reorder installation instructions by
@hauntsaninja
in pypa/build#575- Specify encoding by
@jaraco
in pypa/build#578- infra: use latest Ruff instead of isort by
@henryiii
in pypa/build#581- tests: report installed versions of common packages by
@henryiii
in pypa/build#588- tests: strip formatting from stderr (pip 23) by
@henryiii
in pypa/build#589- docs: remove direct references to PEP 517 in docs landing page by
@pradyunsg
in pypa/build#562- docs: use sphinx-issues by
@FFY00
in pypa/build#590- config: support running Ruff 0.258+ directly on source by
@henryiii
in pypa/build#591- tests: useless .stdout detected by Ruff PR by
@henryiii
in pypa/build#594- Fix link to installation page in docs by
@atugushev
in pypa/build#597- fix: mypy update by
@henryiii
in pypa/build#606- chore: minor cleanup by
@henryiii
in pypa/build#605- chore: isort Ruff code was missing by
@henryiii
in pypa/build#604🎨 🧪 Modularize GHA workflow through reuse by@webknjaz
in pypa/build#618- Improve CLI help text by
@layday
in pypa/build#616- ci: add 3.12 beta testing by
@henryiii
in pypa/build#624- chore: remove unneeded target-version by
@henryiii
in pypa/build#634- pre-commit: ruff moved to astral-sh by
@henryiii
in pypa/build#635- main: filter out malicious files when extracting tar archives by
@layday
in pypa/build#609- main: avoid cost of importing virtualenv if not using it by
@henryiii
in pypa/build#636- Bump importlib metadata dependency by
@jaraco
in pypa/build#631- main: ensure config_settings are passed to get_requires_for_build by
@jameshilliard
in pypa/build#627- tests: add network marker by
@henryiii
in pypa/build#649- chore: use 2x faster black mirror by
@henryiii
in pypa/build#652- docs: bump furo/sphinx by
@henryiii
in pypa/build#660- readme: touch up badge by
@henryiii
in pypa/build#659- fix: include all files in SDist by
@henryiii
in pypa/build#657- fix: tests & file inclusion update by
@henryiii
in pypa/build#661- chore: add some exception handling minor cleanup checks by
@henryiii
in pypa/build#662- docs: update changelog for 0.11.0 by
@henryiii
in pypa/build#664- Release 1.0.0 by
@gaborbernat
in pypa/build#668- ci: build and test SDist/wheels by
@henryiii
in pypa/build#669New Contributors
@q0w
made their first contribution in pypa/build#566@atugushev
made their first contribution in pypa/build#597@jameshilliard
made their first contribution in pypa/build#627Full Changelog: https://github.com/pypa/build/compare/0.10.0...1.0.0
Changelog
Sourced from build's changelog.
1.0.0 (2023-09-01)
- Removed the
toml
library fallback;toml
can no longer be used as a substitute fortomli
(PR🇵🇷 567
)- Added
runner
parameter toutil.project_wheel_metadata
(PR🇵🇷 566
, fixes issue :issue:553
)- Modified
ProjectBuilder
constructor signature, added alternativeProjectBuilder.from_env
constructor, redefinedenv.IsolatedEnv
interface, and exposedenv.DefaultIsolatedEnv
, replacingenv.IsolatedEnvBuilder
. The aim has been to shift responsibility for modifying the environment from the project builder to theIsolatedEnv
entirely and to ensure that the builder will be initialised from anIsolatedEnv
in a consistent manner. Mutating the project builder is no longer supported. (PR🇵🇷 537
)virtualenv
is no longer imported when using-n
, for faster builds (PR🇵🇷 636
, fixes issue :issue:510
)- The SDist now contains the repository contents, including tests. Flit-core 3.8+ required. (PR
🇵🇷 657
,🇵🇷 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🇵🇷 631
, fixes issue :issue:631
)- Docs now built with Sphinx 7 (PR
🇵🇷 660
)- Tests now contain a
network
marker (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🇵🇷 627
, fixes issue :issue:[#264](https://github.com/pypa/build/issues/264)
)- Test on Python 3.12 betas/RCs (PR
🇵🇷 624
)- Filter out malicious files when extracting tar archives when Python supports it (PR
🇵🇷 609
)- Specify encoding, fixing issues when
PYTHONWARNDEFAULTENCODING
is set. (PR🇵🇷 587
, fixes issue :issue:577
)- Ruff is now used for linting.
Commits
-
1fff01e
style: ignore W005, since we are build -
06e0481
ci: build and test SDist/wheels -
ed308f1
Release 1.0.0 -
5e35bee
Update pyproject.toml -
d73f906
Update pyproject.toml -
cabf511
Update CHANGELOG.rst -
bd0176b
ci: include pyproject.toml for test changes -
57d5af5
docs: update changelog for 0.11.0 -
fa419f2
pre-commit: bump repositories -
59c1f87
chore: add some exception handling minor cleanup checks - Additional commits viewable in compare view
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 <dependency name> 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)