diff --git a/pandas-0.20.1.tar.gz b/pandas-0.20.1.tar.gz deleted file mode 100644 index dc42d80..0000000 --- a/pandas-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42707365577ef69f7c9c168ddcf045df2957595a9ee71bc13c7997eecb96b190 -size 10307434 diff --git a/pandas-0.20.3.tar.gz b/pandas-0.20.3.tar.gz new file mode 100644 index 0000000..f104cec --- /dev/null +++ b/pandas-0.20.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a777e07633d83d546c55706420179551c8e01075b53c497dcf8ae4036766bc66 +size 10402185 diff --git a/python-pandas-doc.changes b/python-pandas-doc.changes index d0324a9..87d749a 100644 --- a/python-pandas-doc.changes +++ b/python-pandas-doc.changes @@ -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 diff --git a/python-pandas-doc.spec b/python-pandas-doc.spec index 47b727b..eee2026 100644 --- a/python-pandas-doc.spec +++ b/python-pandas-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandas-doc -Version: 0.20.1 +Version: 0.20.3 Release: 0 Summary: Documentation for python-pandas License: BSD-3-Clause @@ -28,10 +28,8 @@ Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-% BuildRequires: %{python_module pandas = %{version}} BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -BuildRequires: python3-devel -BuildRequires: python3-setuptools BuildRequires: python3-Sphinx -BuildRequires: python3-python-dateutil >= 1.5 +BuildRequires: python3-devel BuildRequires: python3-jupyter_client BuildRequires: python3-jupyter_ipykernel BuildRequires: python3-jupyter_nbconvert @@ -39,8 +37,10 @@ BuildRequires: python3-jupyter_nbformat BuildRequires: python3-jupyter_nbsphinx BuildRequires: python3-matplotlib BuildRequires: python3-numpy-devel >= 1.7.1 +BuildRequires: python3-python-dateutil >= 1.5 BuildRequires: python3-pytz BuildRequires: python3-scipy +BuildRequires: python3-setuptools Provides: %{python_module pandas-doc = %{version}} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch diff --git a/python-pandas.changes b/python-pandas.changes index 8369418..1487bef 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -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 diff --git a/python-pandas.spec b/python-pandas.spec index 536e7d5..352c1cd 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -18,22 +18,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandas -Version: 0.20.1 +Version: 0.20.3 Release: 0 Summary: Make working with "relational" or "labeled" data both easy and intuitive License: BSD-3-Clause Group: Development/Libraries/Python Url: http://pandas.pydata.org/ 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 setuptools} BuildRequires: %{python_module numpy-devel >= 1.7.1} BuildRequires: %{python_module python-dateutil >= 1.5} 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-python-dateutil >= 1.5 Requires: python-pytz