slap
slap copied to clipboard
fix(deps): update dependency build to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| build (changelog) | ^0.10.0 -> ^1.0.0 |
Release Notes
pypa/build (build)
v1.1.1
==================
- Fixed invoking outer pip from user site packages
(PR :pr:
746, fixes issue :issue:745) - Corrected the minimum pip version required to use an outer pip
(PR :pr:
746, fixes issue :issue:745)
v1.1.0
==================
- Use external pip if available instead of installing, speeds up environment
setup with virtualenv slightly and venv significantly.
(PR :pr:
736) - Stopped injecting
wheelas a build dependency automatically, in the case of missingpyproject.toml-- by :user:webknjaz. (PR :pr:716) - Use
importlib_metadataon Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by :user:GianlucaFicarelli. (PR :pr:693, fixes issue :issue:692)
v1.0.3
==================
- 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)
v1.0.0
==================
- 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) - 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. (PR :pr:587, fixes issue :issue:577) - Ruff is now used for linting.
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.