forked from pool/python-importlib-metadata
Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 219b0dcbaa | |||
| c3f7c248d1 | |||
| be73795209 | |||
| fe5438e7cc | |||
| f53eb89e0c | |||
| 553808ffd1 | |||
| 54c53835ca | |||
| f92e1d90d1 | |||
| 4b02c746d7 |
BIN
importlib_metadata-8.6.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
importlib_metadata-8.6.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000
|
|
||||||
size 56641
|
|
||||||
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Wed Mar 5 01:18:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-importlib-metadata%{psuffix}
|
Name: python-importlib-metadata%{psuffix}
|
||||||
Version: 8.7.0
|
Version: 8.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user