14
0

Accepting request 822638 from home:mcalabkova:branches:devel:languages:python

- Update to 1.4.2
  * support Python 3.6, 3.7 and 3.8
  * added option to exclude test function
  * dropped RELEASE_NOTES.txt -- there is no upstream changelog by now

OBS-URL: https://build.opensuse.org/request/show/822638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2020-07-24 14:06:51 +00:00
committed by Git OBS Bridge
parent 74a9eba3fa
commit f86b1773d0
4 changed files with 13 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-testflo
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: A flow-based testing framework
License: Apache-2.0
@@ -74,7 +74,7 @@ using unittest.TestCase objects that they are familiar with.
%files %{python_files}
%license LICENSE.txt
%doc README.md RELEASE_NOTES.txt
%doc README.md
%python_alternative %{_bindir}/testflo
%{python_sitelib}/*