From fe53d332ccec99364fbf72a4abc74b6fce410df2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 12:42:00 -0400 Subject: python-serpent: update to version 1.25 License-Update: PKG-INFO updated for the latest release and MIT remains the package license Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-serpent.inc | 6 +++--- meta-python/recipes-devtools/python/python-serpent_1.24.bb | 2 -- meta-python/recipes-devtools/python/python-serpent_1.25.bb | 2 ++ meta-python/recipes-devtools/python/python3-serpent_1.24.bb | 2 -- meta-python/recipes-devtools/python/python3-serpent_1.25.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.24.bb create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.25.bb delete mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.24.bb create mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.25.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc index 3f51bc29bd..2ba65706ba 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=acdea68f0e5a89eb6cbfdf54e38c356e" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5a8193ba89f1083617f32d522f6485e9" -SRC_URI[md5sum] = "d0c50f1943ff86d830eb3fe40f6dc1e3" -SRC_URI[sha256sum] = "b6855483d95a03b6aee358363684cd38a3a670240da5bc6da4253079cb07b8df" +SRC_URI[md5sum] = "0f9684622125a527fa4fbe2587738973" +SRC_URI[sha256sum] = "264a028e059c1b557701ae7c567cdab330dbd228ff924489343efcb39bd828a0" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-serpent_1.24.bb b/meta-python/recipes-devtools/python/python-serpent_1.24.bb deleted file mode 100644 index 0db3cf98aa..0000000000 --- a/meta-python/recipes-devtools/python/python-serpent_1.24.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python-serpent_1.25.bb b/meta-python/recipes-devtools/python/python-serpent_1.25.bb new file mode 100644 index 0000000000..0db3cf98aa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.25.bb @@ -0,0 +1,2 @@ +inherit setuptools +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 deleted file mode 100644 index 1e04def7b7..0000000000 --- a/meta-python/recipes-devtools/python/python3-serpent_1.24.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.25.bb b/meta-python/recipes-devtools/python/python3-serpent_1.25.bb new file mode 100644 index 0000000000..1e04def7b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.25.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-serpent.inc -- cgit 1.2.3-korg