./devel/py-importlib-metadata, Read metadata from Python packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.5.0, Package name: py312-importlib-metadata-8.5.0, Maintainer: pkgsrc-users

importlib_metadata is a library which provides an API for accessing an
installed package's metadata, such as its entry points or its top-level name.
This functionality intends to replace most uses of pkg_resources entry point
API and metadata API. Along with importlib.resources in Python 3.7 and newer
(backported as importlib_resources for older versions of Python), this can
eliminate the need to use the older and less efficient pkg_resources package.

This package supplies third-party access to the functionality of
importlib.metadata including improvements added to subsequent Python versions.


Required to run:
[devel/py-setuptools] [lang/python37] [archivers/py-zipp]

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 54.008 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-09-12 21:48:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: updated to 8.5.0

v8.5.0

Features

- Deferred import of zipfile.Path
- Deferred import of json
- Rely on zipp overlay for zipfile.Path.
   2024-08-21 08:17:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: updated to 8.4.0

v8.4.0

Features

- Deferred import of inspect for import performance.

v8.3.0

Features

- Disallow passing of 'dist' to EntryPoints.select.
   2024-07-28 13:51:24 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 8.2.0.

v8.2.0
======

Features
--------

- Add SimplePath to importlib_metadata.__all__. (#494)

v8.1.0
======

Features
--------

- Prioritize valid dists to invalid dists when retrieving by name. (#489)
   2024-07-01 00:10:43 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-importlib-metadata: update to 8.0.0.

v8.0.0
======

Deprecations and Removals
-------------------------

- Message.__getitem__ now raises a KeyError on missing keys. (#371)
- Removed deprecated support for Distribution subclasses not implementing \ 
abstract methods.
   2024-06-26 18:49:26 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 7.2.0.

v7.2.0
======

Features
--------

- Deferred select imports in for speedup (python/cpython#109829).
- Updated fixtures for python/cpython#120801.
   2024-03-21 06:53:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-importlib-metadata: updated to 7.1.0

v7.1.0

Features

- Improve import time.

Bugfixes

- Make MetadataPathFinder.find_distributions a classmethod for consistency with \ 
CPython.
- Allow ``MetadataPathFinder.invalidate_caches`` to be called as a classmethod.