chore(deps-dev): bump setuptools from 80.9.0 to 82.0.1 by dependabot[bot] · Pull Request #1658 · python-zeroconf/python-zeroconf
Bumps setuptools from 80.9.0 to 82.0.1.
Changelog
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)
Commits
5a13876Bump version: 82.0.0 → 82.0.151ab8f1Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2Docs/CI: Fix intersphinx references (#5195)8173db2Docs: Fix intersphinx references09bafbcFix past tense on newsfragment461ea56Add news fragmentc4ffe53Avoid using (deprecated) 'json.version' in tests749258bCleanuppkg_resourcesdependencies and configuration (#5175)2019c16Parseext-module.define-macrosfrompyproject.tomlas list of tuples (#5169)b809c86Sync setuptools schema with validate-pyproject (#5157)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)