Accepting request 530452 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/530452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=5
This commit is contained in:
parent
5127b1d430
commit
612ea26e48
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42707365577ef69f7c9c168ddcf045df2957595a9ee71bc13c7997eecb96b190
|
|
||||||
size 10307434
|
|
3
pandas-0.20.3.tar.gz
Normal file
3
pandas-0.20.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a777e07633d83d546c55706420179551c8e01075b53c497dcf8ae4036766bc66
|
||||||
|
size 10402185
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 23 21:12:48 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.20.3:
|
||||||
|
* bug fix release, see http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-20-3-july-7-2017
|
||||||
|
for complete changelog
|
||||||
|
|
||||||
|
- changes from version 0.20.2:
|
||||||
|
* bug fix release, see http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-20-2-june-4-2017
|
||||||
|
for complete changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 17:08:33 UTC 2017 - toddrme2178@gmail.com
|
Tue May 30 17:08:33 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pandas-doc
|
Name: python-pandas-doc
|
||||||
Version: 0.20.1
|
Version: 0.20.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for python-pandas
|
Summary: Documentation for python-pandas
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -28,10 +28,8 @@ Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-%
|
|||||||
BuildRequires: %{python_module pandas = %{version}}
|
BuildRequires: %{python_module pandas = %{version}}
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: python3-python-dateutil >= 1.5
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-jupyter_client
|
BuildRequires: python3-jupyter_client
|
||||||
BuildRequires: python3-jupyter_ipykernel
|
BuildRequires: python3-jupyter_ipykernel
|
||||||
BuildRequires: python3-jupyter_nbconvert
|
BuildRequires: python3-jupyter_nbconvert
|
||||||
@ -39,8 +37,10 @@ BuildRequires: python3-jupyter_nbformat
|
|||||||
BuildRequires: python3-jupyter_nbsphinx
|
BuildRequires: python3-jupyter_nbsphinx
|
||||||
BuildRequires: python3-matplotlib
|
BuildRequires: python3-matplotlib
|
||||||
BuildRequires: python3-numpy-devel >= 1.7.1
|
BuildRequires: python3-numpy-devel >= 1.7.1
|
||||||
|
BuildRequires: python3-python-dateutil >= 1.5
|
||||||
BuildRequires: python3-pytz
|
BuildRequires: python3-pytz
|
||||||
BuildRequires: python3-scipy
|
BuildRequires: python3-scipy
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
Provides: %{python_module pandas-doc = %{version}}
|
Provides: %{python_module pandas-doc = %{version}}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 23 21:12:48 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.20.3:
|
||||||
|
* bug fix release, see http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-20-3-july-7-2017
|
||||||
|
for complete changelog
|
||||||
|
|
||||||
|
- changes from version 0.20.2:
|
||||||
|
* bug fix release, see http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-20-2-june-4-2017
|
||||||
|
for complete changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 18 01:07:08 UTC 2017 - toddrme2178@gmail.com
|
Thu May 18 01:07:08 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -18,22 +18,22 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pandas
|
Name: python-pandas
|
||||||
Version: 0.20.1
|
Version: 0.20.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Make working with "relational" or "labeled" data both easy and intuitive
|
Summary: Make working with "relational" or "labeled" data both easy and intuitive
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: http://pandas.pydata.org/
|
Url: http://pandas.pydata.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.7.1}
|
BuildRequires: %{python_module numpy-devel >= 1.7.1}
|
||||||
BuildRequires: %{python_module python-dateutil >= 1.5}
|
BuildRequires: %{python_module python-dateutil >= 1.5}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-numpy >= 1.7.1
|
Requires: python-numpy >= 1.7.1
|
||||||
Requires: python-python-dateutil >= 1.5
|
Requires: python-python-dateutil >= 1.5
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user