From 100afeb095f482fd6b6fde2c78c51ed734933c96 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 14 May 2023 21:06:53 +0800 Subject: [PATCH] python3-sentry-sdk: upgrade 1.22.1 -> 1.22.2 Changelog: ========== Fix: Django caching spans when using keyword arguments (#2086) Fix: Duration in Celery Beat tasks monitoring (#2087) Fix: Docstrings of SPANDATA (#2084) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ython3-sentry-sdk_1.22.1.bb => python3-sentry-sdk_1.22.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.22.1.bb => python3-sentry-sdk_1.22.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb index ef4d629a8..359090cae 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ " -SRC_URI[sha256sum] = "052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9" +SRC_URI[sha256sum] = "5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840" PYPI_PACKAGE = "sentry-sdk"