From 114e23298420df3bdac48c6a2b628164f1d825f8 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 1 Aug 2018 16:14:03 +0800 Subject: python3-testtools: 2.2.0 -> 2.3.0 Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-testtools.inc | 4 ++-- meta/recipes-devtools/python/python3-testtools_2.2.0.bb | 2 -- meta/recipes-devtools/python/python3-testtools_2.3.0.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-testtools_2.2.0.bb create mode 100644 meta/recipes-devtools/python/python3-testtools_2.3.0.bb diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index fe1d49a8aa..1011c98a32 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] = "adef817b07ba24fd6d807fd41a4f1ef4" -SRC_URI[sha256sum] = "80f606607a6e4ce4d0e24e5b786562aa42c581906f3c070607a4265f3da65810" +SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e" +SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559" DEPENDS += " \ ${PYTHON_PN}-pbr \ diff --git a/meta/recipes-devtools/python/python3-testtools_2.2.0.bb b/meta/recipes-devtools/python/python3-testtools_2.2.0.bb deleted file mode 100644 index 896ecee65c..0000000000 --- a/meta/recipes-devtools/python/python3-testtools_2.2.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-testtools.inc diff --git a/meta/recipes-devtools/python/python3-testtools_2.3.0.bb b/meta/recipes-devtools/python/python3-testtools_2.3.0.bb new file mode 100644 index 0000000000..896ecee65c --- /dev/null +++ b/meta/recipes-devtools/python/python3-testtools_2.3.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-testtools.inc -- cgit v1.2.3