Skip to content

Update dependency setuptools to v49.6.0

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

This MR contains the following updates:

Package Update Change
setuptools minor ==49.2.1 -> ==49.6.0

Release Notes

pypa/setuptools

v49.6.0

Compare Source

  • #​2129: In pkg_resources, no longer detect any pathname ending in .egg as a Python egg. Now the path must be an unpacked egg or a zip file.

v49.5.0

Compare Source

  • #​2306: When running as a PEP 517 backend, setuptools does not try to install setup_requires itself. They are reported as build requirements for the frontend to install.

v49.4.0

Compare Source

  • #​2310: Updated vendored packaging version to 20.4.

v49.3.2

Compare Source

  • #​2300: Improve the safe_version function documentation
  • #​2297: Once again, in stubs prefer exec_module to the deprecated load_module.

v49.3.1

Compare Source

  • #​2316: Removed warning when distutils is imported before setuptools when distutils replacement is not enabled.

v49.3.0

Compare Source

  • #​2259: Setuptools now provides a .pth file (except for editable installs of setuptools) to the target environment to ensure that when enabled, the setuptools-provided distutils is preferred before setuptools has been imported (and even if setuptools is never imported). Honors the SETUPTOOLS_USE_DISTUTILS environment variable.

Renovate 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, check this box

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

Merge request reports