diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-06-01 15:26:16 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-02 22:17:24 +0100 |
| commit | 13c32aecb7356122db88ac18d8112ef96e42f1f2 (patch) | |
| tree | e49210a2e3960b2a5dab19c3d81330397cf32a56 /meta/recipes-devtools/python/python3-pluggy_1.6.0.bb | |
| parent | f0e16c47bc2a9be97b4799fd5ca58ef3bd327fa3 (diff) | |
| download | poky-13c32aecb7356122db88ac18d8112ef96e42f1f2.tar.gz | |
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.
(From OE-Core rev: 23cfc453d8a03cd4edaad72ed4dbda9be7c47041)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pluggy_1.6.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pluggy_1.6.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb new file mode 100644 index 0000000000..b8e4bbc75b --- /dev/null +++ b/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Plugin and hook calling mechanisms for python" | ||
| 2 | HOMEPAGE = "https://github.com/pytest-dev/pluggy" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" | ||
| 7 | |||
| 8 | DEPENDS += "python3-setuptools-scm-native" | ||
| 9 | |||
| 10 | inherit pypi ptest-python-pytest python_setuptools_build_meta | ||
| 11 | |||
| 12 | PTEST_PYTEST_DIR = "testing" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
