From 86b322b6cb3ece7e6e4c1d0574d0282dd69ebecf Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 3 Jun 2020 16:58:34 +0300 Subject: [PATCH] numpy: bump to version 1.19.0 Bump host Cython version as well. Add note near PKG_VERSION to remember to periodically update it. Signed-off-by: Alexandru Ardelean --- lang/python/numpy/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index 42335ae074..ebec9fee60 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -6,11 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=numpy -PKG_VERSION:=1.18.5 -PKG_RELEASE:=2 +# Note: make sure to periodically update the Cython version in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS +PKG_VERSION:=1.19.0 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=34e96e9dae65c4839bd80012023aadd6ee2ccb73ce7fdf3074c62f301e63120b +PKG_HASH:=76766cc80d6128750075378d3bb7812cf146415bd29b588616f72c943c00d598 PKG_MAINTAINER:=Alexandru Ardelean @@ -21,7 +22,7 @@ PKG_CPE_ID:=cpe:/a:numpy:numpy # yes, zip... sigh PYPI_SOURCE_EXT:=zip PKG_BUILD_PARALLEL:=0 -HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="Cython==0.29.19" +HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="Cython==0.29.20" include ../pypi.mk include $(INCLUDE_DIR)/package.mk