Opened 9 days ago

Closed 6 days 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 Bruce Dubbs, 7 days ago

Summary: setuptools-75.4.0setuptools-75.5.0

Now version 75.5.0.

comment:2 by Bruce Dubbs, 6 days 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 of pyproject.toml.
  • Require Python 3.9 or later.
  • Remove dependency on importlib_resources and the vendored copy of the library. Instead, setuptools consistently rely on stdlib's importlib.resources (available on Python 3.9+).
  • Setuptools' bdist_wheel implementation no longer produces wheels with the m SOABI flag (pymalloc-related).
  • Updated vendored packaging version to 24.2.

Bugfixes

  • Merge with pypa/distutils@251797602, including fix for dirutil.mkpath handling

comment:3 by Bruce Dubbs, 6 days ago

Resolution: fixed
Status: newclosed

Fixed at commit 78914d4af6.

Note: See TracTickets for help on using tickets.