Sourced from setuptools's changelog.
v82.0.1
Bugfixes
- Fix the loading of
launcher manifest.xmlfile. (#5047)- Replaced deprecated
json.__version__with fixture in tests. (#5186)Improved Documentation
- Add advice about how to improve predictability when installing sdists. (#5168)
Misc
v82.0.0
Deprecations and Removals
pkg_resourceshas been removed from Setuptools. Most common uses ofpkg_resourceshave been superseded by theimportlib.resources <https://docs.python.org/3/library/importlib.resources.html>_ andimportlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>_ projects. Projects and environments relying onpkg_resourcesfor namespace packages or other behavior should depend on older versions ofsetuptools. (#3085)v81.0.0
Deprecations and Removals
- Removed support for the --dry-run parameter to setup.py. This one feature by its nature threads through lots of core and ancillary functionality, adding complexity and friction. Removal of this parameter will help decouple the compiler functionality from distutils and thus the eventual full integration of distutils. These changes do affect some class and function signatures, so any derivative functionality may require some compatibility shims to support their expected interface. Please report any issues to the Setuptools project for investigation. (#4872)
v80.10.2
Bugfixes
- Update vendored dependencies. (#5159)
Misc
... (truncated)
5a13876
Bump version: 82.0.0 → 82.0.151ab8f1
Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2
Docs/CI: Fix intersphinx references (#5195)8173db2
Docs: Fix intersphinx references09bafbc
Fix past tense on newsfragment461ea56
Add news fragmentc4ffe53
Avoid using (deprecated) 'json.version' in tests749258b
Cleanup pkg_resources dependencies and configuration (#5175)2019c16
Parse ext-module.define-macros from
pyproject.toml as list of tuples (#5169)b809c86
Sync setuptools schema with validate-pyproject (#5157)