Bump setuptools from 60.9.3 to 67.6.0
Bumps setuptools from 60.9.3 to 67.6.0.
Release notes
Sourced from setuptools's releases.
v67.6.0
No release notes provided.
v67.5.1
No release notes provided.
v67.5.0
No release notes provided.
v67.4.0
No release notes provided.
v67.3.3
No release notes provided.
v67.3.2
No release notes provided.
v67.3.1
No release notes provided.
v67.2.0
No release notes provided.
v67.1.0
No release notes provided.
v67.0.0
No release notes provided.
v66.1.1
No release notes provided.
v66.1.0
No release notes provided.
v66.0.0
No release notes provided.
v65.7.0
No release notes provided.
v65.6.3
No release notes provided.
v65.6.2
No release notes provided.
v65.6.1
No release notes provided.
... (truncated)
Changelog
Sourced from setuptools's changelog.
v67.6.0
Changes ^^^^^^^
- #3804: Added caching for supported wheel tags.
- #3846: Added pruning heuristics to
PackageFinderbased onexclude.v67.5.1
Misc ^^^^
#3836: Fixed interaction between
setuptools' package auto-discovery and auto-generatedhtmlcovfiles.Previously, the
htmlcovname was ignored when searching for single-file modules, however the correct behaviour is to ignore it when searching for packages (since it is supposed to be a directory, seecoverage config_) -- by :user:yukihiko-shinoda... _coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory
#3838: Improved error messages for
pyproject.tomlvalidations.#3839: Fixed
pkg_resourceserrors caused when parsing metadata of packages that are already installed but do not conform with PEP 440.v67.5.0
Changes ^^^^^^^
- #3843: Although pkg_resources has been discouraged for use, some projects still consider pkg_resources viable for usage. This change makes it clear that pkg_resources should not be used, emitting a DeprecationWarning when imported.
v67.4.0
Changes ^^^^^^^
- #3832: Update vendored
importlib-metadata(to 6.0.0) andimportlib-resources(to 5.10.2)v67.3.3
... (truncated)
Commits
be6c021Bump version: 67.5.1 → 67.6.00031d7fAdjust news fragments7c60bc4Docs: Fix link to importlib.resources in the docs (#3850)e6f4bd7Add pruning heuristics to PackageFinder based on exclude (#3846)2f4a3c0Cache supported tags for wheels (#3805)f18f7adChange news fragment to miscf175e2cPrefer intersphinx to hardcoded importlib links8961851Simplify changes targeting sys_tags cache02e28cdFix link to importlib.resources in the docs8af6bd4Use functools.lru_cache to cache supported tags for wheels.- 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)