Date: Mon, 1 Nov 2021 13:46:45 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: 50cfe6967d99 - main - devel/py-xarray: Update to 0.19.0 Message-ID: <202111011346.1A1DkjUc050597@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=50cfe6967d9930ed5237a43d418c6d157c2494b0 commit 50cfe6967d9930ed5237a43d418c6d157c2494b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:26:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:47 +0000 devel/py-xarray: Update to 0.19.0 Changes: https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#whats-new --- devel/py-xarray/Makefile | 6 +++--- devel/py-xarray/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-xarray/Makefile b/devel/py-xarray/Makefile index 73d10b24e970..813a13351fbf 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= xarray -PORTVERSION= 0.17.0 +PORTVERSION= 0.19.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.17,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.7+ diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo index 98a6665a504e..cf98a561fa1c 100644 --- a/devel/py-xarray/distinfo +++ b/devel/py-xarray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614794302 -SHA256 (xarray-0.17.0.tar.gz) = 9c2edad2a4e588f9117c666a4249920b9717fb75703b96998cf65fcd4f60551f -SIZE (xarray-0.17.0.tar.gz) = 2055584 +TIMESTAMP = 1635730987 +SHA256 (xarray-0.19.0.tar.gz) = 3a365ce09127fc841ba88baa63f37ca61376ffe389a6c5e66d52f2c88c23a62b +SIZE (xarray-0.19.0.tar.gz) = 2882403
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011346.1A1DkjUc050597>