Date: Tue, 26 Apr 2022 15:04:55 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: 00a08268a46e - main - databases/py-tiledb: Update to 0.14.1 Message-ID: <202204261504.23QF4tcm038285@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=00a08268a46ea8397cde7e654c876d1f0ce160e8 commit 00a08268a46ea8397cde7e654c876d1f0ce160e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:53:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:21 +0000 databases/py-tiledb: Update to 0.14.1 Changes: https://github.com/TileDB-Inc/TileDB-Py/releases --- databases/py-tiledb/Makefile | 4 ++-- databases/py-tiledb/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index 14397aedfc87..1b2174c081e1 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= tiledb -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.27:lang/cython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.2:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \ - tiledb>=2.8.0:databases/tiledb + tiledb>=2.8.1:databases/tiledb LIB_DEPENDS= libtiledb.so:databases/tiledb RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo index 99e167716e07..a9bfb3173b23 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650228748 -SHA256 (tiledb-0.14.0.tar.gz) = 2f97380d7eebbc74b3457ee95871781972334210eed36ba6d495d1a8e9f06330 -SIZE (tiledb-0.14.0.tar.gz) = 268010 +TIMESTAMP = 1650970095 +SHA256 (tiledb-0.14.1.tar.gz) = 74638f2fe7d088ac357aee863bdc68c00cff4971424d82d902c7bd9a39d7b36d +SIZE (tiledb-0.14.1.tar.gz) = 267984
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204261504.23QF4tcm038285>