From bccea698e608c12ddfb5c82d1de56cdeb94cb776 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Jan 2020 15:26:04 +0800 Subject: python-pyparsing: upgrade 2.4.5 -> 2.4.6 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyparsing.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyparsing_2.4.5.bb | 2 -- meta-python/recipes-devtools/python/python-pyparsing_2.4.6.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyparsing_2.4.5.bb | 2 -- meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.4.5.bb create mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.4.6.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyparsing_2.4.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.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 bf89be6628..2b9925f495 100644 --- a/meta-python/recipes-devtools/python/python-pyparsing.inc +++ b/meta-python/recipes-devtools/python/python-pyparsing.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://pyparsing.wikispaces.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" -SRC_URI[md5sum] = "75dfad250d739efa82c7c0eeaacc5e68" -SRC_URI[sha256sum] = "4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a" +SRC_URI[md5sum] = "29733ea8cbee0291aad121c69c6e51a1" +SRC_URI[sha256sum] = "4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.4.5.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.4.5.bb deleted file mode 100644 index 90217f3c3e..0000000000 --- a/meta-python/recipes-devtools/python/python-pyparsing_2.4.5.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.6.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.4.6.bb new file mode 100644 index 0000000000..90217f3c3e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.4.6.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyparsing.inc diff --git a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.5.bb b/meta-python/recipes-devtools/python/python3-pyparsing_2.4.5.bb deleted file mode 100644 index 0805fee3e2..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.5.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.6.bb b/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb new file mode 100644 index 0000000000..0805fee3e2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyparsing.inc -- cgit v1.2.3-54-g00ecf