From db1c8faa73847b525f9a27dbb7310bb1b27bc2b4 Mon Sep 17 00:00:00 2001 From: George Kraft Date: Thu, 19 Dec 2013 09:19:45 -0600 Subject: nojira: Bump to v0.11.0, bump pyipmi/ipmitool requirements --- cxmanage_api/__init__.py | 2 +- scripts/cxmanage | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cxmanage_api/__init__.py b/cxmanage_api/__init__.py index c676a78..b6e8715 100644 --- a/cxmanage_api/__init__.py +++ b/cxmanage_api/__init__.py @@ -38,7 +38,7 @@ import shutil import tempfile -__version__ = "0.10.2" +__version__ = "0.11.0" WORK_DIR = tempfile.mkdtemp(prefix="cxmanage_api-") diff --git a/scripts/cxmanage b/scripts/cxmanage index f2b7fc6..79433a6 100755 --- a/scripts/cxmanage +++ b/scripts/cxmanage @@ -55,8 +55,8 @@ from cxmanage_api.cli.commands.tspackage import tspackage_command from cxmanage_api.cli.commands.eeprom import eepromupdate_command -PYIPMI_VERSION = '0.9.1' -IPMITOOL_VERSION = '1.8.11.0-cx8' +PYIPMI_VERSION = '0.11.0' +IPMITOOL_VERSION = '1.8.11.0-cx9' PARSER_EPILOG = """examples: diff --git a/setup.py b/setup.py index 8d3bc15..fa1974a 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( install_requires=[ 'tftpy', 'pexpect', - 'pyipmi>=0.9.1', + 'pyipmi>=0.11.0', 'argparse', 'unittest-xml-reporting', 'mock' -- cgit v1.2.1