]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-pluggy: upgrade 1.5.0 -> 1.6.0
authorTim Orling <tim.orling@konsulko.com>
Sun, 1 Jun 2025 22:26:16 +0000 (15:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jun 2025 21:17:21 +0000 (22:17 +0100)
commit23cfc453d8a03cd4edaad72ed4dbda9be7c47041
tree011134482ae1d5bbe4171aa2af8f0978d5bc0f38
parent892c13ee87cf2cb190b1659dd4459401b046472d
python3-pluggy: upgrade 1.5.0 -> 1.6.0

Comparing changes since 1.5.0:
https://github.com/pytest-dev/pluggy/compare/1.5.0...1.6.0

Release notes:
https://pluggy.readthedocs.io/en/latest/changelog.html#pluggy-1-6-0-2025-05-15

Deprecations and Removals
* Python 3.8 is no longer supported. (#556)

Bug Fixes
* Fix a regression in pluggy 1.1.0 where using result.get_result() on the
  same failed Result causes the exception’s traceback to get longer and
  longer.(#504)
* Correctly pass StopIteration through hook wrappers.(#544)
* Raising a StopIteration in a generator triggers a RuntimeError.
* If the RuntimeError of a generator has the passed in StopIteration as
  cause resume with that StopIteration as normal exception instead of failing
  with the RuntimeError.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pluggy_1.6.0.bb [moved from meta/recipes-devtools/python/python3-pluggy_1.5.0.bb with 80% similarity]