2023-12-29 09:46:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 29 09:44:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.4.15:
|
|
|
|
* handle python 3.12.1 change to skip behavior
|
|
|
|
|
2023-12-13 10:35:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 13 10:34:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.4.14:
|
|
|
|
* Fix bug with `disallow_skipped` option
|
|
|
|
|
2022-11-11 13:47:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 11 13:38:05 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- silent rpmlint
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 11 11:20:30 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- python-six is not required
|
|
|
|
|
2022-10-11 15:57:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 11 15:53:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
2023-12-13 10:35:30 +00:00
|
|
|
- Update to version 1.4.9
|
2022-10-11 15:57:21 +00:00
|
|
|
* 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)
|
|
|
|
|
2021-07-14 17:42:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 14 10:37:27 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- - Skip python 3.6 because numpy no longer support it.
|
|
|
|
|
2020-07-24 14:06:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 24 12:21:37 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-03-11 12:26:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 11 12:15:00 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.4.1
|
|
|
|
* bugfix
|
|
|
|
- deleted patches
|
|
|
|
- use_setuptools.patch (upstreamed)
|
|
|
|
|
2019-01-04 19:13:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 4 18:21:36 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to testflo version 1.3.4
|
|
|
|
* bug fix
|
|
|
|
- Update to testflo version 1.3.3
|
|
|
|
* bug fix
|
|
|
|
- Update to testflo version 1.3.2
|
|
|
|
* added support for ISOLATED attribute
|
|
|
|
- Update to testflo version 1.3.1
|
|
|
|
Aug 17, 2018
|
|
|
|
* output from --pre_announce now looks better, with the result ('.', 'S', or 'F') showing on the same line as the
|
|
|
|
"about to run ..." instead of on the following line
|
|
|
|
* comments are now allowed inside of a test list file
|
|
|
|
* added a --full_path option so that full testspec paths will be displayed. Having the full path make it easier to
|
|
|
|
copy and paste the testspec to run testflo on just that single test.
|
|
|
|
* updated the long_description in setup.py for pypi.
|
|
|
|
|
2018-12-04 14:09:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:10 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-30 07:35:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 12:29:40 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Trim history lesson from description. Rewrite description so
|
|
|
|
it is from the perspective of openSUSE, not upstream.
|
|
|
|
|
2018-05-24 20:56:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:50:44 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Add license
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 24 19:26:25 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
- Add use_setuptools.patch to make sure entrypoints are installed
|