Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 18:08:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565617 - head/math/py-hdbscan
Message-ID:  <202102171808.11HI8iIJ090018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 17 18:08:44 2021
New Revision: 565617
URL: https://svnweb.freebsd.org/changeset/ports/565617

Log:
  Update to 0.8.27
  
  Changes:	https://github.com/scikit-learn-contrib/hdbscan/releases

Modified:
  head/math/py-hdbscan/Makefile
  head/math/py-hdbscan/distinfo

Modified: head/math/py-hdbscan/Makefile
==============================================================================
--- head/math/py-hdbscan/Makefile	Wed Feb 17 18:08:38 2021	(r565616)
+++ head/math/py-hdbscan/Makefile	Wed Feb 17 18:08:44 2021	(r565617)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hdbscan
-PORTVERSION=	0.8.26
+PORTVERSION=	0.8.27
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,11 @@ COMMENT=	Clustering based on density with variable den
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py-joblib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17:science/py-scikit-learn@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.5+

Modified: head/math/py-hdbscan/distinfo
==============================================================================
--- head/math/py-hdbscan/distinfo	Wed Feb 17 18:08:38 2021	(r565616)
+++ head/math/py-hdbscan/distinfo	Wed Feb 17 18:08:44 2021	(r565617)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585564884
-SHA256 (hdbscan-0.8.26.tar.gz) = 81a61cd011e010b20e7cbd8d235053a98892504d32881d379d1902278817927e
-SIZE (hdbscan-0.8.26.tar.gz) = 4711138
+TIMESTAMP = 1613478431
+SHA256 (hdbscan-0.8.27.tar.gz) = e3a418d0d36874f7b6a1bf0b7461f3857fc13a525fd48ba34caed2fe8973aa26
+SIZE (hdbscan-0.8.27.tar.gz) = 6439686



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