15
0
forked from pool/python-mando

Accepting request 790512 from home:pgajdos:python

- version update to 0.7.0
  * no upstream changelog found

OBS-URL: https://build.opensuse.org/request/show/790512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mando?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-04-01 10:01:41 +00:00
committed by Git OBS Bridge
parent 9781b39ecf
commit 41ecc957eb
4 changed files with 14 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79feb19dc0f097daa64a1243db578e7674909b75f88ac2220f1c065c10a0d960
size 214068

3
mando-0.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5306a91109096fe2e204a1f5ae141038842193f7210a7930c8ee73ccb7ecbf62
size 38317

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 1 09:34:37 UTC 2020 - pgajdos@suse.com
- version update to 0.7.0
* no upstream changelog found
-------------------------------------------------------------------
Wed Dec 19 00:14:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mando
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-mando
Version: 0.6.4
Version: 0.7.0
Release: 0
Summary: Python wrapper around argparse, a tool to create CLI apps
License: MIT
@@ -32,10 +31,10 @@ BuildRequires: python-rpm-macros
Requires: python-six
Suggests: python-rst2ansi
BuildArch: noarch
%if %{with test}
# SECTION teset requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
%endif
# /SECTION
%python_subpackages
%description
@@ -53,10 +52,8 @@ sed -i -e '/^#!\//, 1d' mando/tests/*.py
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
%python_exec setup.py test
%endif
%pytest
%files %{python_files}
%license LICENSE