Sourced from setuptools's changelog.
\n\n\nv75.2.0
\nFeatures
\n\n
\n- Made errors when parsing
\nDistribution
data more explicit about the expected type (tuple[str, ...] | list[str]
) -- by :user:Avasam
(#4578)Bugfixes
\n\n
\n- Fix a
\nTypeError
when aDistribution
's old included attribute was atuple
-- by :user:Avasam
(#4578)- Add workaround for
\nbdist_wheel --dist-info-dir
errors\nwhen customisation does not inherit from setuptools. (#4684)v75.1.1
\nBugfixes
\n\n
\n- Re-use pre-existing
\n.dist-info
dir when creating wheels via the build backend APIs (PEP 517) and themetadata_directory
argument is passed -- by :user:pelson
. (#1825)- Changed
\negg_info
command to avoid adding an empty.egg-info
directory\nwhile iterating over entry-points.\nThis avoids triggering integration problems withimportlib.metadata
/importlib_metadata
\n(reference: pypa/pyproject-hooks#206). (#4680)v75.1.0
\nFeatures
\n\n
\n- Deprecated
\nbdist_wheel.universal
configuration. (#4617)Bugfixes
\n\n
\n- Removed reference to upload_docs module in entry points. (#4650)
\nv75.0.0
\nFeatures
\n\n
... (truncated)
\n61a5a03
Bump version: 75.1.1 → 75.2.08ad3ea7
Workaround for bdist_wheel.dist_info_dir
problems (#4684)9af0877
Type sequence checks in setuptools/dist.py (#4578)0534fde
Add news fragment50b732a
Check for more specific error messagea663287
Add pragma for edge-case code path96be735
Workaround for bdist_wheel.dist_info_dir problems000a413
Deprecate public access to setuptools.dist.sequence00995c1
Use variable msg instead of tmpl in setuptools/distd457d0e
Type sequence checks in setuptools/dist.py