11
0
forked from pool/python-pluggy

- Update to 1.6.0

* Fix a regression in pluggy 1.1.0 where using result.get_result()
    on the same failed pluggy.Result causes the exception's traceback
    to get longer and longer.
  * Correctly pass StopIteration through hook wrappers.
  * Fix python 3.14 SyntaxError by rearranging code.
  * Python 3.8 is no longer supported.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=32
This commit is contained in:
2025-06-23 05:48:18 +00:00
committed by Git OBS Bridge
parent 9cf6bebda0
commit e688133d4f
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 20 05:17:13 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.6.0
* Fix a regression in pluggy 1.1.0 where using result.get_result()
on the same failed pluggy.Result causes the exception's traceback
to get longer and longer.
* Correctly pass StopIteration through hook wrappers.
* Fix python 3.14 SyntaxError by rearranging code.
* Python 3.8 is no longer supported.
-------------------------------------------------------------------
Mon May 6 05:24:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>