Sourced from setuptools's changelog.
v75.7.0
Features
pypa/distutils#310
#4478)- Synced with pypa/distutils@ff11eed0c including bugfix for duplicate CFLAGS and adaption to support Python 3.13 is_abs in the C compiler (#4669). (#4790)
v75.6.0
Features
- Preserve original
PKG-INFO
intoMETADATA
when creating wheel (instead of callingwheel.metadata.pkginfo_to_metadata
). This helps to be more compliant with the flow specified in PEP 517. (#4701)- Changed the
WindowsSdkVersion
,FrameworkVersion32
andFrameworkVersion64
properties ofsetuptools.msvc.PlatformInfo
to return an emptytuple
instead ofNone
as a fallthrough case -- by :user:Avasam
(#4754)v75.5.0
Features
- Removed support for
SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION
, as it is deemed prone to errors. (#4746)v75.4.0
Features
Added support for the environment variable
SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true
, allowing users to bypass the validation ofpyproject.toml
. This option should be used only as a last resort when resolving dependency issues, as it may lead to improper functioning. Users who enable this setting are responsible for ensuring thatpyproject.toml
complies with setuptools requirements. (#4611).. attention:: This environment variable was removed in a later version of
setuptools
.Require Python 3.9 or later. (#4718)
... (truncated)
4e82e8b
Bump version: 75.6.0 → 75.7.050b15db
Merge pull request #4787
from Avasam/simplify-typed-assignements86d8c99
Merge pull request #4790
from pypa/feature/distutils-ff11eed0cc384f18
Py_GIL_Disabled was handled previously.fbe834a
Merge branch 'main' into feature/distutils-ff11eed0c5ed9d93
Add news fragment.e94ce0d
Merge with pypa/distutils.ff11eed
Merge pull request pypa/distutils#325
from thesamesam/cflagsebfebc0
Merge pull request pypa/distutils#302
from adang1345/fix-python313-abs36ce8b3
Refactor for simplicity.