Opened 3 weeks ago
Closed 3 weeks ago
#5585 closed enhancement (fixed)
setuptools-75.3.0
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (2)
comment:1 by , 3 weeks ago
comment:2 by , 3 weeks ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit a9517d383c :
Update to linux-6.11.6. Update to libcap-2.71. Update to setuptools-75.3.0. Update to flit_core-3.10.0.
Note:
See TracTickets
for help on using tickets.
v75.3.0
Features
dict
as an ordered type insetuptools.dist.check_requirements
Bugfixes
setuptools.modified
preferably raise a consistent
distutils.errors.DistutilsError
type (except in the deprecated use case of
SETUPTOOLS_USE_DISTUTILS=stdlib
)
"d"
flag. (#4674)
optional-dependencies
in
pyproject.toml
and
extra_requires
in
setup.cfg/setup.py
. As per PEP 621,
optional-dependencies
have to be honoured and dynamic behaviour is not allowed.
~