]> git.pld-linux.org Git - packages/python-numpy.git/commitdiff
- updated to 1.11.0 auto/th/python-numpy-1.11.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 May 2016 20:38:05 +0000 (22:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 May 2016 20:38:05 +0000 (22:38 +0200)
python-numpy.spec

index 090715e1a64bb53908d042b960be4908c4c11212..0cc26d505ab46bcfdb672e5e93491088b192f72a 100644 (file)
@@ -7,27 +7,29 @@
 Summary:       Python 2 numerical facilities
 Summary(pl.UTF-8):     Moduły do obliczeń numerycznych dla języka Python 2
 Name:          python-%{module}
-Version:       1.10.4
+Version:       1.11.0
 Release:       1
 Epoch:         1
 License:       BSD
 Group:         Libraries/Python
 Source0:       http://downloads.sourceforge.net/numpy/%{module}-%{version}.tar.gz
-# Source0-md5: 90bb9034652cefbada19cf7d141a6a61
+# Source0-md5: bc56fb9fc2895aa4961802ffbdb31d0b
 Patch0:                %{name}-fortran-version.patch
 URL:           http://sourceforge.net/projects/numpy/
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: gcc-fortran
+BuildRequires: lapack-devel >= 3.1.1-2
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.6
-%pyrequires_eq python-libs
+BuildRequires: python-setuptools
 %endif
 %if %{with python3}
-BuildRequires: python3-devel >= 1:3.3
 BuildRequires: python3-2to3
+BuildRequires: python3-devel >= 1:3.3
+BuildRequires: python3-setuptools
 %endif
-BuildRequires: gcc-fortran
-BuildRequires: lapack-devel >= 3.1.1-2
 BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:      python-libs >= 1:2.6
 # -- dropped some time ago
 Obsoletes:     python-numpy-Properties
 # -- dropped some time ago, should have been released as separate package, but wasn't
@@ -86,6 +88,7 @@ Generator interfejsów z Fortranu do Pythona 2.
 Summary:       Python 3.x numerical facilities
 Summary(pl.UTF-8):     Moduły do obliczeń numerycznych dla języka Python 3.x
 Group:         Libraries/Python
+Requires:      python3-libs >= 1:3.3
 
 %description -n python3-%{module}
 NumPy is a collection of extension modules to provide high-performance
@@ -103,7 +106,7 @@ Ten pakiet zawiera moduły Pythona 3.
 Summary:       C header files for Python 3 numerical modules
 Summary(pl.UTF-8):     Pliki nagłówkowe języka C modułów numerycznych Pythona 3
 Group:         Development/Languages/Python
-%pyrequires_eq python-devel
+%pyrequires_eq python3-devel
 Requires:      python3-%{module} = %{epoch}:%{version}-%{release}
 Obsoletes:     python-Numeric-devel
 
This page took 0.127727 seconds and 4 git commands to generate.