Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2023-10-14 12:47:56
Message id: 20231014104756.8D93DFADC@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 68.2.2
v68.2.2
Bugfixes
Improve backwards compatibility with deprecated CLI practices.
v68.2.1
Bugfixes
Avoid using caching attributes in Distribution.metadata for requirements. This \
is done for backwards compatibility with customizations that attempt to modify \
install_requires or extras_require at a late point (still not recommended).
v68.2.0
Features
Rework how setuptools internally handles dependencies/install_requires and \
optional-dependencies/extras_require.
Improve the generated PKG-INFO files, by adding Requires-Dist fields. \
Previously, these fields would be omitted in favour of a non-standard \
*.egg-info/requires.txt file (which is still generated for the time being).
Improve atomicity when writing PKG-INFO files to avoid race conditions with \
importlib.metadata.
Bugfixes
Fix the name given to the *-nspkg.pth files in editable installs, ensuring they \
are unique per distribution.
Workaround some limitations on pkg_resources-style legacy namespaces in the meta \
path finder for editable installations.
Files: