python3-numpy:ver bump

This commit is contained in:
blue-devil
2020-04-23 03:18:02 +03:00
parent cf82fc5b9a
commit bb30cf2f48
@@ -13,7 +13,7 @@
<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="398269c474b6aa599a0d8d784e9af0d8a8ee7882" type="targz">https://github.com/numpy/numpy/archive/v1.18.2.tar.gz</Archive>
<Archive sha1sum="39f9d6f9fb24995a028d87bde8b36c8b101253af" type="targz">https://github.com/numpy/numpy/archive/v1.18.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -21,6 +21,9 @@
<Dependency>python3-nose</Dependency>
<Dependency>cblas-devel</Dependency>
<Dependency>cython3</Dependency>
<!-- For creating documentations
<Dependency>python3-scipy-sphinx-theme</Dependency>
<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies>
</Source>
@@ -37,8 +40,8 @@
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/README*</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
@@ -55,6 +58,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-22</Date>
<Version>1.18.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-03-24</Date>
<Version>1.18.2</Version>