Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2023-04-04 17:03:50
Message id: 20230404150350.E11FEFA81@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 67.6.1
v67.6.1
Misc
Fixed _WouldIgnoreField warnings for scripts and gui_scripts, when entry-points \
is not listed in dynamic.
Update code generated by validate-pyproject to use v0.12.2. This should fix \
default license patterns when pyproject.toml is used.
v67.6.0
Changes
Added caching for supported wheel tags.
Added pruning heuristics to PackageFinder based on exclude.
v67.5.1
Misc
Fixed interaction between setuptools' package auto-discovery and auto-generated \
htmlcov files.
Previously, the htmlcov name was ignored when searching for single-file modules, \
however the correct behaviour is to ignore it when searching for packages (since \
it is supposed to be a directory, see coverage config) -- by \
:user:`yukihiko-shinoda`.
Improved error messages for pyproject.toml validations.
Fixed pkg_resources errors caused when parsing metadata of packages that are \
already installed but do not conform with PEP 440.
v67.5.0
Changes
Although pkg_resources has been discouraged for use, some projects still \
consider pkg_resources viable for usage. This change makes it clear that \
pkg_resources should not be used, emitting a DeprecationWarning when imported.
v67.4.0
Changes
Update vendored importlib-metadata (to 6.0.0) and importlib-resources (to 5.10.2)
Files: