diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-04-25 19:28:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-29 15:02:18 +0100 |
commit | 10fd6095cd7f174aa190a30da0ef8a5eb5e7ed7f (patch) | |
tree | 8f4f05304d3c1895868734e41418d5a396c5d77f /meta/recipes-devtools/python | |
parent | 339eeadc96e96566fbca067a448f61d94488b0b4 (diff) | |
download | poky-10fd6095cd7f174aa190a30da0ef8a5eb5e7ed7f.tar.gz |
python3-pyparsing: update to 2.4.7
(From OE-Core rev: e73b429a3b32e319f0cdbb932a476ba96e40f5a5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-pyparsing.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb (renamed from meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb) | 1 |
2 files changed, 3 insertions, 2 deletions
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/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "29733ea8cbee0291aad121c69c6e51a1" | 6 | SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4" |
7 | SRC_URI[sha256sum] = "4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f" | 7 | SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" |
8 | UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" | 8 | UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
diff --git a/meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb b/meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb index 0805fee3e2..d0c3d0b424 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_2.4.6.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_2.4.7.bb | |||
@@ -1,2 +1,3 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-pyparsing.inc | 2 | require python-pyparsing.inc |
3 | |||