diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-10 17:38:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-10 17:38:06 +0000 |
commit | 8487b5879d40b512e059578a56e73ee6faeb05e4 (patch) | |
tree | ae0fa201ae4bcf0a2c39c51c36d79ef7b6348825 /math/py-numpy/Makefile | |
parent | Keep .so files in ext directory (diff) |
Update to 1.16.5
Changes: https://github.com/numpy/numpy/releases
PR: 240424
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=511766
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index f7572c94a6cb..3bdd3bbeeba8 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.16.4 -PORTREVISION= 1 +PORTVERSION= 1.16.5 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ |