[openstack-dev] [release][oslo] stevedore-announce-release 1.11.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:31:23 UTC 2016


We are gleeful to announce the release of:

stevedore-announce-release 1.11.0: Manage dynamic plugins for Python
applications

This release is part of the mitaka release series.

With source available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in stevedore 1.10.0..1.11.0
-----------------------------------

05c80a0 Updated from global requirements
c28a2b1 Trival:Remove unused logging import
72e3e11 Remove work around for NullHandler
09b9c96 remove unnecessary dependency on argparse

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

requirements.txt           |  5 ++---
stevedore/__init__.py      | 14 +-------------
test-requirements.txt      | 12 ++++++------
4 files changed, 9 insertions(+), 26 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6339fc2..3e5c6ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,2 @@
-pbr>=1.6
-argparse
-six>=1.9.0
+pbr>=1.6 # Apache-2.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 61f4ee1..248a12d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,6 +5,6 @@
-Pillow>=2.4.0 # MIT
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-mock>=1.2
-coverage>=3.6
-testrepository>=0.0.18
-discover
+Pillow>=2.4.0 # PIL License
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+mock>=1.2 # BSD
+coverage>=3.6 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+discover # BSD





More information about the OpenStack-dev mailing list