diff mbox series

[meta-python,36/47] python3-sentry-sdk: upgrade 1.42.0 -> 1.44.0

Message ID 1711983079-16849-36-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/47,v2] gjs: upgrade 1.80.0 -> 1.80.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 1, 2024, 2:51 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-ref: Define types at runtime
-Explicit reexport of types
-feat(profiling): Add thread data to spans
-Add optional keep_alive
-Add support for Celery Redbeat cron tasks
-The SDK now supports the Redbeat scheduler in addition to the default Celery
 Beat scheduler for auto instrumenting crons.
-aws_event can be an empty list
-Re-export Event in types.py
-Small API docs improvement
-Fixed OpenAI tests
-Bump checkouts/data-schemas from ed078ed to 8232f17

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-sentry-sdk_1.42.0.bb => python3-sentry-sdk_1.44.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.42.0.bb => python3-sentry-sdk_1.44.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
index 141343a27..1b371ef01 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	python3-datetime \
 "
 
-SRC_URI[sha256sum] = "4a8364b8f7edbf47f95f7163e48334c96100d9c098f0ae6606e2e18183c223e6"
+SRC_URI[sha256sum] = "f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"
 
 PYPI_PACKAGE = "sentry-sdk"