Accepting request 158631 from devel:languages:python

update to 1.7.0, version update details added.
patches numpy-python33.patch, numpy-fd15162.patch and numpy-aarch64.diff now merged in upstream (forwarded request 158616 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/158631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=30
This commit is contained in:
Stephan Kulow
2013-03-12 10:15:05 +00:00
committed by Git OBS Bridge
parent d384f45c08
commit abe446e797
11 changed files with 91 additions and 143 deletions

View File

@@ -19,7 +19,7 @@
%define modname numpy
Name: python-%{modname}-doc
%define docname numpydoc
Version: 1.6.2
Version: 1.7.0
Release: 0
%define docvers 0.4
Url: http://sourceforge.net/projects/numpy
@@ -28,7 +28,6 @@ License: BSD-3-Clause
Group: Development/Libraries/Python
Source: %{modname}-%{version}.tar.gz
Patch1: numpy-buildfix.patch
Patch2: numpy-aarch64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: blas-devel
BuildRequires: lapack-devel
@@ -139,7 +138,6 @@ version is recommended over that included in Numpydoc.
%prep
%setup -q -n %{modname}-%{version}
%patch1 -p0
%patch2 -p0
%build
# make the documentation
@@ -174,7 +172,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files -n python-numpydoc
%defattr(-,root,root)
%{_bindir}/autosummary_generate
%{python_sitelib}/%{docname}/
%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info/