Revisions of saltbundlepy-importlib-metadata
buildservice-autocommit
accepted
request 1134245
from
Victor Zhestkov (vizhestkov)
(revision 3)
auto commit by copy to link target
Victor Zhestkov (vizhestkov)
committed
(revision 2)
- Update to 6.8.0: * Require Python 3.8 or later. * #453: When inferring top-level names that are importable for distributions in ``package_distributions``, now symlinks to other directories are honored. - Update to 6.6.0: * Expanded type annotations. * python/cpython#103661: Removed excess error suppression in ``_read_files_egginfo_installed`` and fixed path handling on Windows. * #422: Removed ABC metaclass from ``Distribution`` and instead deprecated construction of ``Distribution`` objects without concrete methods. * Updated docs with tweaks from upstream CPython. * Consolidated some behaviors in tests around ``_path``. * Added type annotation for ``Distribution.read_text``. - Update to 6.3.0: * #115: Support ``installed-files.txt`` for ``Distribution.files`` when present. * #442: Fixed issue introduced in v6.1.0 where non-importable * names (metadata dirs) began appearing in ``packages_distributions``. * #384: ``PackageMetadata`` now stipulates an additional ``get`` method allowing for easy querying of metadata keys that may not be present - Update to 6.1.0: * ``packages_distributions`` now honors packages and modules with Python modules that not ``.py`` sources (e.g. ``.pyc``, * ``.so``). * #434: Expand protocol for ``PackageMetadata.get_all`` to match the upstream implementation of ``email.message.Message.get_all``
Victor Zhestkov (vizhestkov)
committed
(revision 1)
Displaying all 3 revisions