Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 20:11:00 +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: 5e91af347a90 - main - math/py-arviz: update 1.1=?utf-8?Q?=2E0 =E2=86=92 1?=.2.0
Message-ID:  <6a724754.3c5bb.4f93e2a8@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=5e91af347a901a849218a079c1b5385f707b38b1

commit 5e91af347a901a849218a079c1b5385f707b38b1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-04 19:04:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-04 20:10:26 +0000

    math/py-arviz: update 1.1.0 → 1.2.0
---
 math/py-arviz/Makefile | 14 +++++++++-----
 math/py-arviz/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile
index 156a97629c7f..1c4912a3ee3e 100644
--- a/math/py-arviz/Makefile
+++ b/math/py-arviz/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arviz
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.0
+DISTVERSION=	1.2.0
 CATEGORIES=	math python
 #MASTER_SITES=	PYPI # missing test files
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,9 @@ 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} \
-		${PYTHON_PKGNAMEPREFIX}arviz-plots>=1.0.0:math/py-arviz-plots@${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}arviz-plots>=1.2.0:math/py-arviz-plots@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
 
 USES=		python
@@ -27,9 +27,13 @@ GH_ACCOUNT=	arviz-devs
 
 NO_ARCH=	yes
 
-TEST_ARGS=	-p no:benchmark -p no:xdist -p no:relaxed
+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 \
+		--deselect=tests/test_namespace.py::test_aliases
 
 TEST_ENV=	${MAKE_ENV} \
 		PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
+# tests as of 1.2.0: 8 passed, 1 deselected in 4.13s
+
 .include <bsd.port.mk>
diff --git a/math/py-arviz/distinfo b/math/py-arviz/distinfo
index 327d64a4f0de..083cd16d18fb 100644
--- a/math/py-arviz/distinfo
+++ b/math/py-arviz/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777012388
-SHA256 (arviz-devs-arviz-v1.1.0_GH0.tar.gz) = 605784bf63f57cb91a808d86a3daf64bb3cf57f17b6ae7882bb014df022b878a
-SIZE (arviz-devs-arviz-v1.1.0_GH0.tar.gz) = 4860199
+TIMESTAMP = 1785732621
+SHA256 (arviz-devs-arviz-v1.2.0_GH0.tar.gz) = 7230bc2c9d190a5e781f8b4718533257ab6265a7279988504e5f3fc1655dcfcc
+SIZE (arviz-devs-arviz-v1.2.0_GH0.tar.gz) = 4860210


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a724754.3c5bb.4f93e2a8>