From 174047b69aa0cc561e04ebf8f1d1e4f8cebc38f6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Mar 2018 08:47:51 -0500 Subject: python-serpent: update to version 1.24 Update license file checksum and verify the terms remain the same Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-serpent.inc | 6 +++--- meta-python/recipes-devtools/python/python-serpent_1.23.bb | 2 -- meta-python/recipes-devtools/python/python-serpent_1.24.bb | 2 ++ meta-python/recipes-devtools/python/python3-serpent_1.23.bb | 2 -- meta-python/recipes-devtools/python/python3-serpent_1.24.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.23.bb create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.24.bb delete mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.23.bb create mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.24.bb diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc index 6454ee0f3..3f51bc29b 100644 --- a/meta-python/recipes-devtools/python/python-serpent.inc +++ b/meta-python/recipes-devtools/python/python-serpent.inc @@ -1,9 +1,9 @@ SUMMARY = "Serialization based on ast.literal_eval" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9f611d4c9e2816d387bab64c40d93294" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=acdea68f0e5a89eb6cbfdf54e38c356e" -SRC_URI[md5sum] = "d9d6afa51f2560cf5933dcdfd947011d" -SRC_URI[sha256sum] = "8480ce3d8864b8974d9fe396998c6a7dae96edb68edf905bfd32ea9a11853ba5" +SRC_URI[md5sum] = "d0c50f1943ff86d830eb3fe40f6dc1e3" +SRC_URI[sha256sum] = "b6855483d95a03b6aee358363684cd38a3a670240da5bc6da4253079cb07b8df" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-serpent_1.23.bb b/meta-python/recipes-devtools/python/python-serpent_1.23.bb deleted file mode 100644 index 0db3cf98a..000000000 --- a/meta-python/recipes-devtools/python/python-serpent_1.23.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python-serpent_1.24.bb b/meta-python/recipes-devtools/python/python-serpent_1.24.bb new file mode 100644 index 000000000..0db3cf98a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.24.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb deleted file mode 100644 index 1e04def7b..000000000 --- a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.24.bb b/meta-python/recipes-devtools/python/python3-serpent_1.24.bb new file mode 100644 index 000000000..1e04def7b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.24.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-serpent.inc -- cgit v1.2.3-54-g00ecf