diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-07-16 18:41:47 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-20 22:51:29 -0400 |
commit | 507adf668849a30c16edf14713f9b702e2c9eb14 (patch) | |
tree | 6d4926fca4fbf6fb210882a87017ccaad5836a0c | |
parent | f82d5f11beec5ace7035a6a5a44cf3df584d3939 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-devtools/python/python3-bugsnag_4.1.0.bb (renamed from recipes-devtools/python/python3-bugsnag_4.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-bugsnag_4.0.2.bb b/recipes-devtools/python/python3-bugsnag_4.1.0.bb index 96550bb1..595cc8c7 100644 --- a/recipes-devtools/python/python3-bugsnag_4.0.2.bb +++ b/recipes-devtools/python/python3-bugsnag_4.1.0.bb | |||
@@ -10,7 +10,7 @@ SECTION = "devel/python" | |||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 11 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "7a49dacf055a8c6dda4ce714acd91fabe9546f1ad826276918a26603a8b5489a" | 13 | SRC_URI[sha256sum] = "dcbd59cd9edea26cc92efb6518aed83a2f356f81bfd5acc730bfe202fb27c1c1" |
14 | 14 | ||
15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
16 | 16 | ||