[release][oslo] stevedore release 1.7.0 (liberty)
We are jubilant to announce the release of: stevedore 1.7.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.7.0 Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore Changes in stevedore 1.6.0..1.7.0 --------------------------------- 618d2d7 Updated from global requirements 3c33476 Updated from global requirements 710f88e Titlecase looks nicer sometimes in detailed mode f92ce6a Updated from global requirements def9e7e Updated from global requirements 9b83aab Updated from global requirements 75182ab Update homepage to openstack hosted docs page Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- stevedore/sphinxext.py | 13 ++++++++++--- test-requirements.txt | 4 ++-- 5 files changed, 15 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f06b199..01f4e19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 58f1bdb..f95c5bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -mock>=1.0 +mock>=1.2 @@ -11 +11 @@ discover -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.9.0 # Apache-2.0
participants (1)
-
davanum@gmail.com