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) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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.
|