Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2026 08:33:43 +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: 9385881bc07b - main - math/py-arviz-plots: update 1.=?utf-8?Q?0.0 =E2=86=92?= 1.1.0
Message-ID:  <69eb2ae7.32035.5724cb13@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=9385881bc07baffba2fda8c7ce9062aa98022755

commit 9385881bc07baffba2fda8c7ce9062aa98022755
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-24 06:31:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-24 08:33:32 +0000

    math/py-arviz-plots: update 1.0.0 → 1.1.0
    
    Reported by:    portscout
---
 math/py-arviz-plots/Makefile                      |  2 +-
 math/py-arviz-plots/distinfo                      |  6 +++---
 math/py-arviz-plots/files/patch-tests_conftest.py | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/math/py-arviz-plots/Makefile b/math/py-arviz-plots/Makefile
index 388347c4ef05..017331836f05 100644
--- a/math/py-arviz-plots/Makefile
+++ b/math/py-arviz-plots/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arviz-plots
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.0
+DISTVERSION=	1.1.0
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/math/py-arviz-plots/distinfo b/math/py-arviz-plots/distinfo
index ab20800ed7d3..e61eeddab7ca 100644
--- a/math/py-arviz-plots/distinfo
+++ b/math/py-arviz-plots/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1776438805
-SHA256 (arviz-devs-arviz-plots-v1.0.0_GH0.tar.gz) = 233e836e2ebf292ea9510ac06e5a4f75eb8c46d1e3ec62d5f84a561a2a8375b9
-SIZE (arviz-devs-arviz-plots-v1.0.0_GH0.tar.gz) = 11258646
+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
diff --git a/math/py-arviz-plots/files/patch-tests_conftest.py b/math/py-arviz-plots/files/patch-tests_conftest.py
index 69a2de6b9b5e..be2559b1974c 100644
--- a/math/py-arviz-plots/files/patch-tests_conftest.py
+++ b/math/py-arviz-plots/files/patch-tests_conftest.py
@@ -1,11 +1,11 @@
---- tests/conftest.py.orig	2026-04-17 17:07:02 UTC
+--- tests/conftest.py.orig	2025-04-17 17:07:02 UTC
 +++ tests/conftest.py
-@@ -16,7 +16,7 @@ _log = logging.getLogger("arviz_plots")
+@@ -13,7 +13,7 @@ _log = logging.getLogger("arviz_plots")
  
  _log = logging.getLogger("arviz_plots")
  
--settings.register_profile("fast", deadline=3000, max_examples=20)
-+settings.register_profile("fast", deadline=None, max_examples=20)
- settings.register_profile("chron", deadline=3000, max_examples=500)
+-settings.register_profile("fast", deadline=5000, max_examples=15)
++settings.register_profile("fast", deadline=None, max_examples=15)
+ settings.register_profile("chron", deadline=5000, max_examples=500)
  settings.load_profile(os.getenv("HYPOTHESIS_PROFILE", "fast"))
  


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eb2ae7.32035.5724cb13>