diff mbox series

[meta-python] python3-sentry-sdk: upgrade 1.39.1 -> 1.39.2

Message ID 1705975001-26318-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-sentry-sdk: upgrade 1.39.1 -> 1.39.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 23, 2024, 1:56 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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 9f421328b..9c3cf5860 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"