summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-bugsnag_4.9.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 13:52:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 15:16:52 +0000
commitd1be76791dadabafe7f8de07b762ba976a2f579b (patch)
treebc1c7e3259e2c6b58b6d1b9507627917b7e5793e /recipes-devtools/python/python3-bugsnag_4.9.0.bb
parentf13f876a6139284cd1fe65b18a2988eca70cb71a (diff)
downloadmeta-virtualization-d1be76791dadabafe7f8de07b762ba976a2f579b.tar.gz
python3-bugsnag: update to 4.9.0
Bump 4.7.1 -> 4.9.0 (latest on PyPI). New sdist sha256sum: c22e2d1f0148282a0898e4c81a0ed39c65ee566e20bdc43cec04b978eb272b2b Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-bugsnag_4.9.0.bb')
-rw-r--r--recipes-devtools/python/python3-bugsnag_4.9.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-bugsnag_4.9.0.bb b/recipes-devtools/python/python3-bugsnag_4.9.0.bb
new file mode 100644
index 00000000..1cec6169
--- /dev/null
+++ b/recipes-devtools/python/python3-bugsnag_4.9.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] = "c22e2d1f0148282a0898e4c81a0ed39c65ee566e20bdc43cec04b978eb272b2b"
14
15inherit pypi setuptools3
16
17DEPENDS += "python3-webob python3-flask python3-blinker"
18