diff mbox series

[meta-python] python3-sentry-sdk: upgrade 1.22.1 -> 1.22.2

Message ID 1684069617-12375-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-sentry-sdk: upgrade 1.22.1 -> 1.22.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 14, 2023, 1:06 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Patch

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 ef4d629a87..359090caee 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"