From e6e76f04a69339d6b0556e536290da84e26e5027 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 21 Dec 2016 20:58:17 -0500 Subject: python-webcolors: update to version 1.7 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-webcolors.inc | 10 +++++++--- meta-python/recipes-devtools/python/python-webcolors_1.5.bb | 2 -- meta-python/recipes-devtools/python/python-webcolors_1.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-webcolors_1.5.bb | 2 -- meta-python/recipes-devtools/python/python3-webcolors_1.7.bb | 2 ++ 5 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-webcolors_1.5.bb create mode 100644 meta-python/recipes-devtools/python/python-webcolors_1.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-webcolors_1.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-webcolors_1.7.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-webcolors.inc b/meta-python/recipes-devtools/python/python-webcolors.inc index ae91c6280e..fe1ab95d85 100644 --- a/meta-python/recipes-devtools/python/python-webcolors.inc +++ b/meta-python/recipes-devtools/python/python-webcolors.inc @@ -1,8 +1,12 @@ SUMMARY = "Simple Python module for working with HTML/CSS color definitions." LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0c764ddee13cfbe0564c201d76ff19d6" +LIC_FILES_CHKSUM = "file://LICENSE;md5=358df7e9eb65e1843dbb36abd476c5c0" -SRC_URI[md5sum] = "2e9da1bbb7a087c6108e05be64640afb" -SRC_URI[sha256sum] = "b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e" +SRC_URI[md5sum] = "4733fa1077f680bbdd918cdef1e32c11" +SRC_URI[sha256sum] = "e47e68644d41c0b1f1e4d939cfe4039bdf1ab31234df63c7a4f59d4766487206" + +RDEPENDS_${PN}_class-target = "\ + ${PYTHON_PN}-stringold \ +" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-webcolors_1.5.bb b/meta-python/recipes-devtools/python/python-webcolors_1.5.bb deleted file mode 100644 index a0b6708caf..0000000000 --- a/meta-python/recipes-devtools/python/python-webcolors_1.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-webcolors.inc diff --git a/meta-python/recipes-devtools/python/python-webcolors_1.7.bb b/meta-python/recipes-devtools/python/python-webcolors_1.7.bb new file mode 100644 index 0000000000..a0b6708caf --- /dev/null +++ b/meta-python/recipes-devtools/python/python-webcolors_1.7.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-webcolors.inc diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb deleted file mode 100644 index fcd9f70726..0000000000 --- a/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-webcolors.inc diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.7.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.7.bb new file mode 100644 index 0000000000..fcd9f70726 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-webcolors_1.7.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-webcolors.inc -- cgit 1.2.3-korg