Accepting request 972913 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/972913 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastparquet?expand=0&rev=22
This commit is contained in:
commit
94c8acf34e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db86fce564970871494a06e61022308abd6bb3f05316948ae12c48770e8723a6
|
|
||||||
size 29213445
|
|
3
fastparquet-0.8.1.tar.gz
Normal file
3
fastparquet-0.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:591e20b128da87e369aa23178a29f2aaff4e4e69feab845be7ea456b3213fc96
|
||||||
|
size 29212838
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 26 11:02:27 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sat Jan 29 21:36:38 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,18 +19,21 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-fastparquet
|
Name: python-fastparquet
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python support for Parquet file format
|
Summary: Python support for Parquet file format
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/dask/fastparquet/
|
URL: https://github.com/dask/fastparquet/
|
||||||
Source: https://github.com/dask/fastparquet/archive/%{version}.tar.gz#/fastparquet-%{version}.tar.gz
|
Source: https://github.com/dask/fastparquet/archive/%{version}.tar.gz#/fastparquet-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module cramjam >= 2.3.0}
|
BuildRequires: %{python_module cramjam >= 2.3.0}
|
||||||
# version requirement not declared for runtime, but necessary for tests.
|
# version requirement not declared for runtime, but necessary for tests.
|
||||||
BuildRequires: %{python_module fsspec >= 2021.6.0}
|
BuildRequires: %{python_module fsspec >= 2021.6.0}
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.18}
|
BuildRequires: %{python_module numpy-devel >= 1.18}
|
||||||
BuildRequires: %{python_module pandas >= 1.1.0}
|
BuildRequires: %{python_module pandas >= 1.1.0}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-lzo}
|
BuildRequires: %{python_module python-lzo}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -66,7 +69,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest_arch --pyargs fastparquet --import-mode append
|
%pytest_arch --pyargs fastparquet --import-mode append -n auto
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user