From 507adf668849a30c16edf14713f9b702e2c9eb14 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 16 Jul 2021 18:41:47 +0300 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-bugsnag_4.0.2.bb | 18 ------------------ recipes-devtools/python/python3-bugsnag_4.1.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 recipes-devtools/python/python3-bugsnag_4.0.2.bb create mode 100644 recipes-devtools/python/python3-bugsnag_4.1.0.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python3-bugsnag_4.0.2.bb b/recipes-devtools/python/python3-bugsnag_4.0.2.bb deleted file mode 100644 index 96550bb1..00000000 --- a/recipes-devtools/python/python3-bugsnag_4.0.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -HOMEPAGE = "https://bugsnag.com/" -SUMMARY = "Automatic error monitoring for django, flask, etc." -DESCRIPTION = "\ - The official Python notifier for `Bugsnag `_. \ - Provides support for automatically capturing and sending exceptions \ - in your Django and other Python apps to Bugsnag, to help you find \ - and solve your bugs as fast as possible. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" - -SRC_URI[sha256sum] = "7a49dacf055a8c6dda4ce714acd91fabe9546f1ad826276918a26603a8b5489a" - -inherit pypi setuptools3 - -DEPENDS += "python3-webob python3-flask python3-blinker" - 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 @@ +HOMEPAGE = "https://bugsnag.com/" +SUMMARY = "Automatic error monitoring for django, flask, etc." +DESCRIPTION = "\ + The official Python notifier for `Bugsnag `_. \ + Provides support for automatically capturing and sending exceptions \ + in your Django and other Python apps to Bugsnag, to help you find \ + and solve your bugs as fast as possible. \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" + +SRC_URI[sha256sum] = "dcbd59cd9edea26cc92efb6518aed83a2f356f81bfd5acc730bfe202fb27c1c1" + +inherit pypi setuptools3 + +DEPENDS += "python3-webob python3-flask python3-blinker" + -- cgit v1.2.3-54-g00ecf