From 23cfc453d8a03cd4edaad72ed4dbda9be7c47041 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 1 Jun 2025 15:26:16 -0700 Subject: [PATCH] python3-pluggy: upgrade 1.5.0 -> 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- .../python/{python3-pluggy_1.5.0.bb => python3-pluggy_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pluggy_1.5.0.bb => python3-pluggy_1.6.0.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pluggy_1.5.0.bb rename to meta/recipes-devtools/python/python3-pluggy_1.6.0.bb index 1f9bb6d1cb4..b8e4bbc75b4 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pytest-dev/pluggy" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2" -SRC_URI[sha256sum] = "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" +SRC_URI[sha256sum] = "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" DEPENDS += "python3-setuptools-scm-native" -- 2.47.3