Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2022-09-26 20:46:59
Message id: 20220926184659.3DA2BFA90@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 65.4.0
v65.4.0
-------
Changes
* Merge with pypa/distutils@d82d926 including support for DIST_EXTRA_CONFIG in \
pypa/distutils-177.
v65.3.0
-------
Changes
* Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` \
attribute -- by :user:`jeamland`
Documentation changes
* Changed requires to requests in the pyproject.toml example in the \
:ref:`Dependency management section of the Quickstart guide \
<userguide/quickstart:dependency-management>` -- by :user:`mfbutner`
Misc
* Fixed accidental name matching in editable hooks.
v65.2.0
-------
Changes
* Sync with pypa/distutils@22b9bcf, including fixed cross-compiling support and \
removing deprecation warning per pypa/distutils-169.
v65.1.1
-------
Misc
* Avoided circular imports in meta path finder for editable installs when a
missing module has the same name as its parent.
v65.1.0
-------
Changes
* Remove monkeypatching of msvc9compiler.
Documentation changes
* Corrected documentation on how to use the `legacy-editable` mode.
v65.0.2
-------
Misc
* Restored distutils msvccompiler and msvc9compiler modules and marked as \
deprecated (pypa/distutils@c802880).
v65.0.1
-------
Documentation changes
* Added clarification to :doc:`/userguide/quickstart` about support
to ``setup.py``.
Misc
* Fixed backward compatibility of editable installs and custom ``build_ext``
commands inheriting directly from ``distutils``.
* Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when
given ``metadata_directory`` is ``"."``.
v65.0.0
-------
Breaking Changes
* Removed 'msvccompiler' and 'msvc9compiler' modules from distutils.
* Remove bdist_msi and bdist_wininst commands, which have been deprecated since \
Python 3.9. Use older Setuptools for these behaviors if needed.
Documentation changes
* Changed the note in ``keywords`` documentation regarding editable installations
to specify which ``setuptools`` version require a minimal ``setup.py`` file or not.
Files: