[ironic] ironic-lib 2.6.0 (pike)
We are thrilled to announce the release of: ironic-lib 2.6.0: Ironic common library This release is part of the pike release series. Download the package from: https://pypi.python.org/pypi/ironic-lib For more details, please see below. Changes in ironic-lib 2.5.1..2.6.0 ---------------------------------- 061211c Updated from global requirements 4ae48d0 Limit memory usage when running qemu-img Diffstat (except docs and test files) ------------------------------------- ironic_lib/disk_utils.py | 8 ++++++-- requirements.txt | 2 +- test-requirements.txt | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b90d8d4..ced18bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.utils>=3.18.0 # Apache-2.0 -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6342d1b..20d1d20 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ doc8 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org