UNCLASSIFIED - NO CUI

Skip to content

Update dependency setuptools to v64.0.3

renovate requested to merge renovate/setuptools-64.x into development

This MR contains the following updates:

Package Update Change
setuptools patch ==64.0.1 -> ==64.0.3

Release Notes

pypa/setuptools

v64.0.3

Compare Source

Misc ^^^^

  • #​3515: Fixed "inline" file copying for editable installations and optional extensions.
  • #​3517: Fixed editable_wheel to ensure other commands are finalized before using them. This should prevent errors with plugins trying to use different commands or reinitializing them.
  • #​3517: Augmented filter to prevent transient/temporary source files from being considered package_data or data_files.

v64.0.2

Compare Source

Misc ^^^^

  • #​3506: Suppress errors in custom build_py implementations when running editable installs in favor of a warning indicating what is the most appropriate migration path. This is a transitional measure. Errors might be raised in future versions of setuptools.
  • #​3512: Added capability of handling namespace packages created accidentally/purposefully via discovery configuration during editable installs. This should emulate the behaviour of a non-editable installation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Merge request reports