python-pytest-forked/python-pytest-forked.changes

70 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 21 12:31:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Mon Mar 27 07:30:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* Relaxed dependency requirements (`#77
<https://github.com/pytest-dev/pytest-forked/issues/77>`__).
* Dropped support for Python 3.6.
* Added official support for Python 3.11.
-------------------------------------------------------------------
Wed Nov 30 08:45:20 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- Add python-py dep
- More specific python_sitelib in %files
- Update to 1.4.0:
* Dropped support for Python 2.7 and 3.5.
* Added official support for Python 3.10.
-------------------------------------------------------------------
Fri Aug 21 14:29:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.3.0
* Add support for pytest 6 (issue #45 / PR #46)
* Replace `@pytest.mark.tryfirst` with newer `@pytest.hookimpl` (PR #46)
* Invoke `pytest_runtest_logstart` and `pytest_runtest_logfinish` hooks in `runtest_protocol` (issue #31 / PR #46)
-------------------------------------------------------------------
Mon Jun 29 09:51:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.2.0
* Add limited support for xfail marker (issue #33 / PR #34).
* Fix support for pytest 5.4.0+ (issue #30 / PR #32).
* Drop support for Python 3.4 as it is EOL (PR #39).
- Drop patch pytest5-compat.patch
-------------------------------------------------------------------
Tue May 12 22:51:08 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add pytest5-compat.patch to make the test suite compatible
with pytest 5.4.0+ (gh#pytest-dev/pytest-forked#32)
-------------------------------------------------------------------
Tue Nov 5 10:56:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.3:
* New marker `pytest.mark.forked` to fork before individual tests.
-------------------------------------------------------------------
Fri Feb 15 09:50:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.2:
* Fix support for pytest 4.2
-------------------------------------------------------------------
Thu Feb 14 12:55:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.0:
* Fix support for pytest 4.1.
-------------------------------------------------------------------
Wed Nov 15 12:24:04 UTC 2017 - mimi.vx@gmail.com
- initial package