15
0
forked from pool/python-cliff

- update to version 3.7.0

- Add Python3 wallaby unit tests
  - Remove unicode from code
  - Exit gracefully on Ctrl-C
  - Update requirements
  - List setuptools under install_requires
  - change help action to use its own exception for exit
  - Remove Babel from lower-constraints.txt
  - Add '--sort-ascending', '--sort-descending' parameters
  - requirements: Uncap PrettyTable
  - Remove six
  - Remove lower-constraints
  - columns: Make 'FormattableColumn' comparable
  - Remove references to setuptools
  - Handle null values when sorting
  - Make 'FormattableColumn' comparable
  - Bump py37 to py38 in tox.ini
  - Update requirements URLs in tox config
  - Capturing argparse errors due to problem with cmd2
  - trivial: Remove references to Python 2.7
  - Document KeyboardInterrupt exit code
  - Add py38 package metadata
  - doc: Update bug tracker to storyboard
  - gitignore: Ignore reno artefacts

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cliff?expand=0&rev=18
This commit is contained in:
2021-05-02 17:15:12 +00:00
committed by Git OBS Bridge
parent b649c145eb
commit 037912c89c
5 changed files with 38 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cliff
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-cliff
Version: 3.4.0
Version: 3.7.0
Release: 0
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.4.0.tar.gz
URL: https://docs.openstack.org/cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.7.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
@@ -52,7 +52,6 @@ other extensions.
%package -n python3-cliff
Summary: Command Line Interface Formulation Framework
Group: Development/Languages/Python
Requires: python3-PrettyTable
Requires: python3-PyYAML
Requires: python3-cmd2
@@ -72,7 +71,6 @@ Summary: %{summary} - Documentation
Group: Documentation/HTML
BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
Provides: %{python_module cliff-doc = %{version}}
%description -n python-cliff-doc
cliff is a framework for building command line programs. It uses
@@ -82,12 +80,12 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-3.4.0
%autosetup -p1 -n cliff-3.7.0
%py_req_cleanup
%build
%py3_build
PBR_VERSION=3.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.7.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install