summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:51:08 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:54 -0700
commit0c43121ca4e24ae65e4525ba955e77e7702ecfab (patch)
tree4dc9d4f4388b5b4013dacdca94f02a47ec954dd7 /meta-python
parentdf5c81a49e3d6e2c98a265134d0954e6b2d22c66 (diff)
downloadmeta-openembedded-0c43121ca4e24ae65e4525ba955e77e7702ecfab.tar.gz
python3-sentry-sdk: upgrade 1.42.0 -> 1.44.0
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> 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.44.0.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_1.42.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 141343a27f..1b371ef01a 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} += "\
15 python3-datetime \ 15 python3-datetime \
16" 16"
17 17
18SRC_URI[sha256sum] = "4a8364b8f7edbf47f95f7163e48334c96100d9c098f0ae6606e2e18183c223e6" 18SRC_URI[sha256sum] = "f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"
19 19
20PYPI_PACKAGE = "sentry-sdk" 20PYPI_PACKAGE = "sentry-sdk"
21 21