From 60553f78314a4d2b47b9fc298eb2269df5813154 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 22 Apr 2018 11:31:52 -0400 Subject: python-pretend: update to version 1.0.9 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pretend.inc | 4 ++-- meta-python/recipes-devtools/python/python-pretend_1.0.8.bb | 2 -- meta-python/recipes-devtools/python/python-pretend_1.0.9.bb | 2 ++ meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb | 2 -- meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pretend_1.0.8.bb create mode 100644 meta-python/recipes-devtools/python/python-pretend_1.0.9.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pretend.inc b/meta-python/recipes-devtools/python/python-pretend.inc index 78b671712a..b342aef526 100644 --- a/meta-python/recipes-devtools/python/python-pretend.inc +++ b/meta-python/recipes-devtools/python/python-pretend.inc @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/alex/pretend" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99" -SRC_URI[md5sum] = "7147050a95c9f494248557b42b58ad79" -SRC_URI[sha256sum] = "930f2c1e18503e8f8c403abe2e02166c4a881941745147e712cdd4f49f3fb964" +SRC_URI[md5sum] = "ad53883ede48aeac7ae584f0de0240e8" +SRC_URI[sha256sum] = "c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-pretend_1.0.8.bb b/meta-python/recipes-devtools/python/python-pretend_1.0.8.bb deleted file mode 100644 index 73b8ed4d7c..0000000000 --- a/meta-python/recipes-devtools/python/python-pretend_1.0.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pretend.inc diff --git a/meta-python/recipes-devtools/python/python-pretend_1.0.9.bb b/meta-python/recipes-devtools/python/python-pretend_1.0.9.bb new file mode 100644 index 0000000000..73b8ed4d7c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pretend_1.0.9.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pretend.inc diff --git a/meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb b/meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb deleted file mode 100644 index 9c5d8a8437..0000000000 --- a/meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pretend.inc diff --git a/meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb b/meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb new file mode 100644 index 0000000000..9c5d8a8437 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pretend.inc -- cgit 1.2.3-korg