aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-19 13:45:31 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:10 -0700
commit24467fcaecc4a2aab41e1ea21597455c20812113 (patch)
treedc6d9457c9f50a62aa1607c1ce61d350d61c8852 /meta-python
parent68ae46b2722e99e1957a74ed36dc059481ddfd5d (diff)
downloadmeta-openembedded-24467fcaecc4a2aab41e1ea21597455c20812113.tar.gz
python3-sentry-sdk: upgrade 1.40.6 -> 1.42.0
Changelog: ============ -Discard open OpenTelemetry spans after 10 minutes -Propagate sentry-trace and baggage headers to Huey tasks -Added Event type -Improve scrub_dict typing -Dependencies: bump types-protobuf from 4.24.0.20240302 to 4.24.0.20240311 -Allow to configure merge target for releases -Allow empty character in metric tags values -Replace invalid tag values with an empty string instead of _ -Add documentation comment to scrub_list -Fixed regex to parse version in lambda package file -xfail broken AWS Lambda tests for now -Removed print statements because it messes with the tests -Bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 -Bump checkouts/data-schemas from eb941c2 to ed078ed] -New integration: OpenAI integration -Add recursive scrubbing to EventScrubber -Expose socket_options Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb
index a348f337cb..141343a27f 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
python3-datetime \
"
-SRC_URI[sha256sum] = "f143f3fb4bb57c90abef6e2ad06b5f6f02b2ca13e4060ec5c0549c7a9ccce3fa"
+SRC_URI[sha256sum] = "4a8364b8f7edbf47f95f7163e48334c96100d9c098f0ae6606e2e18183c223e6"
PYPI_PACKAGE = "sentry-sdk"