diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-07-26 18:47:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-29 10:35:05 -0700 |
| commit | 86be1d89174ecfa91e7f323d49a301f51db01501 (patch) | |
| tree | 064e586a0083db1cda9edce64afbcd170a97175b /meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb | |
| parent | 492054e40931d4d924bcc58b87688e81310ea4cd (diff) | |
| download | meta-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.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "The new Python SDK for Sentry.io" | ||
| 2 | DESCRIPTION = "This is the next line of the Python SDK \ | ||
| 3 | for Sentry, intended to replace the raven package on PyPI." | ||
| 4 | HOMEPAGE = "https://github.com/getsentry/sentry-python" | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" | ||
| 7 | |||
| 8 | RDEPENDS_${PN} += "python3-urllib3" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "sentry-sdk" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
