diff mbox series

[meta-python] python3-sentry-sdk: upgrade 1.11.1 -> 1.12.0

Message ID 1671538949-7267-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-sentry-sdk: upgrade 1.11.1 -> 1.12.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 20, 2022, 12:22 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
Basic OTel support
-------------------
This adds support to automatically integrate OpenTelemetry performance tracing with Sentry.

Various fixes & improvements
-------------------------------
    Tox Cleanup (#1749)
    CI: Fix Github action checks (#1780)
    Profiling: Introduce active thread id on scope (#1764)
    Profiling: Eagerly hash stack for profiles (#1755)
    Profiling: Resolve inherited method class names (#1756)

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb
index 5b2cc4851..455faf8a5 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"
+SRC_URI[sha256sum] = "dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914"
 
 PYPI_PACKAGE = "sentry-sdk"