Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2022-07-06 09:25:58
Message id: 20220706072558.55848FB1A@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 63.1.0
v63.1.0
Changes
Merge with pypa/distutils@152c13d including pypa/distutils#155 (improved \
compatibility for editable installs on homebrew Python 3.9), pypa/distutils#150 \
(better handling of runtime_library_dirs on cygwin), and pypa/distutils#151 \
(remove warnings for namespace packages).
v63.0.0
Breaking Changes
Drop setuptools' support for installing an entrypoint extra requirements at load \
time: - the functionality has been broken since v60.8.0. - the mechanism to do \
so is deprecated (fetch_build_eggs). - that use case (e.g. a custom command \
class entrypoint) is covered by making sure the necessary build requirements are \
declared.
Documentation changes
Updated the example pyproject.toml -- by :user:`jacalata`
This updates the documentation for the file_finders hook so that the logging \
recommendation aligns with the suggestion to not use distutils directly.
Fix reference for keywords to point to the Core Metadata Specification instead \
of PEP 314 (the live standard is kept always up-to-date and consolidates several \
PEPs together in a single document).
Reordered the User Guide's Table of Contents
Files: