[openstack-announce] [release][oslo] stevedore release 1.9.0	(mitaka)
    davanum at gmail.com 
    davanum at gmail.com
       
    Mon Oct 12 15:58:49 UTC 2015
    
    
  
We are satisfied to announce the release of:
stevedore 1.9.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
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.9.0
Please report issues through launchpad:
    https://bugs.launchpad.net/python-stevedore
Changes in stevedore 1.8.0..1.9.0
---------------------------------
6fb896d Updated from global requirements
612b0c0 docs - Set pbr 'warnerrors' option for doc build
d1d63f7 Add clarifying language to description of scanning for plugins
85838b8 clean up default tox environment list
e327c82 Show how to add a plugin in a separate package
9d9b4d4 replace the hard-coded history list with an auto-generated one
02c9e7e Fix spelling typo for maunal
40aeacd Updated from global requirements
e833f87 Examples typo fix
Diffstat (except docs and test files)
-------------------------------------
requirements.txt                         |   2 +-
setup.cfg                                |   3 +
setup.py                                 |   2 +-
stevedore/example/base.py                |   2 +-
stevedore/example/fields.py              |  36 ----------
stevedore/example/setup.py               |   6 +-
stevedore/example2/__init__.py           |   0
stevedore/example2/fields.py             |  36 ++++++++++
stevedore/example2/setup.py              |  43 ++++++++++++
test-requirements.txt                    |   2 +-
tox.ini                                  |   2 +-
17 files changed, 148 insertions(+), 178 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 97f2a65..6339fc2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
diff --git a/test-requirements.txt b/test-requirements.txt
index 4b18c75..346b34b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-Pillow>=2.4.0 # MIT
+Pillow<3.0.0,>=2.4.0 # MIT
    
    
More information about the OpenStack-announce
mailing list