[openstack-announce] [release][oslo] stevedore release 1.6.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 6 20:15:23 UTC 2015


We are satisfied to announce the release of:

stevedore 1.6.0: Manage dynamic plugins for Python applications

This release is part of the liberty release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    https://launchpad.net/python-stevedore/+milestone/1.6.0

Please report issues through launchpad:

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

Changes in stevedore 1.5.0..1.6.0
---------------------------------

6677b6a Document the signature for check_func
1b0c921 Updated from global requirements
34d0a54 Switch badges from 'pypip.in' to 'shields.io'
0c5c71e Remove unnecessary openstack-common.conf

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

README.rst            | 4 ++--
openstack-common.conf | 7 -------
requirements.txt      | 2 +-
setup.py              | 1 -
stevedore/enabled.py  | 3 ++-
test-requirements.txt | 6 +++---
6 files changed, 8 insertions(+), 15 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 408d229..f06b199 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=0.11
diff --git a/test-requirements.txt b/test-requirements.txt
index b3680da..58f1bdb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ Pillow>=2.4.0 # MIT
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
@@ -11,2 +11,2 @@ discover
-oslotest>=1.5.1  # Apache-2.0
-oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list