From ed821ceac61d06746d2405af4d5e0a9c28650c98 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 May 2020 17:51:59 +0200 Subject: python3-testtools: upgrade 2.3.0 -> 2.4.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-testtools.inc | 4 ++-- meta/recipes-devtools/python/python3-testtools_2.3.0.bb | 4 ---- meta/recipes-devtools/python/python3-testtools_2.4.0.bb | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-testtools_2.3.0.bb create mode 100644 meta/recipes-devtools/python/python3-testtools_2.4.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index d0b2e46d7b..f1f1e26468 100644 --- a/meta/recipes-devtools/python/python-testtools.inc +++ b/meta/recipes-devtools/python/python-testtools.inc @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a" inherit pypi -SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e" -SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559" +SRC_URI[md5sum] = "e8fc7185b47cfb908c641f8c4b2a6add" +SRC_URI[sha256sum] = "64c974a6cca4385d05f4bbfa2deca1c39ce88ede31c3448bee86a7259a9a61c8" DEPENDS += " \ ${PYTHON_PN}-pbr \ diff --git a/meta/recipes-devtools/python/python3-testtools_2.3.0.bb b/meta/recipes-devtools/python/python3-testtools_2.3.0.bb deleted file mode 100644 index a254b90a75..0000000000 --- a/meta/recipes-devtools/python/python3-testtools_2.3.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-testtools.inc - -SRC_URI += "file://no_traceback2.patch" diff --git a/meta/recipes-devtools/python/python3-testtools_2.4.0.bb b/meta/recipes-devtools/python/python3-testtools_2.4.0.bb new file mode 100644 index 0000000000..a254b90a75 --- /dev/null +++ b/meta/recipes-devtools/python/python3-testtools_2.4.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-testtools.inc + +SRC_URI += "file://no_traceback2.patch" -- cgit 1.2.3-korg