Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pep517 from 0.8.2 to 0.12.0 #20

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps pep517 from 0.8.2 to 0.12.0.

Changelog

Sourced from pep517's changelog.

Changelog

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 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

... (truncated)

Commits
  • c4848b8 Bump version: 0.11.1 → 0.12.0
  • 7452fa7 Merge pull request #133 from sbidoul/add-supported-hooks-sbi
  • e18227d Bump version: 0.11.0 → 0.11.1
  • 49ce665 Update changelog.
  • 95de24d Add _supported_features
  • b4e2463 Work around pytest-flake8 issue
  • 9359590 Merge pull request #122 from graingert/enable-pytest-strict-mode
  • 02568d8 Ignore warning only for flake8
  • 834b372 bump tomli lower bound for binary file support
  • 400a563 pass newline="" to toml.load_file's TextIOWrapper
  • 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.12.0.
- [Release notes](https://github.com/pypa/pep517/releases)
- [Changelog](https://github.com/pypa/pep517/blob/main/doc/changelog.rst)
- [Commits](pypa/pyproject-hooks@v0.8.2...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 18, 2021

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/20/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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #47.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/pep517-0.12.0 branch August 1, 2022 15:15
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