diff --git a/cliff-2.11.0.tar.gz b/cliff-2.11.0.tar.gz new file mode 100644 index 0000000..b59cbe5 --- /dev/null +++ b/cliff-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a318fb2927edb61cae365d4bf3a8241f222e2b30cc9e448ae5b92665802a85 +size 77037 diff --git a/cliff-2.9.1.tar.gz b/cliff-2.9.1.tar.gz deleted file mode 100644 index f73eaec..0000000 --- a/cliff-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab50fbb4717c74e32915123f4150805b463e81de1d58e43996fd813b26c5b447 -size 73174 diff --git a/python-cliff.changes b/python-cliff.changes index 7301903..c27e8b5 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Feb 13 18:27:32 UTC 2018 - cloud-devel@suse.de + +- update to version 2.11.0 + - Move doc requirements to doc/requirements.txt + - Alias exit to cmd2's quit command to exit interactive shell + - doc: Remove blank lines between term and definition + - remove -s alias for --sort-columns + - Replace legacy tips jobs with shiny new versions + - Update .gitignore + - Updated from global requirements + - sphinxext: Support cliff application + - Remove tox_install.sh and just pass -c in tox + - do not require installing demo app to build docs + - Remove empty files + - add support for legacy command name translation + - doc: Cleanup of demoapp doc + - Generate demoapp CLI refernece + - Fix codec error when format=csv + - Use in-tree cliffdemo app for docs build + - add bandit to pep8 job + - Use assertIsNone(...) instead of assertIs(None,...) + - Fix PEP8 in gate + - Add ability to sort data by columns for list commands + ------------------------------------------------------------------- Wed Nov 22 09:40:38 UTC 2017 - cloud-devel@suse.de diff --git a/python-cliff.spec b/python-cliff.spec index b68c242..0694646 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,13 +17,13 @@ Name: python-cliff -Version: 2.9.1 +Version: 2.11.0 Release: 0 Summary: Command Line Interface Formulation Framework License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/python-cliff -Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.9.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.11.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable @@ -50,15 +50,16 @@ BuildRequires: python3-stevedore BuildRequires: python3-testrepository BuildRequires: python3-testscenarios BuildRequires: python3-testtools -BuildRequires: python3-unicodecsv Requires: python-PrettyTable Requires: python-PyYAML Requires: python-cmd2 Requires: python-pyparsing Requires: python-six Requires: python-stevedore -Requires: python-unicodecsv BuildArch: noarch +%ifpython2 +Requires: python-unicodecsv +%endif %python_subpackages %description @@ -80,7 +81,7 @@ other extensions. This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-2.9.1 +%autosetup -p1 -n cliff-2.11.0 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %py_req_cleanup