diff mbox series

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

Message ID 1684997886-2137-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
New: Celery Beat exclude tasks option
New: Add support for ExceptionGroups
Prefer importlib.metadata over pkg_resources if available
Work with a copy of request, vars in the event
Pinned version of dependency that broke the build
Disable Django Cache spans by default.
New: Add loguru integration
Do not truncate request body if request_bodies is "always"
Fixed Celery headers for Beat auto-instrumentation
Add db.operation to Redis and MongoDB spans
Make sure we're importing redis the library
Add include_source_context option
Import Markup from markupsafe
Fix __qualname__ missing attribute in asyncio integration
Remove relay extension from AWS Layer
Add a note about pip freeze to the bug template

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb
index 359090cae..9e4b87da9 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840"
+SRC_URI[sha256sum] = "0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3"
 
 PYPI_PACKAGE = "sentry-sdk"