Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 20:02:57 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552148 - head/math/py-numpy-stl
Message-ID:  <202010122002.09CK2vNF018297@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010122002.09CK2vNF018297>