Hello community, here is the log from the commit of package python-pandas for openSUSE:Factory checked in at 2016-02-08 09:47:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2015-12-01 09:19:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas.changes 2016-02-08 09:47:27.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 3 15:27:31 UTC 2016 - [email protected] + +- Remove non-needed BuildRequires +- Update Requires from documentation +- Update Recommends from documentation +- Add tests in %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.fC3XYT/_old 2016-02-08 09:47:28.000000000 +0100 +++ /var/tmp/diff_new_pack.fC3XYT/_new 2016-02-08 09:47:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pandas # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,42 +27,36 @@ Source0: https://pypi.python.org/packages/source/p/pandas/%{modname}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: python-Bottleneck BuildRequires: python-Cython BuildRequires: python-Sphinx -BuildRequires: python-beautifulsoup4 -BuildRequires: python-boto -BuildRequires: python-dateutil -BuildRequires: python-devel -BuildRequires: python-html5lib -BuildRequires: python-lxml -BuildRequires: python-matplotlib -BuildRequires: python-numexpr >= 2.1 -BuildRequires: python-numpy-devel >= 1.7.0 -BuildRequires: python-openpyxl +BuildRequires: python-dateutil >= 1.5 +BuildRequires: python-nose +BuildRequires: python-numpy-devel >= 1.7.1 BuildRequires: python-pytz -BuildRequires: python-scipy BuildRequires: python-setuptools -BuildRequires: python-SQLAlchemy -BuildRequires: python-tables -BuildRequires: python-xlrd -BuildRequires: python-xlwt -Requires: python-dateutil -Requires: python-numpy >= 1.7.0 +Requires: python-Bottleneck +Requires: python-dateutil >= 1.5 +Requires: python-numexpr >= 2.1 +Requires: python-numpy >= 1.7.1 Requires: python-pytz -Recommends: python-Bottleneck +Recommends: google-api-python-client +Recommends: python-Jinja2 +Recommends: python-SQLAlchemy Recommends: python-beautifulsoup4 +Recommends: python-blosc Recommends: python-boto Recommends: python-html5lib +Recommends: python-httplib2 Recommends: python-lxml Recommends: python-matplotlib -Recommends: python-numexpr >= 2.1 Recommends: python-openpyxl +Recommends: python-python-gflags Recommends: python-scipy -Recommends: python-SQLAlchemy +Recommends: python-setuptools Recommends: python-statsmodels Recommends: python-tables Recommends: python-xlrd +Recommends: python-xlsxwriter Recommends: python-xlwt BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} <= 1110 @@ -70,12 +64,13 @@ %endif %description -pandas is a Python package providing fast, flexible, and expressive data -structures designed to make working with "relational" or "labeled" data both -easy and intuitive. It aims to be the fundamental high-level building block for -doing practical, real world data analysis in Python. Additionally, it has -the broader goal of becoming the most powerful and flexible open source data -analysis / manipulation tool available in any language. +pandas is a Python package providing fast, flexible, and expressive +data structures designed to make working with "relational" or +"labeled" data both easy and intuitive. It aims to be the fundamental +high-level building block for doing practical, real world data +analysis in Python. Additionally, it has the broader goal of becoming +the most powerful and flexible open source data analysis / +manipulation tool available in any language. %package doc Summary: Documentation for %{name} @@ -89,6 +84,7 @@ %setup -q -n pandas-%{version} %build +CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build_ext --inplace CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build %install @@ -106,6 +102,9 @@ %py_compile . popd +%check +nosetests pandas + %clean rm -rf %{buildroot}
