Chore(deps): bump pyproject-hooks from 1.1.0 to 1.2.0
Bumps pyproject-hooks from 1.1.0 to 1.2.0.
Changelog
Sourced from pyproject-hooks's changelog.
Changelog
v1.2
- Improve interoperability with
importlib.metadata
, fixing a regression in setuptools compatibility in 1.1 (#199).- Clean up the
_in_process
directory inside the package fromsys.path
before imporing the backend (#193).v1.1
- Add type annotations to the public API.
- More careful handling of the
backend-path
key frompyproject.toml
. Previous versions would load the backend and then check that it was loaded from the specified path; the new version only loads it from the specified path. TheBackendInvalid
exception is now a synonym for :exc:BackendUnavailable
, and code should move to using the latter name.v1.0
- Rename package to
pyproject_hooks
(frompep517
).- Remove deprecated modules (
.build
,.check
and.envbuild
). Use thebuild <https://pypa-build.readthedocs.io/en/stable/>
_ project instead for this higher-level functionality of setting up a temporary build environment.- Require Python 3.7 or above.
- Use
tomllib
from the standard library on Python 3.11.pyproject_hooks
now has no external dependencies when installed in Python 3.11.- Avoid chaining exceptions when using the fallback implementation for :meth:
.prepare_metadata_for_build_wheel
.- Fix propagating error message for :exc:
.BackendInvalid
errors.v0.13
- Remove support for end-of-life Pythons. Now requires Python3.6+.
- Remove support for
toml
package. Now requirestomli
.- Rely on preferred "files" API on Python 3.9 and later (#140).
v0.12
- Add method for pip to check if build_editable hook is supported. This is a private API for now.
v0.11.1
... (truncated)
Commits
-
4b7c6d1
Merge pull request #205 from pypa/prepare-1.2 -
1027470
Bump version: 1.1.0 → 1.2.0 -
dabe52e
Prepare release notes for 1.2 -
3df9175
Merge pull request #204 from pypa/fix/setuptools-71 -
9efaa97
Relax test for build requirements from setuptools -
6b57973
Merge pull request #199 from abravalheri/issue-192-take2 -
9988edd
Merge pull request #196 from pypa/sdist-includes -
dba1817
Always use importlib.metadata -
d68f4d9
Remove unused dev-dependency -
455b77f
Account for importlib_metadata in Python<3.7 - Additional commits viewable in compare view