17
0

4 Commits

Author SHA256 Message Date
adda814960 Accepting request 1326778 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1326778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=30
2026-01-13 20:23:07 +00:00
c6f59a2573 - Update to 8.7.1
* Fixed errors in FastPath under fork-multiprocessing. (#520)
  * Removed cruft from Python 3.8. (#524)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=66
2026-01-12 12:34:42 +00:00
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 19 additions and 4 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 12 11:06:18 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.7.1
* Fixed errors in FastPath under fork-multiprocessing. (#520)
* Removed cruft from Python 3.8. (#524)
-------------------------------------------------------------------
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.1
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0