Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| adda814960 | |||
| c6f59a2573 | |||
| 955af07b4f | |||
| 788be5519c |
BIN
importlib_metadata-8.6.1.tar.gz
LFS
BIN
importlib_metadata-8.6.1.tar.gz
LFS
Binary file not shown.
3
importlib_metadata-8.7.1.tar.gz
Normal file
3
importlib_metadata-8.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49fef1ae6440c182052f407c8d34a68f72efc36db9ca90dc0113398f2fdde8bb
|
||||
size 57107
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user