From 6a03a42003ccddafc85b23554c15bc9906de671848884441fe9c68738e75174d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 26 Apr 2022 14:21:38 +0000 Subject: [PATCH] Accepting request 972857 from home:bnavigator:branches:devel:languages:python:numeric - Update to 0.8.1 * fix critical buffer overflow crash for large number of columns and long column names * metadata handling * thrift int32 for list * avoid error storing NaNs in column stats OBS-URL: https://build.opensuse.org/request/show/972857 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=38 --- fastparquet-0.8.0.tar.gz | 3 --- fastparquet-0.8.1.tar.gz | 3 +++ python-fastparquet.changes | 10 ++++++++++ python-fastparquet.spec | 7 +++++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 fastparquet-0.8.0.tar.gz create mode 100644 fastparquet-0.8.1.tar.gz diff --git a/fastparquet-0.8.0.tar.gz b/fastparquet-0.8.0.tar.gz deleted file mode 100644 index a19014e..0000000 --- a/fastparquet-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db86fce564970871494a06e61022308abd6bb3f05316948ae12c48770e8723a6 -size 29213445 diff --git a/fastparquet-0.8.1.tar.gz b/fastparquet-0.8.1.tar.gz new file mode 100644 index 0000000..7ebbb4d --- /dev/null +++ b/fastparquet-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591e20b128da87e369aa23178a29f2aaff4e4e69feab845be7ea456b3213fc96 +size 29212838 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index db1624c..314bf0b 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 26 11:02:27 UTC 2022 - Ben Greiner + +- Update to 0.8.1 + * fix critical buffer overflow crash for large number of columns + and long column names + * metadata handling + * thrift int32 for list + * avoid error storing NaNs in column stats + ------------------------------------------------------------------- Sat Jan 29 21:36:38 UTC 2022 - Ben Greiner diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 1044fe1..cce4bcb 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -19,18 +19,21 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-fastparquet -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0 URL: https://github.com/dask/fastparquet/ Source: https://github.com/dask/fastparquet/archive/%{version}.tar.gz#/fastparquet-%{version}.tar.gz BuildRequires: %{python_module Cython} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module cramjam >= 2.3.0} # version requirement not declared for runtime, but necessary for tests. BuildRequires: %{python_module fsspec >= 2021.6.0} BuildRequires: %{python_module numpy-devel >= 1.18} BuildRequires: %{python_module pandas >= 1.1.0} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-lzo} BuildRequires: %{python_module setuptools} @@ -66,7 +69,7 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch --pyargs fastparquet --import-mode append +%pytest_arch --pyargs fastparquet --import-mode append -n auto %files %{python_files} %doc README.rst