From 4d13ba47ec4122a9688119fea279572f98f1d14a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sun, 19 Jan 2020 10:59:26 +0800 Subject: python-sentry-sdk: upgrade 0.7.14 -> 0.14.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-sentry-sdk.inc | 4 ++-- meta-python/recipes-devtools/python/python3-sentry-sdk_0.14.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-sentry-sdk_0.7.14.bb | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_0.14.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_0.7.14.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-sentry-sdk.inc b/meta-python/recipes-devtools/python/python-sentry-sdk.inc index 0c123cef48..3714cd0ffc 100644 --- a/meta-python/recipes-devtools/python/python-sentry-sdk.inc +++ b/meta-python/recipes-devtools/python/python-sentry-sdk.inc @@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" -SRC_URI[md5sum] = "fef016d075137c4fb8724559cad28b86" -SRC_URI[sha256sum] = "5818289868755cfea74e61e532b4b0d11d523901041338d473277db91d4d8173" +SRC_URI[md5sum] = "2d5cc43c8a178134b739c77439d1f26b" +SRC_URI[sha256sum] = "8e2d38dc58dc992280487e553ec3d97a424e4d179f4fad802ef3b08f64ccf4d8" PYPI_PACKAGE = "sentry-sdk" inherit pypi diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.14.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.14.0.bb new file mode 100644 index 0000000000..840df93404 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.14.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-sentry-sdk.inc diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.7.14.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.7.14.bb deleted file mode 100644 index 840df93404..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.7.14.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-sentry-sdk.inc -- cgit v1.2.3-54-g00ecf