Sourced from setuptools's changelog.
\n\n\nv75.3.0
\nFeatures
\n\n
\n- Allowed using
\ndict
as an ordered type insetuptools.dist.check_requirements
-- by :user:Avasam
(#4575)Bugfixes
\n\n
\n- Ensured methods in
\nsetuptools.modified
preferably raise a consistent\ndistutils.errors.DistutilsError
type\n(except in the deprecated use case ofSETUPTOOLS_USE_DISTUTILS=stdlib
)\n-- by :user:Avasam
(#4567)- Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the
\n"d"
flag. (#4674)- Fix clashes for
\noptional-dependencies
inpyproject.toml
and\nextra_requires
insetup.cfg/setup.py
.\nAs per PEP 621,optional-dependencies
have to be honoured and dynamic\nbehaviour is not allowed. (#4696)Misc
\n\n
\n- #4560
\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
... (truncated)
\nd8da7df
Bump version: 75.2.0 → 75.3.0a21c7fa
Fix grammar in news fragmenta9a79e7
Fix wheel ABI tag for debug Python 3.13 on Windows (#4676)0bc3248
Merge simple type annotations from typeshed (#4504)1155ca8
Fix wheel ABI tag for debug Python 3.13 on Windows1ca55c9
Workaround for clash between ruff
in pre-commit
hook and pytest-ruff
(#...c498d16
Satisfy ruff linter - automatic fix1f92af5
Sync pre-commit-hook with version of ruff that gets automatically pulled in t...a39336b
Ruff: enable all pyflakes and perf rules (#4556)e5f16a2
bump jaraco.test to py.typed version 5.5 in test extra (#4651)