summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-02 10:13:48 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 19:29:10 -0700
commitacbd14a284ef4060c46e809fcf124197b47d7b9b (patch)
tree2ad8320e7f8df04abb282171149a2f7b0c804c9d /meta-python/recipes-devtools
parent29c2c9ef995890a098bcaac2e646a78e573c62c9 (diff)
downloadmeta-openembedded-acbd14a284ef4060c46e809fcf124197b47d7b9b.tar.gz
python3-sentry-sdk: upgrade 2.55.0 -> 2.56.0
Changelog: ========= - (asgi) Add option to disable suppressing chained exceptions - (logging) Separate ignore lists for events/breadcrumbs and sentry logs - Set exception info on streaming span when applicable - Patch AsyncStream.close() and AsyncMessageStream.close() to finish spans - Patch Stream.close() and MessageStream.close() to finish spans - (starlette) Catch Jinja2Templates ImportError - Add note on AI PRs to CONTRIBUTING.md - Pin GitHub Actions to full-length commit SHAs - Add -latest alias for each integration test suite - Use date-based branch names for toxgen PRs - Update test matrix with new releases (03/19) - Add client report tests for span streaming Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_2.56.0.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.56.0.bb
index ac57d3b0ac..4833feac20 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.56.0.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
15 python3-datetime \ 15 python3-datetime \
16" 16"
17 17
18SRC_URI[sha256sum] = "3774c4d8820720ca4101548131b9c162f4c9426eb7f4d24aca453012a7470f69" 18SRC_URI[sha256sum] = "fdab72030b69625665b2eeb9738bdde748ad254e8073085a0ce95382678e8168"
19 19
20PYPI_PACKAGE = "sentry_sdk" 20PYPI_PACKAGE = "sentry_sdk"
21 21