forked from pool/python-pandas
Accepting request 784540 from home:frispete:branches:openSUSE:Factory
Major building block for advanced numerical processing.. - Update to 1.0.2: * see https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.2.html - Add pyperclip and Jinja2 as test dependencies OBS-URL: https://build.opensuse.org/request/show/784540 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=31
This commit is contained in:
parent
ee05d0a1b1
commit
35f3a97ed9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c07765308f091d81b6735d4f2242bb43c332cc3461cae60543df6b10967fe27
|
||||
size 4852368
|
3
pandas-1.0.2.tar.gz
Normal file
3
pandas-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76334ba36aa42f93b6b47b79cbc32187d3a178a4ab1c3a478c8f4198bcd93a73
|
||||
size 5002927
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 00:13:11 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Update to 1.0.2:
|
||||
* see https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.2.html
|
||||
- Add pyperclip and Jinja2 as test dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 15:19:33 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pandas
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Python data structures for data analysis, time series, and statistics
|
||||
License: BSD-3-Clause
|
||||
@ -33,6 +33,10 @@ BuildRequires: %{python_module setuptools >= 24.2.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-rpm-macros
|
||||
# test requirements
|
||||
BuildRequires: %{python_module Jinja2}
|
||||
BuildRequires: %{python_module openpyxl}
|
||||
BuildRequires: %{python_module pyperclip}
|
||||
Requires: python-Cython >= 0.28.2
|
||||
Requires: python-numpy >= 1.13.3
|
||||
Requires: python-python-dateutil >= 2.6.1
|
||||
@ -55,6 +59,7 @@ Recommends: python-openpyxl >= 2.4.8
|
||||
Recommends: python-pandas-gbq >= 0.8.0
|
||||
Recommends: python-psycopg2
|
||||
Recommends: python-pyarrow >= 0.9.0
|
||||
Recommends: python-pyperclip
|
||||
Recommends: python-pyreadstat
|
||||
Recommends: python-qt5
|
||||
Recommends: python-scipy >= 0.19.0
|
||||
|
Loading…
Reference in New Issue
Block a user