From 20bcd4bade654752167bab503fd60e8a9c5fc794 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 17 Jan 2020 15:38:17 +0800 Subject: python-wcwidth: upgrade 0.1.7 -> 0.1.8 (From meta-openembedded commit: de4086395ecfff7fea36a8c431628295d90164c2) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-wcwidth_0.1.7.bb | 10 ---------- recipes-devtools/python/python-wcwidth_0.1.8.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/python/python-wcwidth_0.1.7.bb create mode 100644 recipes-devtools/python/python-wcwidth_0.1.8.bb diff --git a/recipes-devtools/python/python-wcwidth_0.1.7.bb b/recipes-devtools/python/python-wcwidth_0.1.7.bb deleted file mode 100644 index bc1d032..0000000 --- a/recipes-devtools/python/python-wcwidth_0.1.7.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Library for building powerful interactive command lines in Python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=11fba47286258744a6bc6e43530c32a1" - -SRC_URI[md5sum] = "b3b6a0a08f0c8a34d1de8cf44150a4ad" -SRC_URI[sha256sum] = "3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e" - -inherit pypi setuptools - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-wcwidth_0.1.8.bb b/recipes-devtools/python/python-wcwidth_0.1.8.bb new file mode 100644 index 0000000..70e457e --- /dev/null +++ b/recipes-devtools/python/python-wcwidth_0.1.8.bb @@ -0,0 +1,10 @@ +SUMMARY = "Library for building powerful interactive command lines in Python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=11fba47286258744a6bc6e43530c32a1" + +SRC_URI[md5sum] = "dc6677d099e6f49c0f6fbc310de261e9" +SRC_URI[sha256sum] = "f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8" + +inherit pypi setuptools + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg