Merge pull request #19554 from commodo/numpy
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 9 Oct 2022 05:08:19 +0000 (08:08 +0300)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2022 05:08:19 +0000 (08:08 +0300)
numpy: bump to version 1.23.3

lang/python/host-pip-requirements/Cython.txt
lang/python/numpy/Makefile

index 25336fe00614500314a23bbf33c4270f481616a8..5de50dd85337019a316a28aa4347d58884dc8877 100644 (file)
@@ -1 +1 @@
-Cython==0.29.28 --hash=sha256:d6fac2342802c30e51426828fe084ff4deb1b3387367cf98976bb2e64b6f8e45
+Cython==0.29.32 --hash=sha256:8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7
index b0860617c40b5fd4ed83731c10afce6463676290..3124ca8f14c65d1f11dbc6e85dc5c52f9653607e 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 
@@ -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