From 942740b286e641e5003167885bdf96bdb5bcfc0a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Apr 2023 16:32:12 +0800 Subject: [PATCH] python3-sentry-sdk: upgrade 1.18.0 -> 1.19.1 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 Signed-off-by: Khem Raj --- ...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 --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"