secure-python-package-template
secure-python-package-template copied to clipboard
Bump build from 0.9.0 to 1.0.3 in /requirements
Bumps build from 0.9.0 to 1.0.3.
Release notes
Sourced from build's releases.
Version 1.0.3
What's Changed
- fix: avoid bug in various patch releases of Python by
@henryiiiin pypa/build#675- changelog: fix issue reference by
@michael-kin pypa/build#671- tox: format file by
@henryiiiin pypa/build#678- chore: bump to 1.0.3 by
@henryiiiin pypa/build#681- chore: release 1.0.1 by
@henryiiiin pypa/build#677New Contributors
@michael-kmade their first contribution in pypa/build#671Full Changelog: https://github.com/pypa/build/compare/1.0.0...1.0.3
Version 1.0.0
What's Changed
- infra: replace flake8 with ruff by
@laydayin pypa/build#565- Refactor
IsolatedEnv, take two by@laydayin pypa/build#537- util: allow passing alternative runner to
project_wheel_metadataby@q0win pypa/build#566- ci: do not trigger workflow for RST file changes by
@laydayin pypa/build#568- build: drop toml fallback by
@laydayin pypa/build#567- infra: fix ruff configuration and add a few checks by
@henryiiiin pypa/build#573- Minor doc fixes by
@laydayin pypa/build#574- docs: reorder installation instructions by
@hauntsaninjain pypa/build#575- Specify encoding by
@jaracoin pypa/build#578- infra: use latest Ruff instead of isort by
@henryiiiin pypa/build#581- tests: report installed versions of common packages by
@henryiiiin pypa/build#588- tests: strip formatting from stderr (pip 23) by
@henryiiiin pypa/build#589- docs: remove direct references to PEP 517 in docs landing page by
@pradyunsgin pypa/build#562- docs: use sphinx-issues by
@FFY00in pypa/build#590- config: support running Ruff 0.258+ directly on source by
@henryiiiin pypa/build#591- tests: useless .stdout detected by Ruff PR by
@henryiiiin pypa/build#594- Fix link to installation page in docs by
@atugushevin pypa/build#597- fix: mypy update by
@henryiiiin pypa/build#606- chore: minor cleanup by
@henryiiiin pypa/build#605- chore: isort Ruff code was missing by
@henryiiiin pypa/build#604- 🎨🧪 Modularize GHA workflow through reuse by
@webknjazin pypa/build#618- Improve CLI help text by
@laydayin pypa/build#616- ci: add 3.12 beta testing by
@henryiiiin pypa/build#624- chore: remove unneeded target-version by
@henryiiiin pypa/build#634- pre-commit: ruff moved to astral-sh by
@henryiiiin pypa/build#635- main: filter out malicious files when extracting tar archives by
@laydayin pypa/build#609- main: avoid cost of importing virtualenv if not using it by
@henryiiiin pypa/build#636- Bump importlib metadata dependency by
@jaracoin pypa/build#631- main: ensure config_settings are passed to get_requires_for_build by
@jameshilliardin pypa/build#627- tests: add network marker by
@henryiiiin pypa/build#649- chore: use 2x faster black mirror by
@henryiiiin pypa/build#652- docs: bump furo/sphinx by
@henryiiiin pypa/build#660
... (truncated)
Changelog
Sourced from build's changelog.
1.0.3 (2023-09-06)
- Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug triggered by adding
data_filterin 1.0.0. (PR :pr:675, fixes issue :issue:674)1.0.0 (2023-09-01)
- Removed the
tomllibrary fallback;tomlcan no longer be used as a substitute fortomli(PR :pr:567)- Added
runnerparameter toutil.project_wheel_metadata(PR :pr:566, fixes issue :issue:553)- Modified
ProjectBuilderconstructor signature, added alternativeProjectBuilder.from_envconstructor, redefinedenv.IsolatedEnvinterface, and exposedenv.DefaultIsolatedEnv, replacingenv.IsolatedEnvBuilder. The aim has been to shift responsibility for modifying the environment from the project builder to theIsolatedEnventirely and to ensure that the builder will be initialised from anIsolatedEnvin a consistent manner. Mutating the project builder is no longer supported. (PR :pr:537)virtualenvis 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-metadatahas 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:630)- Docs now built with Sphinx 7 (PR :pr:
660)- Tests now contain a
networkmarker (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
PYTHONWARNDEFAULTENCODINGis set.
... (truncated)
Commits
38d1a68chore: bump to 1.0.317cefaftox: format filec48f4cachore: release 1.0.14b61b8eApply suggestions from code reviewd6138f5fix: avoid bug in various patch releases of Pythoneada811build(deps): bump actions/checkout from 3 to 4 (#673)955e697pre-commit: bump repositories (#672)f51c089changelog: fix issue reference1fff01estyle: ignore W005, since we are build06e0481ci: build and test SDist/wheels- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)