From 23c073f4773ade456a4a37abb50c1e633b441127 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 22 Oct 2019 10:39:23 +0800 Subject: python-automat: upgrade 0.7.0 -> 0.8.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-automat.inc | 4 ++-- meta-python/recipes-devtools/python/python-automat_0.7.0.bb | 2 -- meta-python/recipes-devtools/python/python-automat_0.8.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-automat_0.7.0.bb | 2 -- meta-python/recipes-devtools/python/python3-automat_0.8.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-automat_0.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python-automat_0.8.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-automat_0.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-automat_0.8.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-automat.inc b/meta-python/recipes-devtools/python/python-automat.inc index f6cbb35c0f..ec392216e8 100644 --- a/meta-python/recipes-devtools/python/python-automat.inc +++ b/meta-python/recipes-devtools/python/python-automat.inc @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477" FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:" -SRC_URI[md5sum] = "b72d5b7a83c2b1bd6e9ec3614a69f9ea" -SRC_URI[sha256sum] = "cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e" +SRC_URI[md5sum] = "47e980a48201a1dabe37fa11f0187013" +SRC_URI[sha256sum] = "269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484" PYPI_PACKAGE = "Automat" diff --git a/meta-python/recipes-devtools/python/python-automat_0.7.0.bb b/meta-python/recipes-devtools/python/python-automat_0.7.0.bb deleted file mode 100644 index 8ac8c9c0ff..0000000000 --- a/meta-python/recipes-devtools/python/python-automat_0.7.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-automat.inc diff --git a/meta-python/recipes-devtools/python/python-automat_0.8.0.bb b/meta-python/recipes-devtools/python/python-automat_0.8.0.bb new file mode 100644 index 0000000000..8ac8c9c0ff --- /dev/null +++ b/meta-python/recipes-devtools/python/python-automat_0.8.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-automat.inc diff --git a/meta-python/recipes-devtools/python/python3-automat_0.7.0.bb b/meta-python/recipes-devtools/python/python3-automat_0.7.0.bb deleted file mode 100644 index 2c747643ff..0000000000 --- a/meta-python/recipes-devtools/python/python3-automat_0.7.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-automat.inc diff --git a/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb b/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb new file mode 100644 index 0000000000..2c747643ff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-automat.inc -- cgit v1.2.3-54-g00ecf