From b201f469c7b787e5b016b58ff1ea293f0c7cb0fa Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 1 Feb 2022 09:08:01 +0200 Subject: [PATCH] numpy: bump to version 1.23.3 Also bump Cython version to 0.29.32 And yeeeey: zip -> tar.gz And they fixed the Intel AVX extension stuff/detection. Which is why I deferred updating it until now. Signed-off-by: Alexandru Ardelean (cherry picked from commit 5b9a66cd7c437ab9d0c1e2b466739ec060f6e9d6) --- lang/python/host-pip-requirements/Cython.txt | 2 +- lang/python/numpy/Makefile | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lang/python/host-pip-requirements/Cython.txt b/lang/python/host-pip-requirements/Cython.txt index 25336fe006..5de50dd853 100644 --- a/lang/python/host-pip-requirements/Cython.txt +++ b/lang/python/host-pip-requirements/Cython.txt @@ -1 +1 @@ -Cython==0.29.28 --hash=sha256:d6fac2342802c30e51426828fe084ff4deb1b3387367cf98976bb2e64b6f8e45 +Cython==0.29.32 --hash=sha256:8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7 diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index b0860617c4..3124ca8f14 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.5 +PKG_VERSION:=1.23.3 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=6a5928bc6241264dce5ed509e66f33676fc97f464e7a919edc672fb5532221ee +PKG_HASH:=51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd PKG_MAINTAINER:=Alexandru Ardelean @@ -21,8 +21,6 @@ PKG_CPE_ID:=cpe:/a:numpy:numpy PKG_CONFIG_DEPENDS:= \ CONFIG_NUMPY_OPENBLAS_SUPPORT -# yes, zip... sigh -PYPI_SOURCE_EXT:=zip HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=Cython include ../pypi.mk -- 2.30.2