Opened 13 months ago
Closed 13 months 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 , 13 months ago
comment:2 by , 13 months 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
dictas an ordered type insetuptools.dist.check_requirementsBugfixes
setuptools.modifiedpreferably raise a consistentdistutils.errors.DistutilsErrortype (except in the deprecated use case ofSETUPTOOLS_USE_DISTUTILS=stdlib)"d"flag. (#4674)optional-dependenciesinpyproject.tomlandextra_requiresinsetup.cfg/setup.py. As per PEP 621,optional-dependencieshave to be honoured and dynamic behaviour is not allowed.~