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

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


Branch: CURRENT, Version: 7.1.0, Package name: py311-importlib-metadata-7.1.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: 50.898 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2024-03-07 17:36:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: updated to 7.0.2

v7.0.2

No significant changes.
   2023-12-30 11:29:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 7.0.1.

v7.0.1
======

Bugfixes
--------

- Corrected the interface for SimplePath to encompass the expectations of \ 
locate_file and PackagePath.
- Fixed type annotations to allow strings.
   2023-12-11 10:52:13 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-importlib-metadata: update to 7.0.0.

v7.0.0
======

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

- Removed EntryPoint access by numeric index (tuple behavior).

v6.11.0
=======

Features
--------

- Added ``Distribution.origin`` supplying the ``direct_url.json`` in a \ 
``SimpleNamespace``. (#404)

v6.10.0
=======

Features
--------

- Added diagnose script. (#461)
   2023-12-07 12:56:25 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-importlib-metadata: change TEST_DEPENDS
   2023-12-07 09:26:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 6.9.0.

v6.9.0
======

Features
--------

- Added EntryPoints.__repr__ (#473)
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-07-08 06:40:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: updated to 6.8.0

v6.8.0

Features
- Require Python 3.8 or later.