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.2.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.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb | 14 |
1 files changed, 0 insertions, 14 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.2.0.bb deleted file mode 100644 index e86ff46be4..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.2.0.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 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] = "9907adbdd30a55b818914512cc143e6beae0bb3ba78b2649f4b079752eb0e424" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "sentry-sdk" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
