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 setuptools to v68 #302

Merged
merged 1 commit into from
Jun 19, 2023
Merged

⬆️ Update setuptools to v68 #302

merged 1 commit into from
Jun 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools (changelog) ==67.8.0 -> ==68.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/setuptools

v68.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​3948: Removed verification for existing depends.txt file (deprecated since v0.5a4).
  • #​3948: Remove autofixing of broken .egg-info directories containing the -
    character in their base name (without suffix).
    They should no longer be produced by sufficiently new versions of setuptools
    (warning introduced in 2005).
  • #​3948: Remove deprecated APIs in easy_install: get_script_args,
    get_script_header and get_writer.
    The direct usage of easy_install has been deprecated since v58.3.0,
    and the warnings regarding these APIs predate that version.
  • #​3948: Removed egg_info.get_pkg_info_revision (deprecated since 2015).
  • #​3948: Removed setuptools.dist._get_unpatched (deprecated since 2016)
  • #​3948: Removed support for SVN in setuptools.package_index (deprecated since 2018).
  • #​3948: Removed support for invalid pyproject.toml files.
    During the implementation of PEP 621, it was identified that some users were
    producing invalid files. As a transitional measure, the validation was relaxed
    for a few use cases. The grace period, however, came to an end.

Changes
^^^^^^^

  • #​3760: Added symlink support to launcher for installed executables -- by :user:eugene-sevostianov-sc
  • #​3926: Updated vendored packaging version from 23.0 to 23.1 -- by :user:MetRonnie
  • #​3950: Implemented workaround for old versions of vswhere, which miss the
    -requiresAny parameter, such as the ones distributed together with Visual Studio 2017 < 15.6.
  • #​3952: Changed DistutilsMetaFinder to skip spec_for_pip on Python >= 3.12.
  • #​3952: Removed _distutils_hack.remove_shim on Python >= 3.12
    (since distutils was removed from the standard library,
    DistutilsMetaFinder cannot be disabled on Python >= 3.12).

Misc
^^^^

  • #​3920: Add a link to deprecation warning in pkg_resources and improve
    stacklevel for better visibility.

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 is behind base branch, 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 renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Jun 19, 2023
@frenck frenck merged commit 58b0b90 into main Jun 19, 2023
@frenck frenck deleted the renovate/setuptools-68.x branch June 19, 2023 18:00
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant