Sourced from setuptools's changelog.
v68.2.2
Bugfixes
- Improve backwards compatibility with deprecated CLI practices. (#4048)
v68.2.1
Bugfixes
- Avoid using caching attributes in
Distribution.metadata
for requirements. This is done for backwards compatibility with customizations that attempt to modifyinstall_requires
orextras_require
at a late point (still not recommended). (#4043)Misc
v68.2.0
Features
- Rework how
setuptools
internally handlesdependencies/install_requires
andoptional-dependencies/extras_require
. (#3903)- Improve the generated
PKG-INFO
files, by addingRequires-Dist
fields. Previously, these fields would be omitted in favour of a non-standard*.egg-info/requires.txt
file (which is still generated for the time being). (#3904)- Improve atomicity when writing
PKG-INFO
files to avoid race conditions withimportlib.metadata
. (#3904)Bugfixes
... (truncated)
2255e63
Bump version: 68.2.1 → 68.2.274cc26c
Improve backwards compatibility with deprecated CLI practices (#4048)e3d5edd
Fix import statement on quickstart guide (#4049)5f29762
fix import statement on quickstart guidefacbb75
Add news fragment7b7971e
Set requirements attributes directly into dist when parsing pyproject.toml566f294
Test command line parsing of '--version' interoperates with pyproject.toml0120605
Bump version: 68.2.0 → 68.2.16e1bd6b
Fix bumpversion stated30aaa5
Update test deps (#4045)