11
0
forked from pool/python-pluggy

Sync with factory

This commit is contained in:
2026-02-18 12:16:10 +01:00
parent 9ad97691b8
commit cb10a5d9f8
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 29 07:31:59 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Add pythons_for_pypi macro
-------------------------------------------------------------------
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>