14
0

- Update to 8.5.0:

- Features
    - Deferred import of zipfile.Path
    - Deferred import of json
    - Rely on zipp overlay for zipfile.Path.
    - Deferred import of inspect for import performance.
    - Disallow passing of 'dist' to EntryPoints.select.
    - Add SimplePath to importlib_metadata.__all__.
    - Prioritize valid dists to invalid dists when retrieving by
      name.
    - Deferred select imports in for speedup
      (python/cpython#109829).
    - Updated fixtures for python/cpython#120801.
  - Deprecations and Removals
    - Message.__getitem__ now raises a KeyError on missing
      keys.
    - Removed deprecated support for Distribution subclasses not
      implementing abstract methods.
  - Bugfixes
    - When reading installed files from an egg, use
      relative_to(walk_up=True) to honor files installed outside
      of the installation root.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=56
This commit is contained in:
2024-10-31 18:37:34 +00:00
committed by Git OBS Bridge
parent 3508a85356
commit 1cef888bd8
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 31 18:37:19 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file.
-------------------------------------------------------------------
Wed Oct 23 20:30:27 UTC 2024 - Dirk Müller <dmueller@suse.com>