Files
python-pytest-trio/python-pytest-trio.changes
Tomáš Chvátal 6944fb43e5 - Update to 0.6.0:
* Incompatible change: if you use yield inside a Trio fixture,
    and the yield gets cancelled (for example, due to a background
    task crashing), then the yield will now raise :exc:`trio.Cancelled`.
  * Updated for compatibility with Trio v0.15.0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=5
2020-06-09 07:42:49 +00:00

22 lines
882 B
Plaintext

-------------------------------------------------------------------
Tue Jun 9 07:31:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.0:
* Incompatible change: if you use yield inside a Trio fixture,
and the yield gets cancelled (for example, due to a background
task crashing), then the yield will now raise :exc:`trio.Cancelled`.
* Updated for compatibility with Trio v0.15.0.
-------------------------------------------------------------------
Sat Sep 14 11:52:57 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add a temporary hack in the spec to alter the conftest.py used
when testing the plugin, fixing the builds.
- Remove unnecessary build dependency on python-devel
-------------------------------------------------------------------
Sat May 11 19:30:37 UTC 2019 - Torsten Gruner <t.gruner@katodev.de>
- Initial release version 0.5.2