From e73b429a3b32e319f0cdbb932a476ba96e40f5a5 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 25 Apr 2020 19:28:13 +0200 Subject: python3-pyparsing: update to 2.4.7 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-pyparsing.inc | 4 ++-- meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb | 2 -- meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb | 3 +++ 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb create mode 100644 meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-pyparsing.inc b/meta/recipes-devtools/python/python-pyparsing.inc index a768c97fce..348b324bf5 100644 --- a/meta/recipes-devtools/python/python-pyparsing.inc +++ b/meta/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] = "29733ea8cbee0291aad121c69c6e51a1" -SRC_URI[sha256sum] = "4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f" +SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4" +SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" UPSTREAM_CHECK_REGEX = "pyparsing-(?P.*)\.tar" inherit pypi diff --git a/meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb b/meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb deleted file mode 100644 index 0805fee3e2..0000000000 --- a/meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyparsing.inc diff --git a/meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb b/meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb new file mode 100644 index 0000000000..d0c3d0b424 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-pyparsing.inc + -- cgit 1.2.3-korg