Bump pep517 from 0.12.0 to 0.13.0
Created by: dependabot[bot]
Bumps pep517 from 0.12.0 to 0.13.0.
Changelog
Sourced from pep517's changelog.
Changelog
0.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).
0.12
- Add method for pip to check if build_editable hook is supported. This is a private API for now.
0.11.1
- Fix DeprecationWarning in tomli.
0.11
- Support editable hooks (
PEP 660 <https://www.python.org/dev/peps/pep-0660/>
_).- Use the TOML 1.0 compliant
tomli
parser module on Python 3.6 and above.- Ensure TOML files are always read as UTF-8.
- Switch CI to Github actions.
0.10
- Avoid shadowing imports such as
colorlog
in the backend, by moving the_in_process.py
script into a separate subpackage.- Issue warnings when using the deprecated
pep517.build
andpep517.check
modules at the command line. See thePyPA build project <https://github.com/pypa/build>
_ for a replacement.- Allow building with flit_core 3.x.
- Prefer the standard library
unittest.mock
tomock
for tests on Python 3.6 and above.0.9.1
- Silence some static analysis warnings.
0.9
- Deprecated the higher level API which handles creating an environment and
... (truncated)
Commits
-
c5557bf
Bump version: 0.12.0 → 0.13.0 -
60b5fb7
Update changelog for release. -
ab27639
Merge pull request #144 from pypa/bugfix/140-resources-39 -
9e25496
Use files API on Python 3.9 and later. Fixes #140. -
c45334a
Merge pull request #143 from hukkin/tomllib -
3629d60
A better pytest fix -- unpin flake8 -
f94e848
Fix pytest deprecation and flake8 error -
7161691
Use tomllib in Python 3.11+ -
a942316
Merge pull request #131 from jdufresne/drop-old-py -
3a8e996
Remove support for end-of-life Pythons - 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 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)