[openstack-dev] [new][oslo] stevedore 1.16.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 14:30:07 UTC 2016


We are overjoyed to announce the release of:

stevedore 1.16.0: Manage dynamic plugins for Python applications

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/stevedore

With package available at:

    https://pypi.python.org/pypi/stevedore

Please report issues through launchpad:

    https://bugs.launchpad.net/python-stevedore

For more details, please see below.

Changes in stevedore 1.15.0..1.16.0
-----------------------------------

1218ab6 Fix NamedExtensionManager fails when loading failing extension in order
da83cd8 Remove irrelated output item
e3d08ce Fix broken link about setuptools entry points
6f81f6f NamedExtensionManager: call a callback when some names cannot be found
f33b810 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

README.rst                               |  2 +-
stevedore/named.py                       | 20 +++++++++++++++++++-
test-requirements.txt                    |  2 +-
6 files changed, 62 insertions(+), 4 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index d59feb9..977194a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ Pillow>=2.4.0 # PIL License
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD





More information about the OpenStack-dev mailing list