14
0
forked from pool/python-cmd2

- Update to 0.9.20:

- the list of changes is too long, complete changelog is in
    CHANGELOG.md included in this package.
- Package is python3-only now.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=62
This commit is contained in:
2019-11-14 15:52:45 +00:00
committed by Git OBS Bridge
parent b091360f50
commit 9c13c82210
4 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cmd2
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cmd2
# Do not update beyond what is supported by cliff!
Version: 0.8.9
Version: 0.9.20
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT
URL: https://github.com/python-cmd2/cmd2
Source: https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wcwidth}
BuildRequires: python-enum34
BuildRequires: python-rpm-macros
BuildRequires: python-subprocess32
BuildRequires: python3
Requires: python-pyparsing >= 2.0.1
Requires: python-pyperclip
Requires: python-six
@@ -79,6 +82,9 @@ Drop-in replacement adds several features for command-prompt tools:
# Fix spurious-executable-perm
chmod a-x README.md
# Remove spurious shebang
sed -i -e '/^#!\/usr\/bin\/env python/d' cmd2/cmd2.py
%build
%python_build