summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-07-22 15:40:42 -0500
committerGeorge Kraft <george.kraft@calxeda.com>2013-07-22 15:40:42 -0500
commitc5ff40e373f98e544f054ac2253ef04ef2d967e0 (patch)
tree1087c3c6e18053b2c73abbc8242a091974d54338
parent9ad87dac6b097953be20d95369f0c26a8844b4bb (diff)
downloadcxmanage-c5ff40e373f98e544f054ac2253ef04ef2d967e0.tar.gz
Bump to version v0.9.0, bump ipmitool/pyipmi version requirements
pyipmi v0.8.0, ipmitool 1.8.11-cx7
-rwxr-xr-xscripts/cxmanage4
-rw-r--r--setup.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cxmanage b/scripts/cxmanage
index 889fe4e..ccde835 100755
--- a/scripts/cxmanage
+++ b/scripts/cxmanage
@@ -50,8 +50,8 @@ from cxmanage.commands.ipdiscover import ipdiscover_command
from cxmanage.commands.tspackage import tspackage_command
-PYIPMI_VERSION = '0.7.1'
-IPMITOOL_VERSION = '1.8.11.0-cx5'
+PYIPMI_VERSION = '0.8.0'
+IPMITOOL_VERSION = '1.8.11.0-cx7'
PARSER_EPILOG = """examples:
diff --git a/setup.py b/setup.py
index bd49b13..4e2f47d 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ from setuptools import setup
setup(
name='cxmanage',
- version='0.8.2',
+ version='0.9.0',
packages=['cxmanage', 'cxmanage.commands', 'cxmanage_api'],
scripts=['scripts/cxmanage', 'scripts/sol_tabs'],
description='Calxeda Management Utility',
@@ -42,7 +42,7 @@ setup(
install_requires=[
'tftpy',
'pexpect',
- 'pyipmi>=0.7.1',
+ 'pyipmi>=0.8.0',
'argparse',
],
extras_require={