Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.1-1 ......................................................................
cli: release 3.2.0.1-1 Change-Id: I0c039927679f425f9902bf36fe9817d6cd1e530b Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 11 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/64/7864/1 diff --git a/Makefile b/Makefile index 86eddcc..38c036e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.1.0.8 +rpmversion=3.2.0.1 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in index 2493c13..d3a7ee3 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -14,7 +14,7 @@ BuildArch: noarch Requires: python -Requires: ovirt-engine-sdk >= 3.1.0.6 +Requires: ovirt-engine-sdk >= 3.2.0.1 Requires: pexpect Requires: python-setuptools Requires: python-ply @@ -51,6 +51,13 @@ %doc LICENSE %changelog +* Sun Sep 9 2012 Michael Pasternak <[email protected]> - 3.2.0.1-1 +- do not load/save example_config. file +- subcollection are not shown #854047 +- change NoCertificatesError message to ask only for ca_file +- implement /filter flag +- do not write to file i/o during script execution +- shell does not exit when using /exit/ command in script * Tue Jul 21 2012 Michael Pasternak <[email protected]> - 3.1.0.8-1 - implement insecure flag #848046 diff --git a/setup.py b/setup.py index 2981b14..e53c8bf 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.1.0.8-SNAPSHOT', + 'version': '3.2.0.1-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', @@ -30,7 +30,7 @@ 'ovirtcli.platform', 'ovirtcli.platform.posix', 'ovirtcli.platform.windows', 'ovirtcli.shell', 'ovirtcli.utils', 'cli', 'cli.command', 'cli.platform', 'cli.platform.posix'], - install_requires=[ 'ovirt-engine-sdk >= 3.1.0.6-SNAPSHOT', 'pexpect <= 2.3', 'ply >= 3.3', 'kitchen >= 1' ], + install_requires=[ 'ovirt-engine-sdk >= 3.2.0.1-SNAPSHOT', 'pexpect <= 2.3', 'ply >= 3.3', 'kitchen >= 1' ], entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] }, **version_info ) -- To view, visit http://gerrit.ovirt.org/7864 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c039927679f425f9902bf36fe9817d6cd1e530b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
