From 4e066e9a1e8fef5fb8f3a3072cd58c54817f89b6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 5 Jan 2021 17:16:38 +0200 Subject: python3-pandas: Upgrade 1.1.4 -> 1.2.0 Upgrade to release 1.2.0: - Optionally disallow duplicate labels - Passing arguments to fsspec backends - Support for binary file handles in to_csv - Support for short caption and table position in to_latex - Change in default floating precision for read_csv and read_table - Experimental nullable data types for float data - Index/column name preservation when aggregating - GroupBy supports EWM operations directly - Various bug fixes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-pandas_1.1.4.bb | 25 ---------------------- .../python/python3-pandas_1.2.0.bb | 24 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb b/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb deleted file mode 100644 index 78730b46af..0000000000 --- a/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "pandas library for high-performance data analysis tools" -DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ -high-performance, easy-to-use data structures and data analysis tools for \ -the Python programming language." -HOMEPAGE = "http://pandas.pydata.org/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774" - -SRC_URI[md5sum] = "594e6a429f297c77470e37d3510cccbb" -SRC_URI[sha256sum] = "a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6" - -inherit pypi setuptools3 - -DEPENDS += " \ - ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ -" - -CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-numpy \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-pytz \ -" diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb new file mode 100644 index 0000000000..0cb631990c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "pandas library for high-performance data analysis tools" +DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ +high-performance, easy-to-use data structures and data analysis tools for \ +the Python programming language." +HOMEPAGE = "http://pandas.pydata.org/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774" + +SRC_URI[sha256sum] = "e03386615b970b8b41da6a68afe717626741bb2431cec993640685614c0680e4" + +inherit pypi setuptools3 + +DEPENDS += " \ + ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ +" + +CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-numpy \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-pytz \ +" -- cgit v1.2.3-54-g00ecf