From 760100eda043bf76ae710b50b398430c8755a139 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 13 May 2019 13:29:03 +0800 Subject: python-pyparsing: upgrade 2.2.0 -> 2.4.0 -Upgrade from python-pyparsing_2.2.0.bb to python-pyparsing_2.4.0.bb. -Upgrade from python3-pyparsing_2.2.0.bb to python3-pyparsing_2.4.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyparsing.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb | 2 -- meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pyparsing.inc b/meta-python/recipes-devtools/python/python-pyparsing.inc index e30839f875..e0df4e9b82 100644 --- a/meta-python/recipes-devtools/python/python-pyparsing.inc +++ b/meta-python/recipes-devtools/python/python-pyparsing.inc @@ -1,10 +1,10 @@ SUMMARY = "Python parsing module" HOMEPAGE = "http://pyparsing.wikispaces.com/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" -SRC_URI[md5sum] = "0214e42d63af850256962b6744c948d9" -SRC_URI[sha256sum] = "0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04" +SRC_URI[md5sum] = "e534c0ca755155823bf45fdd8d084922" +SRC_URI[sha256sum] = "1873c03321fc118f4e9746baf201ff990ceb915f433f23b395f5580d1840cb2a" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb deleted file mode 100644 index 90217f3c3e..0000000000 --- a/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyparsing.inc diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb new file mode 100644 index 0000000000..90217f3c3e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyparsing.inc diff --git a/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb b/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb deleted file mode 100644 index 0805fee3e2..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyparsing.inc diff --git a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb b/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb new file mode 100644 index 0000000000..0805fee3e2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyparsing.inc -- cgit 1.2.3-korg