From 60da6d843f71f8a9969fb57491023504327d278c Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 6 Aug 2021 05:50:39 +0800 Subject: [PATCH] python3-sentry-sdk: upgrade 1.3.0 -> 1.3.1 Fix detection of contextvars compatibility with Gevent versions >=20.9.0 #1157 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-sentry-sdk_1.3.0.bb => python3-sentry-sdk_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.3.0.bb => python3-sentry-sdk_1.3.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.1.bb index f3f2e1d1b..a7810ff0c 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" RDEPENDS:${PN} += "python3-urllib3" -SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" +SRC_URI[sha256sum] = "ebe99144fa9618d4b0e7617e7929b75acd905d258c3c779edcd34c0adfffe26c" PYPI_PACKAGE = "sentry-sdk"