Skip to content

chore(deps): update dependency setuptools to v60

Botaniker (Bot) requested to merge renovate/setuptools-60.x into master

This MR contains the following updates:

Package Update Change
setuptools major ==59.8.0 -> ==60.2.0

Release Notes

pypa/setuptools

v60.2.0

Compare Source

Changes ^^^^^^^

  • #​2974: Setuptools now relies on the Python logging infrastructure to log messages. Instead of using distutils.log.*, use logging.getLogger(name).*.
  • #​2987: Sync with pypa/distutils@2def21c, including fix for missing get_versions attribute (#​2969), more reliance on sysconfig from stdlib.

Misc ^^^^

  • #​2962: Avoid attempting to use local distutils when the presiding version of Setuptools on the path doesn't have one.
  • #​2983: Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues between different versions of Setuptools with the distutils local implementation.

v60.1.1

Compare Source

Misc ^^^^

  • #​2980: Bypass distutils loader when setuptools module is no longer available on sys.path.

v60.1.0

Compare Source

Changes ^^^^^^^

v60.0.5

Compare Source

Misc ^^^^

  • #​2960: Install schemes fall back to default scheme for headers.

v60.0.4

Compare Source

Misc ^^^^

v60.0.3

Compare Source

Misc ^^^^

  • #​2940: Avoid KeyError in distutils hack when pip is imported during ensurepip.

v60.0.2

Compare Source

Misc ^^^^

  • #​2938: Select 'posix_user' for the scheme unless falling back to stdlib, then use 'unix_user'.

v60.0.1

Compare Source

Misc ^^^^

  • #​2944: Add support for extended install schemes in easy_install.

v60.0.0

Compare Source

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

  • #​2896: Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib.

Configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Edited by Botaniker (Bot)

Merge request reports