python3-numpy: version bump
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
WorkDir = "numpy-%s" % get.srcVERSION()
|
||||
|
||||
|
||||
@@ -13,17 +13,17 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The fundamental package needed for scientific computing with Python</Summary>
|
||||
<Description>Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.</Description>
|
||||
<Archive sha1sum="39f9d6f9fb24995a028d87bde8b36c8b101253af" type="targz">https://github.com/numpy/numpy/archive/v1.18.3.tar.gz</Archive>
|
||||
<Archive sha1sum="96ab53e14d313c8ba42466a1619e37ff474a33b3" type="targz">https://github.com/numpy/numpy/archive/v1.18.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>cython3</Dependency>
|
||||
<Dependency>cblas-devel</Dependency>
|
||||
<Dependency>lapack-devel</Dependency>
|
||||
<Dependency>python3-nose</Dependency>
|
||||
<Dependency>cblas-devel</Dependency>
|
||||
<Dependency>cython3</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<!-- For creating documentations
|
||||
<Dependency>python3-scipy-sphinx-theme</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>-->
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>python3-scipy-sphinx-theme</Dependency>-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
<Name>python3-numpy</Name>
|
||||
<Summary>The fundamental package needed for scientific computing with Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>libquadmath</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>lapack</Dependency>
|
||||
<Dependency>cblas</Dependency>
|
||||
<Dependency>blas</Dependency>
|
||||
<Dependency>cblas</Dependency>
|
||||
<Dependency>lapack</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libquadmath</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>1.18.4</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-04-22</Date>
|
||||
<Version>1.18.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user