diff mbox series

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

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

Commit Message

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

Changelog:
===========
 Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082)
 Add cache.hit and cache.item_size to Django (#2057)
 Use http.method instead of method (#2054)
 Handle non-int exc.status_code in Starlette (#2075)
 Handle SQLAlchemy engine.name being bytes (#2074)
 Fix KeyError in capture_checkin if SDK is not initialized (#2073)
 Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080)
 Pin urllib3 to <2.0.0 for now (#2069)
 Do not send monitor_config when unset (#2058)
 Add db.system span data (#2040, #2042)
 Fix memory leak in profiling (#2049)
 Fix crash loop when returning none in before_send (#2045)
 Better handling of redis span/breadcrumb data (#2033)
 Add db.system to redis and SQLAlchemy db spans (#2037, #2038, #2039) (#2037)
 Upgraded linting tooling (#2026)
 Made code more resilient. (#2031)

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb
index 174545dd2e..ef4d629a87 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.1.bb
@@ -15,7 +15,7 @@  RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89"
+SRC_URI[sha256sum] = "052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9"
 
 PYPI_PACKAGE = "sentry-sdk"