- update to 7.1.0:

* Improve import time (python/cpython#114664).
  * Make MetadataPathFinder.find_distributions a classmethod for
    consistency with CPython. Closes #484.
  * Allow MetadataPathFinder.invalidate_caches to be called as a
    classmethod.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=52
This commit is contained in:
Dirk Mueller 2024-03-22 20:45:54 +00:00 committed by Git OBS Bridge
parent 2a344e6a27
commit f8fc46dc7a
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:198f568f3230878cb1b44fbd7975f87906c22336dba2e4a7f05278c281fbd792
size 51206

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 22 20:45:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.1.0:
* Improve import time (python/cpython#114664).
* Make MetadataPathFinder.find_distributions a classmethod for
consistency with CPython. Closes #484.
* Allow MetadataPathFinder.invalidate_caches to be called as a
classmethod.
-------------------------------------------------------------------
Sat Mar 16 08:32:40 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.0.2
Version: 7.1.0
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0