From de4086395ecfff7fea36a8c431628295d90164c2 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 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-wcwidth.inc | 4 ++-- meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb | 2 -- meta-python/recipes-devtools/python/python-wcwidth_0.1.8.bb | 2 ++ meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb | 2 -- meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb create mode 100644 meta-python/recipes-devtools/python/python-wcwidth_0.1.8.bb delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-wcwidth.inc b/meta-python/recipes-devtools/python/python-wcwidth.inc index 1429450bb6..bbd0d50bf0 100644 --- a/meta-python/recipes-devtools/python/python-wcwidth.inc +++ b/meta-python/recipes-devtools/python/python-wcwidth.inc @@ -2,7 +2,7 @@ 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" +SRC_URI[md5sum] = "dc6677d099e6f49c0f6fbc310de261e9" +SRC_URI[sha256sum] = "f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb b/meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb deleted file mode 100644 index ef107c16a1..0000000000 --- a/meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-wcwidth.inc diff --git a/meta-python/recipes-devtools/python/python-wcwidth_0.1.8.bb b/meta-python/recipes-devtools/python/python-wcwidth_0.1.8.bb new file mode 100644 index 0000000000..ef107c16a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-wcwidth_0.1.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-wcwidth.inc diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb b/meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb deleted file mode 100644 index 5f6259b081..0000000000 --- a/meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-wcwidth.inc diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb b/meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb new file mode 100644 index 0000000000..5f6259b081 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-wcwidth.inc -- cgit v1.2.3-54-g00ecf