From 6149ccfecb3b7c0116d9fcdc6601e5493976b513 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 12:36:17 -0400 Subject: python-chardet: update to version 3.0.4 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-chardet.inc | 4 ++-- meta-python/recipes-devtools/python/python-chardet_3.0.2.bb | 2 -- meta-python/recipes-devtools/python/python-chardet_3.0.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-chardet_3.0.2.bb | 2 -- meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-chardet_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python-chardet_3.0.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-chardet_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-chardet.inc b/meta-python/recipes-devtools/python/python-chardet.inc index 42b64a2dfc..c5da1e1ed1 100644 --- a/meta-python/recipes-devtools/python/python-chardet.inc +++ b/meta-python/recipes-devtools/python/python-chardet.inc @@ -4,5 +4,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" inherit pypi -SRC_URI[md5sum] = "96e364abdbde20b5f6dbbe2ad9d54d04" -SRC_URI[sha256sum] = "4f7832e7c583348a9eddd927ee8514b3bf717c061f57b21dbe7697211454d9bb" +SRC_URI[md5sum] = "7dd1ba7f9c77e32351b0a0cfacf4055c" +SRC_URI[sha256sum] = "84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" diff --git a/meta-python/recipes-devtools/python/python-chardet_3.0.2.bb b/meta-python/recipes-devtools/python/python-chardet_3.0.2.bb deleted file mode 100644 index b7a46e9d7b..0000000000 --- a/meta-python/recipes-devtools/python/python-chardet_3.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-chardet.inc diff --git a/meta-python/recipes-devtools/python/python-chardet_3.0.4.bb b/meta-python/recipes-devtools/python/python-chardet_3.0.4.bb new file mode 100644 index 0000000000..b7a46e9d7b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-chardet_3.0.4.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-chardet.inc diff --git a/meta-python/recipes-devtools/python/python3-chardet_3.0.2.bb b/meta-python/recipes-devtools/python/python3-chardet_3.0.2.bb deleted file mode 100644 index 038043c568..0000000000 --- a/meta-python/recipes-devtools/python/python3-chardet_3.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-chardet.inc diff --git a/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb b/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb new file mode 100644 index 0000000000..038043c568 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-chardet.inc -- cgit 1.2.3-korg