From a08268e866423313211c01aaea5d5a1e3e783279 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 09:56:41 +0800 Subject: [PATCH] python3-sentry-sdk: upgrade 1.39.1 -> 1.39.2 Changelog: =========== -Fix timestamp in transaction created by OTel -Fix relative path in DB query source -Run more CI checks on 2.0 branch -Fix tracing TypeError for static and class methods -Fix missing ctx in Arq integration -Change data_category from check_in to monitor Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ython3-sentry-sdk_1.39.1.bb => python3-sentry-sdk_1.39.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.39.1.bb => python3-sentry-sdk_1.39.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.1.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.2.bb index 9f421328b9..9c3cf58602 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.1.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.2.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ " -SRC_URI[sha256sum] = "320a55cdf9da9097a0bead239c35b7e61f53660ef9878861824fd6d9b2eaf3b5" +SRC_URI[sha256sum] = "24c83b0b41c887d33328a9166f5950dc37ad58f01c9f2fbff6b87a6f1094170c" PYPI_PACKAGE = "sentry-sdk"