We are excited to announce the release of: stevedore 5.0.0: Manage dynamic plugins for Python applications This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/stevedore Download the package from: https://pypi.org/project/stevedore Please report issues through: https://bugs.launchpad.net/stevedore/+bugs For more details, please see below. 5.0.0 ^^^^^ Upgrade Notes * The "stevedore.extension.Extension" object no longer exposes an "extras" attribute. Entry point extras are a deprecated concept that aren't useful in the context of stevedore thus the value in exposing this is minimal to none. Changes in stevedore 4.1.1..5.0.0 --------------------------------- 7eca3f5 Remove Extension.extras Diffstat (except docs and test files) ------------------------------------- ...xtension-extras-attribute-c2c542c9a4dcd304.yaml | 7 +++++++ stevedore/extension.py | 23 ---------------------- 3 files changed, 7 insertions(+), 27 deletions(-)