From db8d30dc608a3058b6f1fd24197a1fa84dab7953 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Jan 2021 17:28:57 +0000 Subject: [PATCH] Update to 1.1.27 Changes: https://github.com/dmuellner/fastcluster/releases https://github.com/dmuellner/fastcluster/blob/master/NEWS.txt --- math/py-fastcluster/Makefile | 2 +- math/py-fastcluster/distinfo | 6 +++--- math/py-fastcluster/pkg-descr | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile index 7020098ec52d..22ac71514fe3 100644 --- a/math/py-fastcluster/Makefile +++ b/math/py-fastcluster/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fastcluster -PORTVERSION= 1.1.26 +PORTVERSION= 1.1.27 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-fastcluster/distinfo b/math/py-fastcluster/distinfo index 669deb19ee1d..66d07d62fb08 100644 --- a/math/py-fastcluster/distinfo +++ b/math/py-fastcluster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577873389 -SHA256 (fastcluster-1.1.26.tar.gz) = a202f44a3b06f5cf9cdba3c67d6c523288922d6e6a1cdf737292f93759aa82f7 -SIZE (fastcluster-1.1.26.tar.gz) = 168792 +TIMESTAMP = 1611665459 +SHA256 (fastcluster-1.1.27.tar.gz) = a7379c8176521380ca570b4673a57ce871c7696aa12e19ec087431258d46aab2 +SIZE (fastcluster-1.1.27.tar.gz) = 172581 diff --git a/math/py-fastcluster/pkg-descr b/math/py-fastcluster/pkg-descr index a0b61cfbf2b4..45ca6f489f7e 100644 --- a/math/py-fastcluster/pkg-descr +++ b/math/py-fastcluster/pkg-descr @@ -12,5 +12,4 @@ easier to port from MATLAB to Python/NumPy. The core implementation of this library is in C++ for efficiency. WWW: http://danifold.net/fastcluster.html -WWW: https://pypi.org/project/fastcluster/ WWW: https://github.com/dmuellner/fastcluster