stevedore/stevedore
Stephen Finucane 28fc7164da Fix compatibility with Python 3.12, importlib-metadata 5.0
importlib-metadata 5.0 has removed support for dict-style interaction
with entrypoints [1]. This is going to eventually affect us when Python
3.12 is released but even before then anyone not properly using upper
constraints with an older Python 3.7-based release (the only Python
version where we require the third-party importlib-metadata package
rather than the stdlib importlib.metadata package) will be bitten. Fix
it now to address both.

[1] dde2b9de29

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ib9c2b0a14edea91e97d122d2ac93b650029f918e
Closes-Bug: #1991559
2022-10-04 11:24:25 +01:00
..
example Adding pre-commit 2020-09-15 13:40:37 +02:00
example2 Adding pre-commit 2020-09-15 13:40:37 +02:00
tests Fix compatibility with Python 3.12, importlib-metadata 5.0 2022-10-04 11:24:25 +01:00
__init__.py Drop Python 2.7 support 2020-04-21 15:14:10 +01:00
_cache.py Fix compatibility with Python 3.12, importlib-metadata 5.0 2022-10-04 11:24:25 +01:00
dispatch.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
driver.py Merge "Adding pre-commit" 2020-10-05 16:59:20 +00:00
enabled.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
exception.py Add Apache 2.0 license to source file 2016-11-28 13:32:32 +07:00
extension.py Fix compatibility with Python 3.10, 3.9.11 2022-10-04 11:23:17 +01:00
hook.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
named.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
sphinxext.py sphinxext: fix warning message for detailed list 2020-07-12 15:01:34 -04:00