Date: Sat, 27 Aug 2022 10:32:24 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: ff5dac3ccf65 - main - devel/py-xarray: Update to 2022.6.0 Message-ID: <202208271032.27RAWOni051884@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=ff5dac3ccf6563b403d798b9a22b47e2c0815216 commit ff5dac3ccf6563b403d798b9a22b47e2c0815216 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:24:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:24:34 +0000 devel/py-xarray: Update to 2022.6.0 Changes: https://github.com/pydata/xarray/releases --- 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 f0d858c90528..6dbd3895251f 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,5 +1,5 @@ PORTNAME= xarray -PORTVERSION= 2022.3.0 +PORTVERSION= 2022.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,9 @@ 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.18,1:math/py-numpy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.1,1:math/py-pandas@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>=1.2,1:math/py-pandas@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.8+ diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo index 77a2a7ffa17e..2fe200b8c891 100644 --- a/devel/py-xarray/distinfo +++ b/devel/py-xarray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264582 -SHA256 (xarray-2022.3.0.tar.gz) = 398344bf7d170477aaceff70210e11ebd69af6b156fe13978054d25c48729440 -SIZE (xarray-2022.3.0.tar.gz) = 2943007 +TIMESTAMP = 1660576822 +SHA256 (xarray-2022.6.0.tar.gz) = 1028d198493f66bb15bd35dcfdd11defd831cbee3af6589fff16f41bddd67e84 +SIZE (xarray-2022.6.0.tar.gz) = 3013166
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271032.27RAWOni051884>