diff --git a/python-testflo.changes b/python-testflo.changes index 1e02539..82c47c7 100644 --- a/python-testflo.changes +++ b/python-testflo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 24 12:21:37 UTC 2020 - Marketa Calabkova + +- 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 + ------------------------------------------------------------------- Wed Mar 11 12:15:00 UTC 2020 - pgajdos@suse.com diff --git a/python-testflo.spec b/python-testflo.spec index f43696e..682e8bf 100644 --- a/python-testflo.spec +++ b/python-testflo.spec @@ -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}/* diff --git a/testflo-1.4.1.tar.gz b/testflo-1.4.1.tar.gz deleted file mode 100644 index 5ff83f4..0000000 --- a/testflo-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c0e34d211b9129c1b0542884d95d1b388cf48b68a2a67f16ba23cb086551310 -size 23887 diff --git a/testflo-1.4.2.tar.gz b/testflo-1.4.2.tar.gz new file mode 100644 index 0000000..5949cf8 --- /dev/null +++ b/testflo-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efdfaac2c82d7475977bb6e66bd9a8f41dee5c88f52f21d88814ae2be890377 +size 22639