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

Update dependency build to v0.10.0 #27

Merged
merged 1 commit into from Feb 10, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
build (changelog) ==0.7.0 -> ==0.10.0 age adoption passing confidence

Release Notes

pypa/build

v0.10.0

Compare Source

===================

  • Replace pep517 dependency with pyproject_hooks,
    into which pep517 has been renamed
    (PR #​539, Fixes #529)
  • Change build backend from setuptools to flit
    (PR #​470, Fixes #394)
  • Dropped support for Python 3.6 (PR #​532_)

.. _PR #​470: https://github.com/pypa/build/pull/470
.. _PR #​532: https://github.com/pypa/build/pull/532
.. _#&#820https://github.com/pypa/build/issues/394ues/394
.. _PR #​539: https://github.com/pypa/build/pull/539
.. _#&#820https://github.com/pypa/build/issues/529ues/529

v0.9.0

Compare Source

==================

  • Hide a Python 3.11.0 unavoidable warning with venv (PR #​527_)
  • Fix infinite recursion error in check_dependency with circular
    dependencies (PR #​512, Fixes #511)
  • Only import colorama on Windows (PR #​494, Fixes #493)
  • Flush output more often to reduce interleaved output (PR #​494_)
  • Small API cleanup, like better __all__ and srcdir being read only. (PR #​477_)
  • Only use importlib_metadata when needed (PR #​401_)
  • Clarify in printout when build dependencies are being installed (PR #​514_)

.. _PR #​401: https://github.com/pypa/build/pull/401
.. _PR #​477: https://github.com/pypa/build/pull/477
.. _PR #​494: https://github.com/pypa/build/pull/494
.. _PR #​512: https://github.com/pypa/build/pull/512
.. _PR #​514: https://github.com/pypa/build/pull/514
.. _PR #​527: https://github.com/pypa/build/pull/527
.. _#&#820https://github.com/pypa/build/issues/493ues/493
.. [https://github.com/pypa/build/issues/511](https://togithub.com/pypa/build/issues/511)ild/issues/511

v0.8.0

Compare Source

==================

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

Breaking Changes

  • Failure to create a virtual environment in the build.env module now raises
    build.FailedProcessError (PR #​442_)

.. _PR #​365: https://github.com/pypa/build/pull/365
.. _PR #​392: https://github.com/pypa/build/pull/392
.. _PR #​395: https://github.com/pypa/build/pull/395
.. _PR #​420: https://github.com/pypa/build/pull/420
.. _PR #​434: https://github.com/pypa/build/pull/434
.. _PR #​442: https://github.com/pypa/build/pull/442
.. _PR #​443: https://github.com/pypa/build/pull/443
.. _PR #​463: https://github.com/pypa/build/pull/463
.. _#&#820https://github.com/pypa/build/issues/364ues/364
.. [https://github.com/pypa/build/issues/372](https://togithub.com/pypa/build/issues/372)ild/issues/3[https://github.com/pypa/build/pull/393](https://togithub.com/pypa/build/pull/393)m/pypa/build/pull/393


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@emmeowzing emmeowzing merged commit 8c551cb into master Feb 10, 2023
@emmeowzing emmeowzing deleted the renovate/build-0.x branch February 10, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant