aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-14 17:05:36 +0800
committerKhem Raj <raj.khem@gmail.com>2023-12-14 07:53:24 -0800
commit6c98ed4d1af68cf0a6e236e5cb6e5a0d798f874c (patch)
tree99d3d297fc73f79befd80e555de8544dbf63cab4
parent616fb9ccb7c69992a3bbe6cb29d1ffd6ae524d77 (diff)
downloadmeta-openembedded-6c98ed4d1af68cf0a6e236e5cb6e5a0d798f874c.tar.gz
python3-sentry-sdk: upgrade 1.37.1 -> 1.39.0
Changelog: =========== -Add support for cluster clients from Redis SDK -Improve location reporting for timer metrics -Fix Celery TypeError with no-argument apply_async -Fix Lambda integration with EventBridge source -Add max tries to Spotlight -Handle os.path.devnull access issues -Change code.filepath frame picking logic -Trigger AWS Lambda tests on label -Run permissions step on pull_request_target but not push -Hash AWS Lambda test functions based on current revision -Update Django version in tests -Make metrics tests non-flaky -Various fixes & improvements -Only add trace context to checkins and do not run event_processors for checkins -Metric span summaries -Add source context to code locations -Use in-app filepath instead of absolute path -Switch to jinja2 for generating CI yamls Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.0.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_1.37.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.37.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.0.bb
index 868a7e2f30..81828737f4 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.37.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.0.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
"
-SRC_URI[sha256sum] = "7cd324dd2877fdc861f75cba4242bce23a58272a6fea581fcb218bb718bd9cc5"
+SRC_URI[sha256sum] = "67f62238af273eebd6432f85116dc6cd5422d4bc02df886514e8139e755f48e4"
PYPI_PACKAGE = "sentry-sdk"