diff --git a/mando-0.6.4.tar.gz b/mando-0.6.4.tar.gz deleted file mode 100644 index fd76623..0000000 --- a/mando-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79feb19dc0f097daa64a1243db578e7674909b75f88ac2220f1c065c10a0d960 -size 214068 diff --git a/mando-0.7.0.tar.gz b/mando-0.7.0.tar.gz new file mode 100644 index 0000000..4837409 --- /dev/null +++ b/mando-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5306a91109096fe2e204a1f5ae141038842193f7210a7930c8ee73ccb7ecbf62 +size 38317 diff --git a/python-mando.changes b/python-mando.changes index 1172142..80b46cc 100644 --- a/python-mando.changes +++ b/python-mando.changes @@ -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 diff --git a/python-mando.spec b/python-mando.spec index 68b0967..16b158e 100644 --- a/python-mando.spec +++ b/python-mando.spec @@ -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