python-numpy-1.14.1:ver.bump

This commit is contained in:
Rmys
2018-02-26 17:50:48 +03:00
parent a1188328e1
commit 98b45c0df7
2 changed files with 10 additions and 3 deletions
@@ -24,7 +24,7 @@ def build():
def install():
pythonmodules.install(NUMPY_FCONFIG)
pisitools.doman("doc/f2py/f2py.1")
#pisitools.doman("doc/f2py/f2py.1")
pisitools.insinto(f2py_docs, "doc/f2py/*.txt")
#pisitools.insinto(f2py_docs, "doc/f2py/*.txt")
pisitools.dodoc("LICENSE.txt", "THANKS.txt")
@@ -12,7 +12,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="e72916cc72bb6473edff7ab7cc4e7aebdc67517f" type="targz">https://github.com/numpy/numpy/releases/download/v1.12.0/numpy-1.12.0.tar.gz</Archive>
<Archive sha1sum="cc1358fb4bb1939c22488524a6ee564348070faf" type="targz">https://github.com/numpy/numpy/releases/download/v1.14.1/numpy-1.14.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-nose</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-02-25</Date>
<Version>1.14.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-04-17</Date>
<Version>1.12.0</Version>