From 76313455e0d55b1e00196f4a1428bb1b7e2bfd69 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 24 Jul 2017 14:32:00 -0400 Subject: python-serpent: update to version 1.23 Update license checksum and verify terms are unchanged Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-serpent.inc | 6 +++--- meta-python/recipes-devtools/python/python-serpent_1.22.bb | 2 -- meta-python/recipes-devtools/python/python-serpent_1.23.bb | 2 ++ meta-python/recipes-devtools/python/python3-serpent_1.22.bb | 8 -------- meta-python/recipes-devtools/python/python3-serpent_1.23.bb | 8 ++++++++ 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.22.bb create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.23.bb delete mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.22.bb create mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.23.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc index 8b98043618..6454ee0f31 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=dd6e89638fc70146d17dd7087fa817ae" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9f611d4c9e2816d387bab64c40d93294" -SRC_URI[md5sum] = "6950f234edcacfa1d31b6655ac3c6256" -SRC_URI[sha256sum] = "a67ca57082b00ea734854d751ab19e8a49d4ea0d4be7194985da35863fb9fb19" +SRC_URI[md5sum] = "d9d6afa51f2560cf5933dcdfd947011d" +SRC_URI[sha256sum] = "8480ce3d8864b8974d9fe396998c6a7dae96edb68edf905bfd32ea9a11853ba5" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-serpent_1.22.bb b/meta-python/recipes-devtools/python/python-serpent_1.22.bb deleted file mode 100644 index 0db3cf98aa..0000000000 --- a/meta-python/recipes-devtools/python/python-serpent_1.22.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python-serpent_1.23.bb b/meta-python/recipes-devtools/python/python-serpent_1.23.bb new file mode 100644 index 0000000000..0db3cf98aa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.23.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.22.bb b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb deleted file mode 100644 index 199dcfafda..0000000000 --- a/meta-python/recipes-devtools/python/python3-serpent_1.22.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit setuptools3 -require python-serpent.inc - -# Requires _pydecimal which is in misc -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-enum \ - ${PYTHON_PN}-misc \ -" diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb new file mode 100644 index 0000000000..199dcfafda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb @@ -0,0 +1,8 @@ +inherit setuptools3 +require python-serpent.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-misc \ +" -- cgit v1.2.3-54-g00ecf