forked from pool/python-cliff
Accepting request 456105 from devel:languages:python
- update to 2.4.0: * Remove tox environments that no longer work * Fix command order * Show team and repo badges on README * Add print_empty parameter * ignore Command docstring when looking for descriptions * let the Command get its one-liner description from a class attribute * flake8 fix * Replace dashes and colons when using bash formatter * Show entire command in error message * Updated from global requirements * Updated from global requirements * Fix spelling mistake * Add Python 3.5 classifier and venv * Updated from global requirements * Changed the home-page link * Add Apache 2.0 license to source file * Updated from global requirements * Updated from global requirements * Updated from global requirements * Updated from global requirements * Clean imports in code * [doc]Fix URL for 'setuptools entry points' * Fix a typo in comment - Remove relax-sphinx-requirement.patch . No longer needed. OBS-URL: https://build.opensuse.org/request/show/456105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=28
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cliff
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: python-cliff
|
||||
Version: 2.2.0
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Url: https://github.com/dreamhost/cliff
|
||||
Summary: Command Line Interface Formulation Framework
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: https://pypi.io/packages/source/c/cliff/cliff-%{version}.tar.gz
|
||||
Patch0: relax-sphinx-requirement.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-argparse
|
||||
BuildRequires: python-devel
|
||||
@@ -39,15 +38,15 @@ BuildRequires: python-mock >= 2.0
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-oslosphinx
|
||||
BuildRequires: python-pbr
|
||||
BuildRequires: python-pyparsing >= 2.0.1
|
||||
BuildRequires: python-pyparsing >= 2.0.7
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python-stevedore
|
||||
Requires: python-PrettyTable >= 0.7
|
||||
Requires: python-PyYAML >= 3.1.0
|
||||
Requires: python-PyYAML >= 3.10.0
|
||||
Requires: python-cmd2 >= 0.6.7
|
||||
Requires: python-pyparsing >= 2.0.1
|
||||
Requires: python-pyparsing >= 2.0.7
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-stevedore >= 1.10.0
|
||||
Requires: python-stevedore >= 1.17.1
|
||||
Requires: python-unicodecsv >= 0.8.0
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -70,7 +69,6 @@ This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n cliff-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user