python-pytest-qt/python-pytest-qt.changes
Dominique Leuenberger 0e54ef3b26 Accepting request 606759 from devel:languages:python
- Enable tests
- Add patch skip-timeout-tests.patch to skip test randomly
  failing in OBS

- specfile:
  * update copyright year
- update to version 2.3.1:
  * PYTEST_QT_API environment variable correctly wins over qt_api ini
    variable if both are set at the same time (#196). Thanks @mochick
    for the PR.
- changes from version 2.3.0:
  * New qapp_args fixture which can be used to pass custom arguments
    to QApplication. Thanks @The-Compiler for the PR.
- changes from version 2.2.1:
  * modeltester now accepts QBrush for BackgroundColorRole and
    TextColorRole (#189). Thanks @p0las for the PR.
- changes from version 2.2.0:
  * pytest-qt now supports PySide2 thanks to @rth!

OBS-URL: https://build.opensuse.org/request/show/606759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-qt?expand=0&rev=2
2018-05-15 08:14:27 +00:00

34 lines
1.0 KiB
Plaintext

-------------------------------------------------------------------
Sun May 13 08:24:32 UTC 2018 - tchvatal@suse.com
- Enable tests
- Add patch skip-timeout-tests.patch to skip test randomly
failing in OBS
-------------------------------------------------------------------
Sat May 12 16:24:16 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 2.3.1:
* PYTEST_QT_API environment variable correctly wins over qt_api ini
variable if both are set at the same time (#196). Thanks @mochick
for the PR.
- changes from version 2.3.0:
* New qapp_args fixture which can be used to pass custom arguments
to QApplication. Thanks @The-Compiler for the PR.
- changes from version 2.2.1:
* modeltester now accepts QBrush for BackgroundColorRole and
TextColorRole (#189). Thanks @p0las for the PR.
- changes from version 2.2.0:
* pytest-qt now supports PySide2 thanks to @rth!
-------------------------------------------------------------------
Mon Aug 28 17:13:21 UTC 2017 - toddrme2178@gmail.com
- Initial version