Accepting request 563565 from devel:languages:python
- Format with spec-cleaner - Drop commented code to allow us py3 only build OBS-URL: https://build.opensuse.org/request/show/563565 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=9
This commit is contained in:
parent
5f6c4d8d49
commit
4328c07ff5
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user