15
0
forked from pool/python-cliff

Accepting request 173342 from devel:languages:python

- update to 1.3.2: 
  - Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__``
    method to allow underscores to be used in command names. This optional
    argument is defaulted to True to maintain current behavior.
   (contributed by Joe Server)
  - Use flake8_ for style checking.
  - Relax version requirement for PrettyTable dependency to allow
    point releases of 0.7.

- buildrequire the right mock version (forwarded request 173332 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/173342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2013-04-26 05:43:40 +00:00
committed by Git OBS Bridge
parent 477dfdae6b
commit 94925e7479
5 changed files with 22 additions and 28 deletions

View File

@@ -17,14 +17,13 @@
Name: python-cliff
Version: 1.3.1
Version: 1.3.2
Release: 0
Url: https://github.com/dreamhost/cliff
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
Patch0: prettytable-0.7x.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse
BuildRequires: python-devel
@@ -33,7 +32,7 @@ BuildRequires: python-tablib
# Test requirements:
BuildRequires: python-cmd2
BuildRequires: python-coverage
BuildRequires: python-mock
BuildRequires: python-mock >= 1.0.1
BuildRequires: python-nose
BuildRequires: python-pep8
BuildRequires: python-prettytable
@@ -65,7 +64,6 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n cliff-%{version}
%patch0
%build
python setup.py build