From 2c9dd472b55dcdb419451fa9ec74d3bbe6ee8c8b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 11:10:30 +0800 Subject: python-parse: upgrade 1.8.4 -> 1.12.1 -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-parse.inc | 6 +++--- meta-python/recipes-devtools/python/python-parse_1.12.1.bb | 2 ++ meta-python/recipes-devtools/python/python-parse_1.8.4.bb | 2 -- meta-python/recipes-devtools/python/python3-parse_1.12.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-parse_1.8.4.bb | 2 -- 5 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-parse_1.12.1.bb delete mode 100644 meta-python/recipes-devtools/python/python-parse_1.8.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse_1.12.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-parse_1.8.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-parse.inc b/meta-python/recipes-devtools/python/python-parse.inc index fa55a93c5d..ccd5a93773 100644 --- a/meta-python/recipes-devtools/python/python-parse.inc +++ b/meta-python/recipes-devtools/python/python-parse.inc @@ -1,10 +1,10 @@ SUMMARY = "Parse strings using a specification based on the Python format() syntax" HOMEPAGE = "https://github.com/r1chardj0n3s/parse" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://parse.py;beginline=1273;endline=1291;md5=5147afdd9b3615290ad8733f0137a1a1" +LIC_FILES_CHKSUM = "file://parse.py;beginline=1317;endline=1337;md5=fa03bae3f51a2db25e239e869c647437" -SRC_URI[md5sum] = "fa69ab2fe846f9b183411391f7c6897b" -SRC_URI[sha256sum] = "c3cdf6206f22aeebfa00e5b954fcfea13d1b2dc271c75806b6025b94fb490939" +SRC_URI[md5sum] = "8fc634769f1d841f14a52dd731ca447a" +SRC_URI[sha256sum] = "a5fca7000c6588d77bc65c28f3f21bfce03b5e44daa8f9f07c17fe364990d717" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-parse_1.12.1.bb b/meta-python/recipes-devtools/python/python-parse_1.12.1.bb new file mode 100644 index 0000000000..d31ccc72a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-parse_1.12.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-parse.inc diff --git a/meta-python/recipes-devtools/python/python-parse_1.8.4.bb b/meta-python/recipes-devtools/python/python-parse_1.8.4.bb deleted file mode 100644 index d31ccc72a1..0000000000 --- a/meta-python/recipes-devtools/python/python-parse_1.8.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-parse.inc diff --git a/meta-python/recipes-devtools/python/python3-parse_1.12.1.bb b/meta-python/recipes-devtools/python/python3-parse_1.12.1.bb new file mode 100644 index 0000000000..b1242545cc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parse_1.12.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-parse.inc diff --git a/meta-python/recipes-devtools/python/python3-parse_1.8.4.bb b/meta-python/recipes-devtools/python/python3-parse_1.8.4.bb deleted file mode 100644 index b1242545cc..0000000000 --- a/meta-python/recipes-devtools/python/python3-parse_1.8.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-parse.inc -- cgit v1.2.3-54-g00ecf