From: Alexandru Ardelean Date: Mon, 27 Dec 2021 10:17:58 +0000 (+0200) Subject: numpy: bump to version 1.21.5 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F17440%2Fhead;p=feed%2Fpackages.git numpy: bump to version 1.21.5 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/host-pip-requirements/Cython.txt b/lang/python/host-pip-requirements/Cython.txt index 0b3d03d019..be0f28a12d 100644 --- a/lang/python/host-pip-requirements/Cython.txt +++ b/lang/python/host-pip-requirements/Cython.txt @@ -1 +1 @@ -Cython==0.29.24 --hash=sha256:cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443 +Cython==0.29.26 --hash=sha256:af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312 diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index bf71978bd4..b0860617c4 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=numpy -PKG_VERSION:=1.21.4 +PKG_VERSION:=1.21.5 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=e6c76a87633aa3fa16614b61ccedfae45b91df2767cf097aa9c933932a7ed1e0 +PKG_HASH:=6a5928bc6241264dce5ed509e66f33676fc97f464e7a919edc672fb5532221ee PKG_MAINTAINER:=Alexandru Ardelean