forked from pool/python-fastparquet
Accepting request 821679 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/821679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastparquet?expand=0&rev=12
This commit is contained in:
commit
4e6677eb79
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34c0a94e36710cc7615770661888d9c610da3925cd2bd6164bc6d5682530814c
|
||||
size 28914143
|
3
fastparquet-0.4.1.tar.gz
Normal file
3
fastparquet-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03e6635900b718dbe4e99a1b03d840990f08879ec7a6d3ea3e33727668a8ee2e
|
||||
size 28914111
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 18 18:13:53 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update requirements: version numbers and added packaging
|
||||
|
||||
- update to version 0.4.1:
|
||||
* nulls, fixes #504
|
||||
* deps: Add missing dependency on packaging. (#502)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 14:04:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-fastparquet
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: Python support for Parquet file format
|
||||
License: Apache-2.0
|
||||
@ -32,7 +32,8 @@ BuildRequires: %{python_module cffi >= 0.6}
|
||||
BuildRequires: %{python_module lz4 >= 0.19.1 }
|
||||
BuildRequires: %{python_module numba >= 0.28}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.11}
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pandas >= 0.19}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-lzo}
|
||||
@ -45,6 +46,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-numba >= 0.28
|
||||
Requires: python-numpy >= 1.11
|
||||
Requires: python-packaging
|
||||
Requires: python-pandas
|
||||
Requires: python-six
|
||||
Requires: python-thrift >= 0.11.0
|
||||
|
Loading…
Reference in New Issue
Block a user