Opened 12 months ago
Closed 12 months ago
#5595 closed enhancement (fixed)
setuptools-75.5.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 (3)
comment:1 by , 12 months ago
| Summary: | setuptools-75.4.0 → setuptools-75.5.0 |
|---|
comment:2 by , 12 months ago
v75.5.0
Features
- Removed support for
SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is deemed prone to errors.
v75.4.0
Features
- Added support for the environment variable
SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true, allowing users to bypass the validation ofpyproject.toml.
- Require Python 3.9 or later.
- Remove dependency on
importlib_resourcesand the vendored copy of the library. Instead,setuptoolsconsistently rely on stdlib'simportlib.resources(available on Python 3.9+). - Setuptools'
bdist_wheelimplementation no longer produces wheels with themSOABI flag (pymalloc-related). - Updated vendored packaging version to 24.2.
Bugfixes
- Merge with pypa/distutils@251797602, including fix for dirutil.mkpath handling
Note:
See TracTickets
for help on using tickets.

Now version 75.5.0.