Skip to content

chore(deps): update dependency build to v1 #10586

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

Closed

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

pypa/build (build)

v1.0.0

Compare Source

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

  • Removed the toml library fallback; toml can no longer be used
    as a substitute for tomli
    (PR :pr:567)
  • Added runner parameter to util.project_wheel_metadata
    (PR :pr:566, fixes issue :issue:553)
  • Modified ProjectBuilder constructor signature, added alternative
    ProjectBuilder.from_env constructor, redefined env.IsolatedEnv
    interface, and exposed env.DefaultIsolatedEnv, replacing
    env.IsolatedEnvBuilder. The aim has been to shift responsibility for
    modifying the environment from the project builder to the IsolatedEnv
    entirely and to ensure that the builder will be initialised from an
    IsolatedEnv in a consistent manner. Mutating the project builder is no
    longer supported.
    (PR :pr:537)
  • virtualenv is no longer imported when using -n, for faster builds
    (PR :pr:636, fixes issue :issue:510)
  • The SDist now contains the repository contents, including tests. Flit-core
    3.8+ required.
    (PR :pr:657, :pr:661, fixes issue :issue:656)
  • The minimum version of importlib-metadata has been increased to 4.6 and
    Python 3.10 due to a bug in the standard library version with URL
    requirements in extras. This is still not required for 3.8 when bootstrapping
    (as long as you don't have URL requirements in extras).
    (PR :pr:631, fixes issue :issue:631)
  • Docs now built with Sphinx 7
    (PR :pr:660)
  • Tests now contain a network marker
    (PR :pr:649, fixes issue :issue:648)
  • Config-settings are now passed to get_requires* hooks, fixing a long
    standing bug. If this affects your setuptools build, you can use
    -C--build-option=<cmd> -C--build-option=<option> to workaround an issue
    with Setuptools not allowing unrecognised build options when running this
    hook.
    (PR :pr:627, fixes issue :issue:#264)
  • Test on Python 3.12 betas/RCs
    (PR :pr:624)
  • Filter out malicious files when extracting tar archives when Python supports it
    (PR :pr:609)
  • Specify encoding, fixing issues when PYTHONWARNDEFAULTENCODING is set.
    (PR :pr:587, fixes issue :issue:577)
  • Ruff is now used for linting.

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: Never, 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.

@renovate-bot renovate-bot requested review from a team as code owners September 2, 2023 03:21
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 2, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2023
@product-auto-label product-auto-label bot added samples Issues that are directly related to samples. api: people-and-planet-ai labels Sep 2, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2023
@renovate-bot renovate-bot deleted the renovate/build-1.x branch October 1, 2023 11:01
@forking-renovate
Copy link

forking-renovate bot commented Oct 1, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: people-and-planet-ai samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants