From b86afa334bb57e5ef62c8890b8bea88af01c7298 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 14 Aug 2018 16:24:03 -0400 Subject: python-pandas: update to version 0.23.4 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pandas.inc | 4 ++-- meta-python/recipes-devtools/python/python-pandas_0.23.3.bb | 7 ------- meta-python/recipes-devtools/python/python-pandas_0.23.4.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-pandas_0.23.3.bb | 2 -- meta-python/recipes-devtools/python/python3-pandas_0.23.4.bb | 2 ++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pandas_0.23.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pandas_0.23.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pandas_0.23.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pandas_0.23.4.bb diff --git a/meta-python/recipes-devtools/python/python-pandas.inc b/meta-python/recipes-devtools/python/python-pandas.inc index 8b4914f9b2..d6ca243175 100644 --- a/meta-python/recipes-devtools/python/python-pandas.inc +++ b/meta-python/recipes-devtools/python/python-pandas.inc @@ -6,8 +6,8 @@ HOMEPAGE = "http://pandas.pydata.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ee0470f2de336c370a71c2f8d5e81c11" -SRC_URI[md5sum] = "ed532e0cdc2aebe190f01e2ae84162f6" -SRC_URI[sha256sum] = "9cd3614b4e31a0889388ff1bd19ae857ad52658b33f776065793c293a29cf612" +SRC_URI[md5sum] = "7b597c7f989652e0c9af5f09a157e3ae" +SRC_URI[sha256sum] = "5b24ca47acf69222e82530e89111dd9d14f9b970ab2cd3a1c2c78f0c4fbba4f4" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb b/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb deleted file mode 100644 index b3bfab9693..0000000000 --- a/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools -require python-pandas.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-future \ - ${PYTHON_PN}-json \ -" diff --git a/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb b/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb new file mode 100644 index 0000000000..b3bfab9693 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb @@ -0,0 +1,7 @@ +inherit setuptools +require python-pandas.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-future \ + ${PYTHON_PN}-json \ +" diff --git a/meta-python/recipes-devtools/python/python3-pandas_0.23.3.bb b/meta-python/recipes-devtools/python/python3-pandas_0.23.3.bb deleted file mode 100644 index b5dd5e0924..0000000000 --- a/meta-python/recipes-devtools/python/python3-pandas_0.23.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pandas.inc diff --git a/meta-python/recipes-devtools/python/python3-pandas_0.23.4.bb b/meta-python/recipes-devtools/python/python3-pandas_0.23.4.bb new file mode 100644 index 0000000000..b5dd5e0924 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pandas_0.23.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pandas.inc -- cgit 1.2.3-korg