Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2024-10-30 09:50:40
Message id: 20241030085040.D8332FC7E@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 75.3.0
v75.3.0
Features
- Allowed using `dict` as an ordered type in ``setuptools.dist.check_requirements``
Bugfixes
- Ensured methods in ``setuptools.modified`` preferably raise a consistent
``distutils.errors.DistutilsError`` type
(except in the deprecated use case of ``SETUPTOOLS_USE_DISTUTILS=stdlib``)
- Fix the ABI tag when building a wheel using the debug build of Python 3.13 on \
Windows. Previously, the ABI tag was missing the ``"d"`` flag.
- Fix clashes for ``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.
Files: