15
0
forked from pool/python-cliff

Accepting request 158636 from devel:languages:python

- 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. (forwarded request 158635 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/158636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2013-03-12 10:32:52 +00:00
committed by Git OBS Bridge
parent 3c9ab44b0d
commit e2f2b21168
4 changed files with 17 additions and 7 deletions

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

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

View File

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

View File

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

View File

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