svn commit: r552148 - head/math/py-numpy-stl

Diane Bruce db at FreeBSD.org
Mon Oct 12 20:02:58 UTC 2020


Author: db
Date: Mon Oct 12 20:02:57 2020
New Revision: 552148
URL: https://svnweb.freebsd.org/changeset/ports/552148

Log:
  - 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

Modified:
  head/math/py-numpy-stl/Makefile
  head/math/py-numpy-stl/distinfo   (contents, props changed)

Modified: head/math/py-numpy-stl/Makefile
==============================================================================
--- head/math/py-numpy-stl/Makefile	Mon Oct 12 19:51:54 2020	(r552147)
+++ head/math/py-numpy-stl/Makefile	Mon Oct 12 20:02:57 2020	(r552148)
@@ -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}

Modified: head/math/py-numpy-stl/distinfo
==============================================================================
--- head/math/py-numpy-stl/distinfo	Mon Oct 12 19:51:54 2020	(r552147)
+++ head/math/py-numpy-stl/distinfo	Mon Oct 12 20:02:57 2020	(r552148)
@@ -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


More information about the svn-ports-all mailing list