package/python-numpy: bump to version 1.16.3

Remove third patch (already in version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine
2019-05-05 20:11:47 +02:00
committed by Peter Korsgaard
parent fe12630429
commit 2554d6ffe9
3 changed files with 3 additions and 64 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
PYTHON_NUMPY_VERSION = 1.16.2
PYTHON_NUMPY_VERSION = 1.16.3
PYTHON_NUMPY_SOURCE = numpy-$(PYTHON_NUMPY_VERSION).tar.gz
PYTHON_NUMPY_SITE = https://github.com/numpy/numpy/releases/download/v$(PYTHON_NUMPY_VERSION)
PYTHON_NUMPY_LICENSE = BSD-3-Clause, BSD-2-Clause, PSF, Apache-2.0, MIT, Zlib