diff --git a/python-pandas-doc.changes b/python-pandas-doc.changes index 33f6073..1f3ee11 100644 --- a/python-pandas-doc.changes +++ b/python-pandas-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 11 11:19:29 UTC 2018 - tchvatal@suse.com + +- Format with spec-cleaner + ------------------------------------------------------------------- Wed Jan 3 22:41:40 UTC 2018 - arun@gmx.de diff --git a/python-pandas-doc.spec b/python-pandas-doc.spec index a74644c..e79510a 100644 --- a/python-pandas-doc.spec +++ b/python-pandas-doc.spec @@ -42,7 +42,6 @@ BuildRequires: python3-pytz BuildRequires: python3-scipy BuildRequires: python3-setuptools Provides: %{python_module pandas-doc = %{version}} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -63,7 +62,6 @@ mkdir -p %{buildroot}%{_docdir}/python-pandas cp -r doc/build/html %{buildroot}%{_docdir}/python-pandas/ %files -%defattr(-,root,root) %doc LICENSE %{_docdir}/python-pandas/ diff --git a/python-pandas.changes b/python-pandas.changes index e725128..7a65f3f 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 11 11:18:48 UTC 2018 - tchvatal@suse.com + +- Drop commented code to allow us py3 only build + ------------------------------------------------------------------- Wed Jan 3 22:41:40 UTC 2018 - arun@gmx.de diff --git a/python-pandas.spec b/python-pandas.spec index 3faa8a1..98609ee 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -31,7 +31,6 @@ 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.9.0 @@ -40,6 +39,7 @@ Requires: python-pytz Recommends: python-Bottleneck Recommends: python-Jinja2 Recommends: python-SQLAlchemy >= 0.8.1 +Recommends: python-XlsxWriter Recommends: python-beautifulsoup4 Recommends: python-blosc Recommends: python-boto @@ -52,18 +52,16 @@ Recommends: python-oauth2client Recommends: python-openpyxl >= 2.2 Recommends: python-pandas-gbq Recommends: python-python-gflags -Recommends: python-scipy Recommends: python-s3fs +Recommends: python-scipy Recommends: python-tables >= 3.0.0 Recommends: python-xarray >= 0.7.0 Recommends: python-xlrd -Recommends: python-XlsxWriter Recommends: python-xlwt Recommends: xclip %ifpython2 Recommends: python-backports.lzma %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description @@ -87,13 +85,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_expand rm -r %{buildroot}%{$python_sitearch}/pandas/tests -# Fix python-bytecode-inconsistent-mtime -# pushd %{buildroot}%{python_sitearch} -# %py_compile . -# popd - %files %{python_files} -%defattr(-,root,root) %doc LICENSE doc/README.rst RELEASE.md %{python_sitearch}/pandas/ %{python_sitearch}/pandas-%{version}-py*.egg-info