diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-16 02:12:19 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-16 02:12:19 +0800 |
commit | fd52be90367e3f9c0bfed2df3f0b3110e0112176 (patch) | |
tree | 16ea72b4652794f906b7fad507262be11ff363dc /math | |
parent | d2a241edfa2820a3f7c2f0e02a33ae067c51125a (diff) | |
download | freebsd-ports-gnome-fd52be90367e3f9c0bfed2df3f0b3110e0112176.tar.gz freebsd-ports-gnome-fd52be90367e3f9c0bfed2df3f0b3110e0112176.tar.zst freebsd-ports-gnome-fd52be90367e3f9c0bfed2df3f0b3110e0112176.zip |
Update to 2.7.0
Changes: https://github.com/pydata/numexpr/releases
https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numexpr/Makefile | 3 | ||||
-rw-r--r-- | math/py-numexpr/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index a2094c46b2cf..f487389cf062 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index b7362df06c67..79506a3f21d9 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546268478 -SHA256 (numexpr-2.6.9.tar.gz) = fc218b777cdbb14fa8cff8f28175ee631bacabbdd41ca34e061325b6c44a6fa6 -SIZE (numexpr-2.6.9.tar.gz) = 94419 +TIMESTAMP = 1565889713 +SHA256 (numexpr-2.7.0.tar.gz) = 37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217 +SIZE (numexpr-2.7.0.tar.gz) = 95707 |