Date: Thu, 12 Nov 2020 16:50:07 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554973 - head/math/py-pdal Message-ID: <202011121650.0ACGo7JH058987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lbartoletti Date: Thu Nov 12 16:50:07 2020 New Revision: 554973 URL: https://svnweb.freebsd.org/changeset/ports/554973 Log: math/py-pdal: Update to 2.3.5 - Fix memory leak - Handle metadata with invalid unicode by erroring Modified: head/math/py-pdal/Makefile head/math/py-pdal/distinfo Modified: head/math/py-pdal/Makefile ============================================================================== --- head/math/py-pdal/Makefile Thu Nov 12 16:46:09 2020 (r554972) +++ head/math/py-pdal/Makefile Thu Nov 12 16:50:07 2020 (r554973) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pdal -DISTVERSION= 2.3.4 +DISTVERSION= 2.3.5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-pdal/distinfo ============================================================================== --- head/math/py-pdal/distinfo Thu Nov 12 16:46:09 2020 (r554972) +++ head/math/py-pdal/distinfo Thu Nov 12 16:50:07 2020 (r554973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599047005 -SHA256 (PDAL-2.3.4.tar.gz) = 49dbc095f10e0ce105254e84b468eca7bb5f906404f07fab5da5534565cb35cb -SIZE (PDAL-2.3.4.tar.gz) = 945032 +TIMESTAMP = 1605199158 +SHA256 (PDAL-2.3.5.tar.gz) = 234e335c27a0fdd39f77c1fae4c9dd17ad748abc7908368e6aaedb4fb7f7da21 +SIZE (PDAL-2.3.5.tar.gz) = 945024
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011121650.0ACGo7JH058987>