Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2024-03-16 18:42:21
Message id: 20240316174221.B10A4FA2C@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 69.2.0
v69.2.0
Features
- Explicitly use ``encoding="locale"`` for ``.pth`` files whenever \
possible,
to reduce ``EncodingWarnings``.
This avoid errors with UTF-8 (see discussion in python/cpython-77102).
Bugfixes
- Clarify some `pkg_resources` methods return `bytes`, not `str`. Also return an \
empty `bytes` in ``EmptyProvider._get``
- Return an empty `list` by default in \
``pkg_resources.ResourceManager.cleanup_resources``
- Made ``pkg_resoursces.NullProvider``'s ``has_metadata`` and ``metadata_isdir`` \
methods return actual booleans like all other Providers.
Files: