Accepting request 1160940 from devel:languages:python
- 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/request/show/1160940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=25
This commit is contained in:
@@ -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
|
||||
@@ -51,6 +51,7 @@ Provides: python-importlib_metadata = %{version}
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module importlib_resources >= 1.3 if %python-base < 3.9}
|
||||
BuildRequires: %{python_module jaraco.test}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pyfakefs}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
Reference in New Issue
Block a user