Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2024-02-12 14:05:29
Message id: 20240212130529.6ADD3F9AB@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 69.1.0
v69.1.0
=======
Features
--------
- Updated and removed obsolete Python < 3.8 code and comments.
- Updated `pkg_resources` to use stdlib `importlib.machinery` instead of \
``importlib_machinery``
Bugfixes
--------
- In tests, rely on pytest-home for reusable fixture.
- Explicitely marked as ``Protocol`` and fixed missing ``self`` argument in \
interfaces ``pkg_resources.IMetadataProvider`` and \
``pkg_resources.IResourceProvider``
- Restored expectation that egg-link files would be named with dash separators \
for compatibility with pip prior to version 24.
Improved Documentation
----------------------
- Updated documentation referencing obsolete Python 3.7 code.
- Changed ``versionadded`` for "Type information included by default" \
feature from ``v68.3.0`` to ``v69.0.0``
- Described the auto-generated files
- Updated "Quickstart" to describe the current status of ``setup.cfg`` \
and ``pyproject.toml``
Files: