From ad217df2b1d3b60d2763025482a92801b21ad22f41469d3a9516186390abeb4f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 3 Sep 2013 20:02:57 +0000 Subject: [PATCH] Accepting request 197219 from devel:languages:python - update to 1.4.4: - Provide better error handling for unknown commands run from the command line. (Contributed by Christophe Chauvet.) (forwarded request 197216 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/197219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=11 --- cliff-1.4.4.tar.gz | 3 +++ cliff-1.4.tar.gz | 3 --- python-cliff.changes | 7 +++++++ python-cliff.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 cliff-1.4.4.tar.gz delete mode 100644 cliff-1.4.tar.gz diff --git a/cliff-1.4.4.tar.gz b/cliff-1.4.4.tar.gz new file mode 100644 index 0000000..97ad854 --- /dev/null +++ b/cliff-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d15f2b59ac4bbb04eb11cd1fe5d5f30a2e0769afc0a4c675ca205b50fae567f +size 121547 diff --git a/cliff-1.4.tar.gz b/cliff-1.4.tar.gz deleted file mode 100644 index 67cb6f5..0000000 --- a/cliff-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5650c92bdd7917f850fc3ac11bd3ad4abd0cb0be4654770b29b63f288bea316 -size 124342 diff --git a/python-cliff.changes b/python-cliff.changes index 87834b6..8d75ef2 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 3 08:01:39 UTC 2013 - dmueller@suse.com + +- update to 1.4.4: + - Provide better error handling for unknown commands run from the + command line. (Contributed by Christophe Chauvet.) + ------------------------------------------------------------------- Thu Jun 27 10:02:03 UTC 2013 - speilicke@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 0cb3d8c..819e51a 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 1.4 +Version: 1.4.4 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}. BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-argparse BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: python-tablib # Test requirements: BuildRequires: python-PrettyTable