diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-01-02 13:24:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-02 09:40:34 -0800 |
commit | a9d24e057bf09eb57ecbbe0e92f2e8390f5614fe (patch) | |
tree | ab428feece4f1c23af2b34635bb6b5e646ab6f95 /meta-python/recipes-devtools/python/python-parse.inc | |
parent | 9dec5cebc8ddcf411b1e4feaa0a22e36147e6b2f (diff) | |
download | meta-openembedded-a9d24e057bf09eb57ecbbe0e92f2e8390f5614fe.tar.gz |
python-parse: upgrade 1.12.1 -> 1.14.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-parse.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-parse.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-parse.inc b/meta-python/recipes-devtools/python/python-parse.inc index ccd5a9377..5ce67f11d 100644 --- a/meta-python/recipes-devtools/python/python-parse.inc +++ b/meta-python/recipes-devtools/python/python-parse.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Parse strings using a specification based on the Python format() syntax" | 1 | SUMMARY = "Parse strings using a specification based on the Python format() syntax" |
2 | HOMEPAGE = "https://github.com/r1chardj0n3s/parse" | 2 | HOMEPAGE = "https://github.com/r1chardj0n3s/parse" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://parse.py;beginline=1317;endline=1337;md5=fa03bae3f51a2db25e239e869c647437" | 4 | LIC_FILES_CHKSUM = "file://parse.py;beginline=1325;endline=1345;md5=fa03bae3f51a2db25e239e869c647437" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "8fc634769f1d841f14a52dd731ca447a" | 6 | SRC_URI[md5sum] = "07cbb5ba1025cbfe92fc3376c372dda5" |
7 | SRC_URI[sha256sum] = "a5fca7000c6588d77bc65c28f3f21bfce03b5e44daa8f9f07c17fe364990d717" | 7 | SRC_URI[sha256sum] = "95a4f4469e37c57b5e924629ac99926f28bee7da59515dc5b8078c4c3e779249" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||