From c03b2f66e5fdfd1aebf5beb516146e78d68f941d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 3 Jan 2018 11:28:08 -0500 Subject: python-pandas: update to version 0.22.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pandas.inc | 4 ++-- meta-python/recipes-devtools/python/python-pandas_0.21.1.bb | 8 -------- meta-python/recipes-devtools/python/python-pandas_0.22.0.bb | 8 ++++++++ meta-python/recipes-devtools/python/python3-pandas_0.21.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pandas_0.22.0.bb | 2 ++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pandas_0.21.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pandas_0.22.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pandas_0.21.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pandas_0.22.0.bb diff --git a/meta-python/recipes-devtools/python/python-pandas.inc b/meta-python/recipes-devtools/python/python-pandas.inc index 8129fd01ec..b9f84a614b 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] = "42ae7f81b81a86c3f91f663b66c525f7" -SRC_URI[sha256sum] = "c5f5cba88bf0659554c41c909e1f78139f6fce8fa9315a29a23692b38ff9788a" +SRC_URI[md5sum] = "c7a2757b607748255f3270221ac61d59" +SRC_URI[sha256sum] = "44a94091dd71f05922eec661638ec1a35f26d573c119aa2fad964f10a2880e6c" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pandas_0.21.1.bb b/meta-python/recipes-devtools/python/python-pandas_0.21.1.bb deleted file mode 100644 index 355074cb25..0000000000 --- a/meta-python/recipes-devtools/python/python-pandas_0.21.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit setuptools -require python-pandas.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-future \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-importlib \ -" diff --git a/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb b/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb new file mode 100644 index 0000000000..355074cb25 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb @@ -0,0 +1,8 @@ +inherit setuptools +require python-pandas.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-future \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-importlib \ +" diff --git a/meta-python/recipes-devtools/python/python3-pandas_0.21.1.bb b/meta-python/recipes-devtools/python/python3-pandas_0.21.1.bb deleted file mode 100644 index b5dd5e0924..0000000000 --- a/meta-python/recipes-devtools/python/python3-pandas_0.21.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pandas.inc diff --git a/meta-python/recipes-devtools/python/python3-pandas_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pandas_0.22.0.bb new file mode 100644 index 0000000000..b5dd5e0924 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pandas_0.22.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pandas.inc -- cgit 1.2.3-korg