Skip to content

chore(deps): update dependency setuptools to v67 signed-off-by: bot, renovate <hopprexternalrenovate.dl-eo@groups.lmco.com>

lmco-renovate-bot requested to merge renovate/setuptools-67.x into dev

This MR contains the following updates:

Package Type Update Change
setuptools (changelog) dev major ^65.0.0 -> ^67.0.0

Release Notes

pypa/setuptools

v67.3.2

Compare Source

Misc ^^^^

  • #​3827: Improve deprecation warning message on pkg_resources.declare_namespace to display package name.

v67.3.1

Compare Source

Misc ^^^^

  • #​3823: Fixes egg_info code path triggered during integration with pip.

v67.2.0

Compare Source

Changes ^^^^^^^

v67.1.0

Compare Source

Changes ^^^^^^^

  • #​3795: Ensured that __file__ is an absolute path when executing setup.py as part of setuptools.build_meta.

Misc ^^^^

  • #​3798: Updated validations for pyproject.toml using validate-pyproject==0.12.1 to allow stub packages (:pep:561) to be listed in tool.setuptools.packages and tool.setuptools.package-dir.

v67.0.0

Compare Source

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

  • #​3741: Removed patching of distutils._msvccompiler.gen_lib_options for compatibility with Numpy < 1.11.2 -- by :user:mgorny
  • #​3790: Bump vendored version of :pypi:packaging to 23.0 (:pypi:pyparsing is no longer required and was removed). As a consequence, users will experience a more strict parsing of requirements. Specifications that don't comply with :pep:440 and :pep:508 will result in build errors.

v66.1.1

Compare Source

Misc ^^^^

  • #​3782: Fixed problem with file directive in tool.setuptools.dynamic (pyproject.toml) when value is a simple string instead of list.

v66.1.0

Compare Source

Changes ^^^^^^^

  • #​3685: Fix improper usage of deprecated/removed pkgutil APIs in Python 3.12+.
  • #​3779: Files referenced by file: in setup.cfg and by project.readme.file, project.license.file or tool.setuptools.dynamic.*.file in pyproject.toml are now automatically included in the generated sdists.

Misc ^^^^

  • #​3776: Added note about using the --pep-517 flag with pip to workaround InvalidVersion errors for packages that are already installed in the system.

v66.0.0

Compare Source

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

  • #​2497: Support for PEP 440 non-conforming versions has been removed. Environments containing packages with non-conforming versions may fail or the packages may not be recognized.

Changes ^^^^^^^

  • #​3769: Replace 'appdirs' with 'platformdirs'.

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

This MR has been generated by Renovate Bot.

Edited by lmco-renovate-bot

Merge request reports