diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-10-12 20:02:57 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-10-12 20:02:57 +0000 |
commit | 10c8e33326819c76ad374ac104d9b6fc2b2a7f5c (patch) | |
tree | 6f3aafacd6e7aa454119191dd1b991468f3b38d6 /math/py-numpy-stl | |
parent | www/radicale: Redirect logging to syslog since radicale 3 is now logging to s... (diff) |
- Update to 2.11.3
fixed #146. worked around numpy bug when reading from BytesIO
See https://github.com/WoLpH/numpy-stl/issues/146
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=552148
Diffstat (limited to 'math/py-numpy-stl')
-rw-r--r-- | math/py-numpy-stl/Makefile | 2 | ||||
-rw-r--r-- | math/py-numpy-stl/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/py-numpy-stl/Makefile b/math/py-numpy-stl/Makefile index fe500445e02a..852e70ef9d99 100644 --- a/math/py-numpy-stl/Makefile +++ b/math/py-numpy-stl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= numpy-stl -DISTVERSION= 2.11.2 +DISTVERSION= 2.11.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numpy-stl/distinfo b/math/py-numpy-stl/distinfo index 31e9d1f63f8a..7b76ef51af69 100644 --- a/math/py-numpy-stl/distinfo +++ b/math/py-numpy-stl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600557817 -SHA256 (numpy-stl-2.11.2.tar.gz) = 192556df794b9ef0c1333fd5f034e4a3905d63f52345a0cc1e359045670e34b6 -SIZE (numpy-stl-2.11.2.tar.gz) = 484937 +TIMESTAMP = 1602532156 +SHA256 (numpy-stl-2.11.3.tar.gz) = a0e019e575c61f2817526a20f96f10509834c696b67a54b2f1d267f7154b1ae7 +SIZE (numpy-stl-2.11.3.tar.gz) = 486719 |