summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb
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 /meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb14
1 files changed, 14 insertions, 0 deletions
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.0.bb
new file mode 100644
index 0000000000..ce62dedd79
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "The new Python SDK for Sentry.io"
2DESCRIPTION = "This is the next line of the Python SDK \
3for Sentry, intended to replace the raven package on PyPI."
4HOMEPAGE = "https://github.com/getsentry/sentry-python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
7
8RDEPENDS_${PN} += "python3-urllib3"
9
10SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c"
11
12PYPI_PACKAGE = "sentry-sdk"
13
14inherit pypi setuptools3