1
0

Accepting request 704258 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/704258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastparquet?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-05-21 08:40:17 +00:00 committed by Git OBS Bridge
commit 1bc9fdb782
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 20 15:12:11 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file.
-------------------------------------------------------------------
Tue Apr 30 14:28:46 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -32,8 +32,8 @@ BuildRequires: %{python_module cffi >= 0.6}
BuildRequires: %{python_module numba >= 0.28}
BuildRequires: %{python_module numpy-devel >= 1.11}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
@ -45,8 +45,8 @@ Requires: python-six
Requires: python-thrift >= 0.11.0
Recommends: python-Brotli
Recommends: python-bson
Recommends: python-lz4 >= 0.19.1
Recommends: python-python-lzo
Recommends: python-lz4 >= 0.19.1
Recommends: python-python-snappy
Recommends: python-zstandard
%if %{with test}
@ -75,6 +75,7 @@ export CFLAGS="%{optflags}"
%install
%python_install
%python_expand rm -v %{buildroot}%{$python_sitearch}/fastparquet/speedups.c
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%if %{with test}