[release-announce] [ironic] virtualbmc 1.2.0

no-reply at openstack.org no-reply at openstack.org
Wed Aug 16 09:13:21 UTC 2017


We are chuffed to announce the release of:

virtualbmc 1.2.0: Create virtual BMCs for controlling virtual
instances via IPMI

Download the package from:

    https://tarballs.openstack.org/virtualbmc/

For more details, please see below.

Changes in virtualbmc 1.1.0..1.2.0
----------------------------------

a5f8df7 Updated from global requirements
b34a2e7 Update the documentation link for doc migration
5529b22 Fixes cli parser when run under Python 3.3+
99a0277 Removes unnecessary utf-8 encoding
005cac6 Drop MANIFEST.in - it's not needed by pbr
a561c93 Updated from global requirements
93043f3 rearrange existing documentation to follow the new layout standard
432e7a5 Updated from global requirements
430fb92 Replace assertRaisesRegexp with assertRaisesRegex
d42a079 Updated from global requirements
8486ab0 Updated from global requirements
3046eab Updated from global requirements
c65df80 Properly handle upper-constraints


Diffstat (except docs and test files)
-------------------------------------

HACKING.rst                         |   2 +-
MANIFEST.in                         |   6 ---
requirements.txt                    |   4 +-
setup.cfg                           |   1 +
setup.py                            |   2 +-
test-requirements.txt               |   8 +--
tools/tox_install.sh                |  55 +++++++++++++++++++
tox.ini                             |   3 +-
virtualbmc/cmd/vbmc.py              |  17 +++---
19 files changed, 205 insertions(+), 161 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index d56d13a..c513422 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -8 +8 @@ libvirt-python>=1.2.5 # LGPLv2+
-pyghmi>=1.0.9 # Apache-2.0
+pyghmi>=1.0.22 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 146553c..d76688a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -7 +7 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -10,2 +10,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0






More information about the Release-announce mailing list