Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 20:10:57 +0000
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: 652dedfcd5a1 - main - math/py-arviz-plots: update 1.=?utf-8?Q?1.0 =E2=86=92?= 1.2.0
Message-ID:  <6a724751.3cfb2.586c0bba@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=652dedfcd5a16d74e090ac55a1ff7432e31f7d5e

commit 652dedfcd5a16d74e090ac55a1ff7432e31f7d5e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-04 19:03:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-04 20:10:26 +0000

    math/py-arviz-plots: update 1.1.0 → 1.2.0
---
 math/py-arviz-plots/Makefile | 20 ++++++++++----------
 math/py-arviz-plots/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/math/py-arviz-plots/Makefile b/math/py-arviz-plots/Makefile
index 017331836f05..2d1090f7024d 100644
--- a/math/py-arviz-plots/Makefile
+++ b/math/py-arviz-plots/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arviz-plots
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.0
+DISTVERSION=	1.2.0
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,12 +13,12 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arviz-base>=1.0.0:math/py-arviz-base@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}arviz-stats>=1.0.0:math/py-arviz-stats@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arviz-base>=1.2.0:math/py-arviz-base@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}arviz-stats>=1.2.0:math/py-arviz-stats@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=3.9:math/py-matplotlib@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}h5netcdf>0:science/py-h5netcdf@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h5netcdf>0:science/py-h5netcdf@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 concurrent autoplist pytest
@@ -29,14 +29,14 @@ GH_ACCOUNT=	arviz-devs
 NO_ARCH=	yes
 
 TEST_ARGS=	-p no:benchmark -p no:xdist -p no:relaxed \
+		-p no:black -p no:ruff -p no:mypy -p no:flake8 -p no:cov \
 		-W ignore::RuntimeWarning \
+		--ignore=tests/test_backend.py \
 		--ignore=tests/test_plotly.py \
-		--ignore=tests/test_backend.py
+		--ignore=tests/test_styles.py
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
 		MPLBACKEND=Agg
 
-PYTEST_IGNORED_TESTS=	bokeh plotly
-
-# tests as of 1.0.0: 367 passed, 1 skipped, 276 deselected, 1 warning in 179.40s (0:02:59)
+# tests as of 1.2.0: 398 passed, 1 skipped, 302 deselected in 111.70s (0:01:51)
 
 .include <bsd.port.mk>
diff --git a/math/py-arviz-plots/distinfo b/math/py-arviz-plots/distinfo
index e61eeddab7ca..f3a0ee5214e2 100644
--- a/math/py-arviz-plots/distinfo
+++ b/math/py-arviz-plots/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777008333
-SHA256 (arviz-devs-arviz-plots-v1.1.0_GH0.tar.gz) = a8967d6f42a3bda67811d6cd357f362e19ee6e522f5f0ea4584a8949bfb152ab
-SIZE (arviz-devs-arviz-plots-v1.1.0_GH0.tar.gz) = 11513456
+TIMESTAMP = 1785732620
+SHA256 (arviz-devs-arviz-plots-v1.2.0_GH0.tar.gz) = 4f922f955b6a182868a222d1616222f8d0d73991f7bdef41e5f5be2660b9cfdb
+SIZE (arviz-devs-arviz-plots-v1.2.0_GH0.tar.gz) = 11519618


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a724751.3cfb2.586c0bba>