diff --git a/cliff-1.14.0.tar.gz b/cliff-1.14.0.tar.gz deleted file mode 100644 index c59deb8..0000000 --- a/cliff-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aaea62a7ccfad406bc765765a4b6aef9883dacf90bccaaf15c87598b17c1017 -size 46656 diff --git a/cliff-1.15.0.tar.gz b/cliff-1.15.0.tar.gz new file mode 100644 index 0000000..1b7bfcf --- /dev/null +++ b/cliff-1.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ba6fe0940547549947d5a24ca3354145a603d3a9ba054f209d20b66dc02be7 +size 48522 diff --git a/python-cliff.changes b/python-cliff.changes index 556807c..162dbd0 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 16 11:34:00 UTC 2015 - tbechtold@suse.com + +- update to 1.15.0: + * Replace '\r' with ' ' for prettytable + * Implement a json formatter in cliff + * Implement a yaml formatter in cliff + * Updated from global requirements + * Improve help messages +- Adjust Requires according to requirements.txt + ------------------------------------------------------------------- Fri Aug 21 09:06:27 UTC 2015 - tbechtold@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 82e267c..3cf5fb1 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 1.14.0 +Version: 1.15.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -46,6 +46,7 @@ Requires: python-PrettyTable >= 0.7 %if 0%{?suse_version} <= 1110 Requires: python-argparse %endif +Requires: python-PyYAML >= 3.1.0 Requires: python-cmd2 >= 0.6.7 Requires: python-pyparsing >= 2.0.1 Requires: python-six >= 1.9.0