diff mbox series

[meta-python] python3-sentry-sdk: upgrade 1.18.0 -> 1.19.1

Message ID 1681115532-24518-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-sentry-sdk: upgrade 1.18.0 -> 1.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) April 10, 2023, 8:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Make auto monitoring beat update support Celery 4 and 5
New: Celery Beat auto monitoring
New: gRPC integration
New: gRPC integration
Fix: Do not trim span descriptions.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.18.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.18.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb
index add255d5b..0eb29c71b 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "d07b9569a151033b462f7a7113ada94cc41ecf49daa83d35f5f852a0b9cf3b44"
+SRC_URI[sha256sum] = "7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84"
 
 PYPI_PACKAGE = "sentry-sdk"