From 69fa8a736347c8b22356d949d7fd9f58c28cf6b678e617234956275d550c56ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 Oct 2022 15:57:21 +0000 Subject: [PATCH] Accepting request 1009833 from home:yarunachalam:branches:devel:languages:python - Update to version 1.4.9 * added --durations option and fixed some config file issues #71 * added --durations option that prints the n longest running tests (similar to pytest) * fixed the way the .testflo config file is processed so it should support setting any, or at least most of the command line options * added the --skip_dirs command line option (skip_dirs could be defined in the config file but it wasn't a valid command line option) OBS-URL: https://build.opensuse.org/request/show/1009833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=17 --- python-testflo.changes | 9 +++++++++ python-testflo.spec | 4 ++-- testflo-1.4.2.tar.gz | 3 --- testflo-1.4.9.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 testflo-1.4.2.tar.gz create mode 100644 testflo-1.4.9.tar.gz diff --git a/python-testflo.changes b/python-testflo.changes index a93fdcd..9949826 100644 --- a/python-testflo.changes +++ b/python-testflo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 11 15:53:25 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.4.9 + * added --durations option and fixed some config file issues #71 + * added --durations option that prints the n longest running tests (similar to pytest) + * fixed the way the .testflo config file is processed so it should support setting any, or at least most of the command line options + * added the --skip_dirs command line option (skip_dirs could be defined in the config file but it wasn't a valid command line option) + ------------------------------------------------------------------- Wed Jul 14 10:37:27 UTC 2021 - Dominique Leuenberger diff --git a/python-testflo.spec b/python-testflo.spec index e9dfe57..0275acf 100644 --- a/python-testflo.spec +++ b/python-testflo.spec @@ -1,7 +1,7 @@ # # spec file for package python-testflo # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python36 1 Name: python-testflo -Version: 1.4.2 +Version: 1.4.9 Release: 0 Summary: A flow-based testing framework License: Apache-2.0 diff --git a/testflo-1.4.2.tar.gz b/testflo-1.4.2.tar.gz deleted file mode 100644 index 5949cf8..0000000 --- a/testflo-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3efdfaac2c82d7475977bb6e66bd9a8f41dee5c88f52f21d88814ae2be890377 -size 22639 diff --git a/testflo-1.4.9.tar.gz b/testflo-1.4.9.tar.gz new file mode 100644 index 0000000..a69e829 --- /dev/null +++ b/testflo-1.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849dc353282d8177b7676956d3e6a0a1684050a3c99706f1a928654a034bc4f3 +size 24514