From a4f7b5df01978e7272676597b456003cb94b10c2 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 29 Mar 2022 08:54:00 +0800 Subject: python3-imagesize: upgrade 1.2.0 -> 1.3.0 Add dependency python3-xml. (From OE-Core rev: ab1439ec24077461c92d2d150131aee81b2cfe66) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-imagesize_1.2.0.bb | 11 ----------- meta/recipes-devtools/python/python3-imagesize_1.3.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-imagesize_1.2.0.bb create mode 100644 meta/recipes-devtools/python/python3-imagesize_1.3.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb b/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb deleted file mode 100644 index 62dc226e9d..0000000000 --- a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Parses image files’ header and return image size." -HOMEPAGE = "https://github.com/shibukawa/imagesize_py" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" - -SRC_URI[sha256sum] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb b/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb new file mode 100644 index 0000000000..7d8eb80cf3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-imagesize_1.3.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Parses image files’ header and return image size." +HOMEPAGE = "https://github.com/shibukawa/imagesize_py" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" + +SRC_URI[sha256sum] = "cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} = "python3-xml" -- cgit v1.2.3-54-g00ecf