Skip to content

Bump pep517 from 0.8.2 to 0.11.0#10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pep517-0.11.0
Closed

Bump pep517 from 0.8.2 to 0.11.0#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pep517-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2021

Copy link
Copy Markdown

Bumps pep517 from 0.8.2 to 0.11.0.

Changelog

Sourced from pep517's changelog.

Changelog

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 and pep517.check modules at the command line. See the PyPA build project <https://github.com/pypa/build>_ for a replacement.
  • Allow building with flit_core 3.x.
  • Prefer the standard library unittest.mock to mock 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 installing build dependencies. This was not very complete, and the PyPA build project <https://github.com/pypa/build>_ is designed for this use case.
  • New python_executable parameter for :class:.Pep517HookCaller to run hooks with a different Python interpreter.
  • Fix for locating the script to run in the subprocess in some scenarios.
  • Fix example in README to get build-backend correctly.
  • Created documentation on Read the Docs <https://pep517.readthedocs.io/en/latest/index.html>__
  • Various minor improvements to testing.
Commits
  • 161b86a Bump version: 0.10.0 → 0.11.0
  • e97bd1d Merge pull request #119 from sbidoul/add-pep660-sbi
  • e5725c2 Merge branch 'master' into add-pep660-sbi
  • caec5e5 Add PR #120 to release notes
  • 874cb71 Start writing release notes for 0.11
  • d834d3b Merge pull request #120 from domdfcoding/toml-utf8
  • 93de5b2 Merge branch 'master' into toml-utf8
  • 54acda9 Merge pull request #118 from hukkin/tomli
  • 5692cf4 Merge pull request #121 from pypa/gh-actions
  • 721d3d0 Remove Travis CI config file"
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [pep517](https://github.com/pypa/pep517) from 0.8.2 to 0.11.0.
- [Release notes](https://github.com/pypa/pep517/releases)
- [Changelog](https://github.com/pypa/pep517/blob/master/doc/changelog.rst)
- [Commits](pypa/pyproject-hooks@v0.8.2...v0.11.0)

---
updated-dependencies:
- dependency-name: pep517
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 19, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2021

Copy link
Copy Markdown
Author

Dependabot tried to add @HarshCasper as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Ajitesh13/WebEdge/pulls/10/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Ajitesh13/WebEdge repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github

dependabot Bot commented on behalf of github Oct 18, 2021

Copy link
Copy Markdown
Author

Superseded by #20.

@dependabot dependabot Bot closed this Oct 18, 2021
@dependabot dependabot Bot deleted the dependabot/pip/pep517-0.11.0 branch October 18, 2021 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants