From 8ad3d3f4b57c71d3cca9f6d614613a7910c40da9 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 16:00:43 +0800 Subject: python-serpent: upgrade 1.25 -> 1.28 -License-Update: Upgrade PKG-INFO. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-serpent.inc | 6 +++--- meta-python/recipes-devtools/python/python-serpent_1.25.bb | 2 -- meta-python/recipes-devtools/python/python-serpent_1.28.bb | 2 ++ meta-python/recipes-devtools/python/python3-serpent_1.25.bb | 2 -- meta-python/recipes-devtools/python/python3-serpent_1.28.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.25.bb create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.28.bb delete mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.25.bb create mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.28.bb diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc index 2ba65706ba..1a3aac07fe 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=5a8193ba89f1083617f32d522f6485e9" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5cd70632b6cdb96df9ddaf6a4ce619e6" -SRC_URI[md5sum] = "0f9684622125a527fa4fbe2587738973" -SRC_URI[sha256sum] = "264a028e059c1b557701ae7c567cdab330dbd228ff924489343efcb39bd828a0" +SRC_URI[md5sum] = "15ef8b67c76a6d19bac9c16731a1e62a" +SRC_URI[sha256sum] = "f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-serpent_1.25.bb b/meta-python/recipes-devtools/python/python-serpent_1.25.bb deleted file mode 100644 index 0db3cf98aa..0000000000 --- a/meta-python/recipes-devtools/python/python-serpent_1.25.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python-serpent_1.28.bb b/meta-python/recipes-devtools/python/python-serpent_1.28.bb new file mode 100644 index 0000000000..0db3cf98aa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.28.bb @@ -0,0 +1,2 @@ +inherit setuptools +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 deleted file mode 100644 index 1e04def7b7..0000000000 --- a/meta-python/recipes-devtools/python/python3-serpent_1.25.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.28.bb b/meta-python/recipes-devtools/python/python3-serpent_1.28.bb new file mode 100644 index 0000000000..1e04def7b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.28.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-serpent.inc -- cgit v1.2.3-54-g00ecf