[oslo] stevedore 1.22.0 (pike)
We are stoked to announce the release of: stevedore 1.22.0: Manage dynamic plugins for Python applications This release is part of the pike 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. Changes in stevedore 1.21.0..1.22.0 ----------------------------------- 27500a3 Remove oslotest from test-requirements 1d7b19c Updated from global requirements 56ef734 Updated from global requirements 486d7cd Updated from global requirements 23ef8c3 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 5 ++--- 6 files changed, 13 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1e8f8e5..76ecae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a96d6cf..bbd7ef8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ Pillow>=2.4.0 # PIL License -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -8 +8 @@ mock>=2.0 # BSD -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +9,0 @@ testrepository>=0.0.18 # Apache-2.0/BSD -oslotest>=1.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org