Accepting request 720160 from home:pgajdos
- version update to 0.9.15 * too long list, see CHANGELOG.md OBS-URL: https://build.opensuse.org/request/show/720160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=52
This commit is contained in:
parent
4f426c0b2e
commit
60e456ccfe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cffd3b697cee0786101522bb520458eeedd5ddb2ce120f0f981d61961dcfe92
|
||||
size 517084
|
3
cmd2-0.9.15.tar.gz
Normal file
3
cmd2-0.9.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcbd6741fe4408e8b7f9941b941090920094051da23c0cf738812f753f1b7e4c
|
||||
size 550232
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 08:29:40 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.9.15
|
||||
* too long list, see CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 21:16:21 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-cmd2
|
||||
Version: 0.9.12
|
||||
Version: 0.9.15
|
||||
Release: 0
|
||||
Summary: Extra features for standard library's cmd module
|
||||
License: MIT
|
||||
@ -31,23 +31,23 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: vim
|
||||
Requires: python-attrs
|
||||
Requires: python-colorama
|
||||
Requires: python-pyperclip >= 1.5.27
|
||||
Requires: python-wcwidth
|
||||
Requires: python-attrs >= 16.3.0
|
||||
Requires: python-colorama >= 0.3.7
|
||||
Requires: python-pyperclip >= 16.3.0
|
||||
Requires: python-wcwidth >= 0.1.7
|
||||
%if %python3_version_nodots < 35
|
||||
Requires: python-contextlib2
|
||||
Requires: python-typing
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
# SECTION Test requirements
|
||||
BuildRequires: %{python_module attrs}
|
||||
BuildRequires: %{python_module colorama}
|
||||
BuildRequires: %{python_module attrs >= 16.3.0}
|
||||
BuildRequires: %{python_module colorama >= 0.3.7}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pyperclip >= 1.5.27}
|
||||
BuildRequires: %{python_module pyperclip >= 1.6}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wcwidth}
|
||||
BuildRequires: %{python_module wcwidth >= 0.1.7}
|
||||
# Required by tests.
|
||||
BuildRequires: vim
|
||||
%if 0%{?suse_version} <= 1315
|
||||
|
Loading…
x
Reference in New Issue
Block a user