From 6b501fc0a48c31ec9bdc38c397f8efe612f022dc19faca945418d30458d334dc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Mar 2024 08:52:14 +0000 Subject: [PATCH] Accepting request 1154922 from home:bnavigator:branches:devel:languages:python:numeric MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2024.2.0 * allow loading categoricals even if not so in the pandas metadata, when a column is dict-encoded and we only have one row-group (#863) * apply dtype to the columns names series, even when selecting no columns (#861, 859) * don’t make strings while estimating bye column size (#858) * handle upstream depr (#857, 856) OBS-URL: https://build.opensuse.org/request/show/1154922 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=59 --- fastparquet-2023.10.1.tar.gz | 3 --- fastparquet-2024.2.0.tar.gz | 3 +++ python-fastparquet.changes | 12 ++++++++++++ python-fastparquet.spec | 4 +++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 fastparquet-2023.10.1.tar.gz create mode 100644 fastparquet-2024.2.0.tar.gz diff --git a/fastparquet-2023.10.1.tar.gz b/fastparquet-2023.10.1.tar.gz deleted file mode 100644 index 948d328..0000000 --- a/fastparquet-2023.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3ba93992c772422c9abd2993bed1ad3ea4f50bacd6c05d9015f934b0db4aa11 -size 28904462 diff --git a/fastparquet-2024.2.0.tar.gz b/fastparquet-2024.2.0.tar.gz new file mode 100644 index 0000000..3d4d72d --- /dev/null +++ b/fastparquet-2024.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b747ec949616dfd76b7d3f2fa793a3f4ab6271040aca89d656ee41db056cddc0 +size 28909516 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index 1f96a3a..374c1b1 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 4 21:12:17 UTC 2024 - Ben Greiner + +- Update to 2024.2.0 + * allow loading categoricals even if not so in the pandas + metadata, when a column is dict-encoded and we only have one + row-group (#863) + * apply dtype to the columns names series, even when selecting no + columns (#861, 859) + * don’t make strings while estimating bye column size (#858) + * handle upstream depr (#857, 856) + ------------------------------------------------------------------- Mon Jan 22 12:41:30 UTC 2024 - Daniel Garcia diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 4427f39..4168bbf 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-fastparquet -Version: 2023.10.1 +Version: 2024.2.0 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0 @@ -64,6 +64,8 @@ sed -i "s/'pytest-runner',//" setup.py sed -i "s/oldest-supported-numpy/numpy/" setup.py # the tests import the fastparquet.test module and we need to import from sitearch, so install it. sed -i -e "s/^\s*packages=\[/&'fastparquet.test', /" -e "/exclude_package_data/ d" setup.py +# remove empty module +[ ! -s fastparquet/evolve.py ] && rm fastparquet/evolve.py %build export CFLAGS="%{optflags}"