17
0

- update to 8.5.0:

* 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.
  * Message.__getitem__ now raises a KeyError on missing keys.
  * Removed deprecated support for Distribution subclasses not
    implementing abstract methods.
  * When reading installed files from an egg, use
    relative_to(walk_up=True) to honor files installed outside of
    the installation root.
  * Deferred select imports in for speedup
    (python/cpython#109829).
  * Updated fixtures for python/cpython#120801.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=55
This commit is contained in:
2024-10-23 20:30:36 +00:00
committed by Git OBS Bridge
parent c75a63dd1d
commit 22a310478d
4 changed files with 26 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7
size 55304

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 23 20:30:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.5.0:
* 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.
* Message.__getitem__ now raises a KeyError on missing keys.
* Removed deprecated support for Distribution subclasses not
implementing abstract methods.
* When reading installed files from an egg, use
relative_to(walk_up=True) to honor files installed outside of
the installation root.
* Deferred select imports in for speedup
(python/cpython#109829).
* Updated fixtures for python/cpython#120801.
-------------------------------------------------------------------
Fri Mar 22 20:45:24 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -28,7 +28,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-importlib-metadata%{psuffix}
Version: 7.1.0
Version: 8.5.0
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0