From 036ccc767a02b5a290dc1efaca5655fb0e808102 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 5 Jun 2023 15:53:09 +0800 Subject: [PATCH] python3-sentry-sdk: upgrade 1.24.0 -> 1.25.0 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 Signed-off-by: Khem Raj --- ...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 --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 9e4b87da99..10e77ae60a 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"