diff --git a/cliff-1.3.1.tar.gz b/cliff-1.3.1.tar.gz new file mode 100644 index 0000000..a5d4d79 --- /dev/null +++ b/cliff-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4741428d719c44353a6d9e6961eedfb815b2685f2a144fe194318076877722a +size 123970 diff --git a/cliff-1.3.tar.gz b/cliff-1.3.tar.gz deleted file mode 100644 index 72e2be2..0000000 --- a/cliff-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:762ef3046a96676a176e686a2a1cbb7e1db95f754578eca309e3c648c6a16a31 -size 123636 diff --git a/python-cliff.changes b/python-cliff.changes index 79db003..5d553bb 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 12 09:12:29 UTC 2013 - dmueller@suse.com + +- Update to 1.3.1: + - Sort list of commands in interactive help mode. + - Fix a dependency issue with PyParsing until the cmd2 package can + release an update setting the version of its dependency based on the + Python version. + ------------------------------------------------------------------- Fri Nov 9 10:15:03 UTC 2012 - saschpe@suse.de diff --git a/python-cliff.spec b/python-cliff.spec index dd40a70..7b7eec3 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-cliff -Version: 1.3 +Version: 1.3.1 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -24,8 +25,8 @@ License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel BuildRequires: python-argparse +BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-tablib # Test requirements: