git: c7720cfa3acc - main - www/py-dash: Update to 3.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jun 2025 20:57:02 UTC
The branch main has been updated by sunpoet:

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

commit c7720cfa3accbcec3356a253acf5a8b8cbed5c0e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-30 20:54:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-30 20:54:05 +0000

    www/py-dash: Update to 3.1.0
    
    Changes:        https://github.com/plotly/dash/releases
---
 www/py-dash/Makefile                             |  4 ++--
 www/py-dash/distinfo                             |  6 +++---
 www/py-dash/files/patch-requirements-install.txt | 10 ++++------
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/www/py-dash/Makefile b/www/py-dash/Makefile
index 88ae8e188fe1..d93fd6d4db5d 100644
--- a/www/py-dash/Makefile
+++ b/www/py-dash/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dash
-PORTVERSION=	3.0.4
+PORTVERSION=	3.1.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=1.0.4:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}werkzeug>=0<3.2:www/py-werkzeug@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/www/py-dash/distinfo b/www/py-dash/distinfo
index 595086066de0..8e7eb0561321 100644
--- a/www/py-dash/distinfo
+++ b/www/py-dash/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745936226
-SHA256 (dash-3.0.4.tar.gz) = 4f9e62e9d8c5cd1b42dc6d6dcf211fe9498195f73ef0edb62a26e2a1b952a368
-SIZE (dash-3.0.4.tar.gz) = 7592060
+TIMESTAMP = 1751208182
+SHA256 (dash-3.1.0.tar.gz) = ba53c46a6b12948ff6b8e1e4bda882a274277b131ec4698159447cfd027a7a51
+SIZE (dash-3.1.0.tar.gz) = 7544527
diff --git a/www/py-dash/files/patch-requirements-install.txt b/www/py-dash/files/patch-requirements-install.txt
index da8a8b8cb941..4ebf6f4370c6 100644
--- a/www/py-dash/files/patch-requirements-install.txt
+++ b/www/py-dash/files/patch-requirements-install.txt
@@ -1,10 +1,8 @@
---- requirements/install.txt.orig	2025-03-17 18:51:10 UTC
+--- requirements/install.txt.orig	2025-06-26 14:42:44 UTC
 +++ requirements/install.txt
-@@ -1,5 +1,5 @@
--Flask>=1.0.4,<3.1
--Werkzeug<3.1
+@@ -1,4 +1,4 @@
+-Flask>=1.0.4,<3.2
 +Flask>=1.0.4
-+Werkzeug
+ Werkzeug<3.2
  plotly>=5.0.0
  importlib-metadata
- typing_extensions>=4.1.1