11
0

2 Commits

Author SHA256 Message Date
955af07b4f Accepting request 1296829 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1296829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=29
2025-08-01 20:40:03 +00:00
788be5519c - Update to 8.7.0
* ``.metadata()`` (and ``Distribution.metadata``) can now return ``None``
    if the metadata directory exists but not metadata file is present. (#493)
  * Raise consistent ValueError for invalid EntryPoint.value (#518)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=64
2025-07-31 14:55:58 +00:00
4 changed files with 12 additions and 4 deletions

BIN
importlib_metadata-8.6.1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 31 09:10:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.7.0
* ``.metadata()`` (and ``Distribution.metadata``) can now return ``None``
if the metadata directory exists but not metadata file is present. (#493)
* Raise consistent ValueError for invalid EntryPoint.value (#518)
-------------------------------------------------------------------
Wed Mar 5 01:18:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-importlib-metadata%{psuffix}
Version: 8.6.1
Version: 8.7.0
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0