Browse Source
Merge pull request #14628 from commodo/numpy
numpy: bump to version 1.20.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/numpy/Makefile
|
@ -6,11 +6,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=numpy |
|
|
PKG_NAME:=numpy |
|
|
PKG_VERSION:=1.19.5 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.20.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PKG_HASH:=a76f502430dd98d7546e1ea2250a7360c065a5fdea52b2dffe8ae7180909b6f4 |
|
|
|
|
|
|
|
|
PKG_HASH:=3d8233c03f116d068d5365fed4477f2947c7229582dad81e5953088989294cec |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
|
|
|
|
|
|