diff mbox series

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

Message ID 1685951589-29920-18-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-sentry-sdk: upgrade 1.24.0 -> 1.25.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 5, 2023, 7:53 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    Support urllib3>=2.0.0 (#2148)
    Auto-retry tests on failure (#2134)
    Correct importlib.metadata check in test_modules (#2149)
    Fix distribution name normalization (PEP-0503) (#2144)
    Fix functions_to_trace typing (#2141)

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

Patch

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