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/Makefile | |
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/Makefile')
-rw-r--r-- | math/py-numpy-stl/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |