Date: Tue, 21 Mar 2023 19:28:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98dc75c98474 - main - devel/py-sparse: Update to 0.14.0 Message-ID: <202303211928.32LJSxQV032686@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=98dc75c98474271da38a049240dc0bc354301c33 commit 98dc75c98474271da38a049240dc0bc354301c33 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:45:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:21:03 +0000 devel/py-sparse: Update to 0.14.0 Changes: https://github.com/pydata/sparse/blob/master/docs/changelog.rst https://sparse.pydata.org/en/stable/changelog.html --- devel/py-sparse/Makefile | 4 ++-- devel/py-sparse/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-sparse/Makefile b/devel/py-sparse/Makefile index 13118fe94aed..89d00968896c 100644 --- a/devel/py-sparse/Makefile +++ b/devel/py-sparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= sparse -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.49:devel/py-numba@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.17,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-sparse/distinfo b/devel/py-sparse/distinfo index f3186ff56c13..c4cd42b253e4 100644 --- a/devel/py-sparse/distinfo +++ b/devel/py-sparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675190915 -SHA256 (sparse-0.13.0.tar.gz) = 685dc994aa770ee1b23f2d5392819c8429f27958771f8dceb2c4fb80210d5915 -SIZE (sparse-0.13.0.tar.gz) = 349320 +TIMESTAMP = 1677771299 +SHA256 (sparse-0.14.0.tar.gz) = 5f5827a37f6cd6f6730a541f994c95c60a3ae2329e01f4ba21ced5339aea0098 +SIZE (sparse-0.14.0.tar.gz) = 356293
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303211928.32LJSxQV032686>