Update dependency setuptools to v51.3.3
This MR contains the following updates:
Package | Update | Change |
---|---|---|
setuptools | minor |
==51.1.2 -> ==51.3.3
|
Release Notes
pypa/setuptools
v51.3.3
Misc ^^^^
- #2539: Fix AttributeError in Description validation.
v51.3.2
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
Misc ^^^^
- #2536: Reverted tag deduplication handling.
v51.3.0
Changes ^^^^^^^
- #1390: Newlines in metadata description/Summary now trigger a ValueError.
-
#2481: Define
create_module()
andexec_module()
methods inVendorImporter
to get rid ofImportWarning
-- 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
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
-
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.