summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-07-26 18:47:41 +0800
committerKhem Raj <raj.khem@gmail.com>2021-07-29 10:35:05 -0700
commit86be1d89174ecfa91e7f323d49a301f51db01501 (patch)
tree064e586a0083db1cda9edce64afbcd170a97175b
parent492054e40931d4d924bcc58b87688e81310ea4cd (diff)
downloadmeta-openembedded-86be1d89174ecfa91e7f323d49a301f51db01501.tar.gz
python3-sentry-sdk: upgrade 1.2.0 -> 1.3.0
1.3.0 Add support for Sanic versions 20 and 21 #1146 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb
index e86ff46be..ce62dedd7 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
7 7
8RDEPENDS_${PN} += "python3-urllib3" 8RDEPENDS_${PN} += "python3-urllib3"
9 9
10SRC_URI[sha256sum] = "9907adbdd30a55b818914512cc143e6beae0bb3ba78b2649f4b079752eb0e424" 10SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c"
11 11
12PYPI_PACKAGE = "sentry-sdk" 12PYPI_PACKAGE = "sentry-sdk"
13 13