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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 9, 2023

This PR contains the following updates:

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

Release Notes

pypa/build (build)

v1.2.2.post1

Compare Source

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

What's Changed
New Contributors

Full Changelog: pypa/build@1.2.2...1.2.2.post1

v1.2.2

Compare Source

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

  • Add editable to builder.get_requries_for_build's static types
    (PR :pr:764, fixes issue :issue:763)
  • Include artifact attestations in our release
    (PR :pr:782)
  • Fix typing compatibility with typed pyproject-hooks
    (PR :pr:788)
  • Mark more tests with network
    (PR :pr:808)
  • Add more intersphinx links to docs
    (PR :pr:804)
  • Make uv optional for tests
    (PR :pr:807 and :pr:813)

v1.2.1

Compare Source

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

  • Avoid error when terminal width is undetectable on Python < 3.11
    (PR :pr:761)

v1.2.0

Compare Source

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

  • Add --installer option, supporting pip and uv. Added uv
    extra.
    (PR :pr:751)
  • Improve console output and provide -v for dependency installation
    (PR :pr:749)
  • Avoid compiling unused bytecode when using pip
    (PR :pr:752)
  • Dropped support for Python 3.7
    (PR :pr:743)

v1.1.1

Compare Source

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

  • Fixed invoking outer pip from user site packages
    (PR :pr:746, fixes issue :issue:745)
  • Corrected the minimum pip version required to use an outer pip
    (PR :pr:746, fixes issue :issue:745)

v1.1.0

Compare Source

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

  • Use external pip if available instead of installing, speeds up environment
    setup with virtualenv slightly and venv significantly.
    (PR :pr:736)
  • Stopped injecting wheel as a build dependency automatically, in the
    case of missing pyproject.toml -- by :user:webknjaz.
    (PR :pr:716)
  • Use importlib_metadata on Python <3.10.2 for bugfixes not present in
    those CPython standard libraries (not required when bootstrapping) -- by
    :user:GianlucaFicarelli.
    (PR :pr:693, fixes issue :issue:692)

v1.0.3

Compare Source

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

  • Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug
    triggered by adding data_filter in 1.0.0.
    (PR :pr:675, fixes issue :issue:674)

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:630)
  • 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 - "* 0-3 * * 1" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/build-1.x branch from d19980d to d427a63 Compare March 1, 2024 05:21
@renovate renovate bot force-pushed the renovate/build-1.x branch from d427a63 to 2a57cc7 Compare March 29, 2024 05:29
@renovate renovate bot force-pushed the renovate/build-1.x branch from 2a57cc7 to 2f04c8f Compare September 7, 2024 08:33
@renovate renovate bot force-pushed the renovate/build-1.x branch from 2f04c8f to 0439ee7 Compare October 7, 2024 02:17
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.

0 participants