Skip to content

Commit

Permalink
Update python-importlib-metadata to version 7.1.0 / rev 25 via SR 116…
Browse files Browse the repository at this point in the history
…0940

https://build.opensuse.org/request/show/1160940
by user dirkmueller + anag+factory
- 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.
  • Loading branch information
dirkmueller authored and bmwiedemann committed Mar 25, 2024
1 parent 7906b5d commit e91d42a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
Binary file modified packages/p/python-importlib-metadata/.files
Binary file not shown.
13 changes: 13 additions & 0 deletions packages/p/python-importlib-metadata/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,17 @@ It does NOT conflict with python38 standard library (see upstream description)</
* No significant changes.</comment>
<requestid>1158384</requestid>
</revision>
<revision rev="25" vrev="1">
<srcmd5>b54db5de13f994f42ea84a4391e93a3c</srcmd5>
<version>7.1.0</version>
<time>1711397214</time>
<user>anag+factory</user>
<comment>- 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.</comment>
<requestid>1160940</requestid>
</revision>
</revisionlist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit e91d42a

Please sign in to comment.