diff --git a/cliff-1.10.1.tar.gz b/cliff-1.10.1.tar.gz new file mode 100644 index 0000000..7bb153e --- /dev/null +++ b/cliff-1.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfec39bf0de7b53666045c946d495ca070e538e5f92dc19588596c9bcc52c6e +size 46901 diff --git a/cliff-1.9.0.tar.gz b/cliff-1.9.0.tar.gz deleted file mode 100644 index a4a2581..0000000 --- a/cliff-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38f731fd585975f4a3aa8025d3be564bb8439fc1e0f96b6b1e442a9e0dc4d1ce -size 45656 diff --git a/python-cliff.changes b/python-cliff.changes index cc981b6..a98d4b4 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 10 08:52:12 UTC 2015 - tbechtold@suse.com + +- update to 1.10.1: + * Document print_help_if_requested method + * Allow to call initialize_app when running --help + * Hide prompt in batch/pipe mode + * Correct completion in interactive mode + * Fix pep8 tests for lambda + * Updated from global requirements + * Fix git repo urls in tox.ini + * Add deprecated attribute to commands + * Workflow documentation is now in infra-manual +- Adjust Requires according to requirements.txt + ------------------------------------------------------------------- Thu Jan 8 13:39:41 UTC 2015 - tbechtold@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 0073863..bd69404 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-cliff -Version: 1.9.0 +Version: 1.10.1 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -47,7 +47,7 @@ Requires: python-argparse %endif Requires: python-cmd2 >= 0.6.7 Requires: python-pyparsing >= 2.0.1 -Requires: python-six >= 1.7.0 +Requires: python-six >= 1.9.0 Requires: python-stevedore >= 1.1.0 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}