Skip to content

Bump build from 0.7.0 to 0.8.0 in /requirements #39

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

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2022

Bumps build from 0.7.0 to 0.8.0.

Changelog

Sourced from build's changelog.

0.8.0 (2022-05-22)

  • Accept os.PathLike[str] in addition to str for paths in public API (PR [#392](https://github.com/pypa/build/issues/392), Fixes [#372](https://github.com/pypa/build/issues/372))
  • Add schema validation for build-system table to check conformity with PEP 517 and PEP 518 (PR [#365](https://github.com/pypa/build/issues/365), Fixes [#364](https://github.com/pypa/build/issues/364))
  • Better support for Python 3.11 (sysconfig schemes PR [#434](https://github.com/pypa/build/issues/434), PR [#463](https://github.com/pypa/build/issues/463), tomllib PR [#443](https://github.com/pypa/build/issues/443), warnings PR [#420](https://github.com/pypa/build/issues/420))
  • Improved error printouts (PR [#442](https://github.com/pypa/build/issues/442)_)
  • Avoid importing packaging unless needed (PR [#395](https://github.com/pypa/build/issues/395), Fixes [#393](https://github.com/pypa/build/issues/393))

Breaking Changes

  • Failure to create a virtual environment in the build.env module now raises build.FailedProcessError (PR [#442](https://github.com/pypa/build/issues/442)_)

.. _PR #365: pypa/build#365 .. _PR #392: pypa/build#392 .. _PR #395: pypa/build#395 .. _PR #420: pypa/build#420 .. _PR #434: pypa/build#434 .. _PR #442: pypa/build#442 .. _PR #443: pypa/build#443 .. _PR #463: pypa/build#463 .. _#364: pypa/build#364 .. _#372: pypa/build#372 .. _#393: pypa/build#393

Commits
  • 6d97b86 release 0.8.0
  • a3a4bf2 tests: include logging info on failures
  • e76be1a chore: bump mypy version
  • 798a198 Changed ambigous date format to ISO
  • 641d7dd ci: update actions
  • cb3eaa0 chore: minor style check additions
  • 0c191b4 chore: minor cleanups from #361
  • 91c7a75 docs: update changelog
  • bebe815 tests: faster testing with less duplication
  • cb394c6 PyPy >= 7.3.9 fixed the venv problem on windows
  • 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2022

The following labels could not be found: Maintenance, Dependencies.

@github-actions github-actions bot added the dependencies Related with project dependencies label Aug 26, 2022
@MaxJPRey
Copy link
Contributor

@dependabot recreate

Bumps [build](https://github.com/pypa/build) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@0.7.0...0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/build-0.8.0 branch from eeb5de2 to e09043b Compare August 29, 2022 15:48
@MaxJPRey MaxJPRey merged commit 6ee22c9 into main Aug 29, 2022
@MaxJPRey MaxJPRey deleted the dependabot/pip/requirements/build-0.8.0 branch August 29, 2022 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant