- 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:
parent
2a344e6a27
commit
f8fc46dc7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:198f568f3230878cb1b44fbd7975f87906c22336dba2e4a7f05278c281fbd792
|
||||
size 51206
|
BIN
importlib_metadata-7.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
importlib_metadata-7.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user