Date: Mon, 18 Apr 2022 00:01:36 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: 9453bccb217e - main - astro/py-metpy: Update to 1.3.0 Message-ID: <202204180001.23I01aMT040542@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=9453bccb217eba6cc7952e39a8e18eda622f4c81 commit 9453bccb217eba6cc7952e39a8e18eda622f4c81 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:44:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:14 +0000 astro/py-metpy: Update to 1.3.0 Changes: https://github.com/Unidata/MetPy/releases --- astro/py-metpy/Makefile | 10 +++++----- astro/py-metpy/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index 7e9e67e6c785..b2eb246b7063 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= metpy -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +15,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.3.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.24.0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.0.0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pint>=0.10.1:devel/py-pint@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pooch>=1.2.0:devel/py-pooch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=2.5.0:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.4.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.14.1:devel/py-xarray@${PY_FLAVOR} diff --git a/astro/py-metpy/distinfo b/astro/py-metpy/distinfo index 0c2b48408305..fc0e8a73ed0e 100644 --- a/astro/py-metpy/distinfo +++ b/astro/py-metpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643133723 -SHA256 (MetPy-1.2.0.tar.gz) = 1f85f08642056bb6bdceec5febace10a6b7b2d71b77f3129505857c0eabdbce9 -SIZE (MetPy-1.2.0.tar.gz) = 9003171 +TIMESTAMP = 1650228742 +SHA256 (MetPy-1.3.0.tar.gz) = 8e5c73910c2ba181bec8c94041565101204807d36bed4da6d2e25632db338ccd +SIZE (MetPy-1.3.0.tar.gz) = 9139498
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180001.23I01aMT040542>