summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-bugsnag_4.1.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-07-16 18:41:47 +0300
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-20 22:51:29 -0400
commit507adf668849a30c16edf14713f9b702e2c9eb14 (patch)
tree6d4926fca4fbf6fb210882a87017ccaad5836a0c /recipes-devtools/python/python3-bugsnag_4.1.0.bb
parentf82d5f11beec5ace7035a6a5a44cf3df584d3939 (diff)
downloadmeta-virtualization-507adf668849a30c16edf14713f9b702e2c9eb14.tar.gz
python3-bugsnag: Upgrade 4.0.2 -> 4.1.0
Upgrade to release 4.1.0: - Add support for breadcrumbs. These are short log statements that are attached to error reports to help diagnose what events led to the error. - Apply filtering with params_filters to bytes, not just strings Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-bugsnag_4.1.0.bb')
-rw-r--r--recipes-devtools/python/python3-bugsnag_4.1.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-bugsnag_4.1.0.bb b/recipes-devtools/python/python3-bugsnag_4.1.0.bb
new file mode 100644
index 00000000..595cc8c7
--- /dev/null
+++ b/recipes-devtools/python/python3-bugsnag_4.1.0.bb
@@ -0,0 +1,18 @@
1HOMEPAGE = "https://bugsnag.com/"
2SUMMARY = "Automatic error monitoring for django, flask, etc."
3DESCRIPTION = "\
4 The official Python notifier for `Bugsnag <https://bugsnag.com/>`_. \
5 Provides support for automatically capturing and sending exceptions \
6 in your Django and other Python apps to Bugsnag, to help you find \
7 and solve your bugs as fast as possible. \
8 "
9SECTION = "devel/python"
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
12
13SRC_URI[sha256sum] = "dcbd59cd9edea26cc92efb6518aed83a2f356f81bfd5acc730bfe202fb27c1c1"
14
15inherit pypi setuptools3
16
17DEPENDS += "python3-webob python3-flask python3-blinker"
18