We are mirthful to announce the release of: stevedore 1.19.0: Manage dynamic plugins for Python applications This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/stevedore Download the package from: https://pypi.python.org/pypi/stevedore Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore For more details, please see below. 1.19.0 ^^^^^^ Other Notes * Introduce reno for deployer release notes. Changes in stevedore 1.18.0..1.19.0 ----------------------------------- b43ac31 Add Apache 2.0 license to source file b30ca05 Updated from global requirements 043e62a Add reno for release notes management b868483 Updated from global requirements 0888d13 Remove reference to non-existing page Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + releasenotes/notes/add-reno-996dd44974d53238.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 276 ++++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 2 +- stevedore/dispatch.py | 12 + stevedore/driver.py | 12 + stevedore/enabled.py | 12 + stevedore/exception.py | 13 + stevedore/extension.py | 12 + stevedore/hook.py | 12 + stevedore/named.py | 12 + test-requirements.txt | 3 +- tox.ini | 3 + 30 files changed, 530 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3e5c6ae..7a0e4a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 123bda5..0af7a2d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ mock>=2.0 # BSD -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -11,0 +12 @@ oslosphinx>=4.7.0 # Apache-2.0 +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org