1
0
forked from pool/python-pandas

Accepting request 810417 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/810417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal
2020-06-01 06:46:20 +00:00
committed by Git OBS Bridge
parent a6ba2f7761
commit f3883c1885
4 changed files with 67 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pandas
Version: 1.0.3
Version: 1.0.4
Release: 0
Summary: Python data structures for data analysis, time series, and statistics
License: BSD-3-Clause
@@ -99,6 +99,7 @@ block for doing data analysis in Python.
%prep
%setup -q -n pandas-%{version}
sed -i -e 's/\r//g' pandas/tests/reshape/merge/test_merge.py
%patch0 -p1
sed -i -e '/^#!\//, 1d' pandas/core/computation/eval.py
sed -i -e '/^#!\//, 1d' pandas/tests/io/generate_legacy_storage_files.py