Skip to content

Update dependency setuptools to v51.3.3

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

This MR contains the following updates:

Package Update Change
setuptools minor ==51.1.2 -> ==51.3.3

Release Notes

pypa/setuptools

v51.3.3

Compare Source

Misc ^^^^

  • #​2539: Fix AttributeError in Description validation.

v51.3.2

Compare Source

Misc ^^^^

  • #​1390: Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).

v51.3.1

Compare Source

Misc ^^^^

  • #​2536: Reverted tag deduplication handling.

v51.3.0

Compare Source

Changes ^^^^^^^

  • #​1390: Newlines in metadata description/Summary now trigger a ValueError.
  • #​2481: Define create_module() and exec_module() methods in VendorImporter to get rid of ImportWarning -- by :user:hroncok
  • #​2489: pkg_resources behavior for zipimport now matches the regular behavior, and finds .egg-info (previoulsy would only find .dist-info) -- by :user:thatch
  • #​2529: Fixed an issue where version tags may be added multiple times

v51.2.0

Compare Source

Changes ^^^^^^^

  • #​2493: Use importlib.import_module() rather than the deprectated loader.load_module() in pkg_resources namespace delaration -- by :user:encukou

Documentation changes ^^^^^^^^^^^^^^^^^^^^^

  • #​2525: Fix typo in the document page about entry point. -- by :user:jtr109

Misc ^^^^

  • #​2534: Avoid hitting network during test_easy_install.

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