Date: Fri, 5 Aug 2022 02:07:37 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 33da2c7896ee - main - math/py-arviz: Update 0.12.0 -> 0.12.1 Message-ID: <202208050207.27527bde048614@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=33da2c7896ee7e36e9d4991ca18b06a12777679d commit 33da2c7896ee7e36e9d4991ca18b06a12777679d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-05 02:07:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-05 02:07:12 +0000 math/py-arviz: Update 0.12.0 -> 0.12.1 --- math/py-arviz/Makefile | 8 +++++--- math/py-arviz/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile index 1db926019dd3..76eb2446743d 100644 --- a/math/py-arviz/Makefile +++ b/math/py-arviz/Makefile @@ -1,5 +1,5 @@ PORTNAME= arviz -DISTVERSION= 0.12.0 +DISTVERSION= 0.12.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +17,12 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.23:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xarray>=0.16.1:devel/py-xarray@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}xarray>=0.16.1:devel/py-xarray@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xarray-einstats>=0.2:devel/py-xarray-einstats@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR} USES= python:3.8+ -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest # tests have 13 warnings, 1 error, see https://github.com/arviz-devs/arviz/issues/2084 NO_ARCH= yes diff --git a/math/py-arviz/distinfo b/math/py-arviz/distinfo index bd9203a6bb6d..45687e1e4333 100644 --- a/math/py-arviz/distinfo +++ b/math/py-arviz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651444310 -SHA256 (arviz-0.12.0.tar.gz) = 3684b19cc7cfdd18c4c0d2e273500309f290e00b0e7174864f4388a8c17701df -SIZE (arviz-0.12.0.tar.gz) = 1514051 +TIMESTAMP = 1652682896 +SHA256 (arviz-0.12.1.tar.gz) = 57d80eacc51909f18e6ab63c96a6b02227c3b077c5ffa406d5f4dabe03b8f019 +SIZE (arviz-0.12.1.tar.gz) = 1509448
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208050207.27527bde048614>