From 8db2f21a8325abe2398f912b055e09614d8a9501 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Tue, 17 Jan 2017 11:33:04 +0800 Subject: python-pyparsing: 2.1.4 -> 2.1.10 Upgrade python-pyparsing from 2.1.4 to 2.1.10. Signed-off-by: Huang Qiyu Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb | 9 +++++++++ meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb delete mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb new file mode 100644 index 0000000000..06f98457c3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python parsing module" +HOMEPAGE = "http://pyparsing.wikispaces.com/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" + +SRC_URI[md5sum] = "065908b92904e0d3634eb156f44cc80e" +SRC_URI[sha256sum] = "811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188" + +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb deleted file mode 100644 index 9aa5473146..0000000000 --- a/meta-python/recipes-devtools/python/python-pyparsing_2.1.4.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Python parsing module" -HOMEPAGE = "http://pyparsing.wikispaces.com/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" - -SRC_URI[md5sum] = "322059c57f0c9f11da1c6c06a2ba2197" -SRC_URI[sha256sum] = "a9234dea79b50d49b92a994132cd1c84e873f3936db94977a66f0a4159b1797c" - -inherit pypi setuptools -- cgit 1.2.3-korg