15
0
forked from pool/python-cliff

Accepting request 331688 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/331688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=25
This commit is contained in:
2015-10-01 07:28:59 +00:00
committed by Git OBS Bridge
parent 3491aada94
commit ceea8d7eea
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8aaea62a7ccfad406bc765765a4b6aef9883dacf90bccaaf15c87598b17c1017
size 46656

3
cliff-1.15.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5ba6fe0940547549947d5a24ca3354145a603d3a9ba054f209d20b66dc02be7
size 48522

View File

@@ -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

View File

@@ -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